The Coloration Index (CI) was developed by Pouget et al. (1990) to characterize soil color properties in arid and semi-arid regions. Low CI values correlate with high concentrations of carbonates or sulfates, while higher values correlate with crusted soils and sands. The index helps monitor surface degradation and infiltrability variations.

Used in forest monitoring.

When to use

  • Soil mapping in agricultural and arid environments
  • Salinity monitoring in irrigated areas
  • Erosion hazard assessment on bare ground
  • Organic matter and fertility surveys
  • Soil moisture inference (combined with other indices)
  • soil color characterization
  • carbonate and sulfate detection

Limitations

  • Vegetation cover blocks the soil signal — most reliable on bare or sparse ground
  • Surface roughness and tilling state affect reflectance
  • Soil moisture varies daily and biases brightness measurements
  • Cannot directly measure subsurface properties
  • Mineral composition variability affects index calibration across regions

General Formula

GREEN 520-600
RED 640-760

Sensor-Specific Formulas

Most-used sensors — click to show code below

SensorProviderFormulaBand Mapping
21AT(Red - Green) / (Red + Green)GREEN→Green, RED→Red
CG Satellite(Red - Green) / (Red + Green)GREEN→Green, RED→Red
USGS/NASA(B4 - B3) / (B4 + B3)GREEN→B3, RED→B4
USDA(Red - Green) / (Red + Green)GREEN→Green, RED→Red
ESA(B4 - B3) / (B4 + B3)GREEN→B3, RED→B4
MAXAR(Red - Green) / (Red + Green)GREEN→Green, RED→Red
MAXAR(Red - Green) / (Red + Green)GREEN→Green, RED→Red

Spectral Band Visualization — BJ3A

Code Examples

Adapted for BJ3A bands —

ci_soil_bj3a.py

Frequently Asked Questions

What is the CI (Coloration Index) and when should I use it?

The Coloration Index (CI) was developed by Pouget et al. (1990) to characterize soil color properties in arid and semi-arid regions. Low CI values correlate with high concentrations of carbonates or sulfates, while higher values correlate with crusted soils and sands. The index helps monitor surface degradation and infiltrability variations. Soil indices characterise surface properties including brightness, moisture content, organic matter, and salinity. They work best on bare or sparsely vegetated ground where the soil spectral signal is not obscured. CI is particularly suited for soil color characterization, carbonate and sulfate detection, surface degradation monitoring. The general formula is (RED - GREEN) / (RED + GREEN), which requires GREEN and RED spectral bands.

Which satellite sensors can I use to calculate CI?

CI is supported by 23 satellite sensors in our database, including BJ3A, BJ3N, Dragonette-1, Dragonette-2/3, Gaofen-1 and 18 more. Each sensor uses different band designations — for example, BJ3A uses the formula (Red - Green) / (Red + Green), while BJ3N uses (Red - Green) / (Red + Green). Select a sensor above to see its specific band mapping.

What spectral bands does CI require and why?

CI requires GREEN (520-600), RED (640-760). These wavelength regions target the specific spectral features that this index is designed to measure.

How do I calculate CI in Python or R?

Both Python and R code samples are provided above. In Python, use rasterio to load individual band GeoTIFF files and numpy for the arithmetic. In R, the terra package handles raster operations efficiently. The key is to load bands as floating-point arrays to avoid integer division, and to handle division-by-zero cases where the denominator equals zero. For production use, consider applying a valid data mask to exclude no-data pixels before calculation.

CI vs other soil indices

IndexNameHow it differs
BIBrightness IndexAlternative soil index — different band combination
BI2Second Brightness IndexAlternative soil index — different band combination
NSDSNormalized Shortwave Infrared Difference Soil-MoistureAlternative soil index — different band combination
NSDSI1Normalized Shortwave-Infrared Difference Bare Soil Moisture Index 1Alternative soil index — different band combination

Related Soil Indices

References

Pouget, M., Madeira, J., Le Floch, E., and Kamal, S. (1990) - Caracteristiques spectrales des surfaces sableuses de la region cotiere Nord-Ouest de I'Egypte
Mathieu, R. and Pouget, M. (1998) - Relationships between satellite-based radiometric indices simulated using laboratory reflectance data and typic soil color of an arid environment

Need help choosing?

Ask our AI assistant for sensor recommendations, code examples, or how CI compares to other indices for your specific use case.

Ask AI →