Shades of Green Mist #C5CA9E
Tints of Green Mist #C5CA9E
RGB
CMYK
RGB Variations
Color information
#C5CA9E (or 0xC5CA9E) is known color: Green Mist. HEX triplet: C5, CA and 9E. RGB value is (197,202,158). Sum of RGB (Red+Green+Blue) = 197+202+158=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA9E is #3A3561. Grayscale: #C3C3C3. Windows color (decimal): -3814754 or 10406597. OLE color: 10406597.
HSL color Cylindrical-coordinate representation of color #C5CA9E: hue angle of 66.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CA9E is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 158 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.21 |
| HSL | 66.82º | 0.29% | 0.71% | - |
| HSV(B) | 66.82º | 0.22% | 0.79% | - |
| XYZ | 50.32 | 56.58 | 40.62 | - |
| YUV | 195.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 158 | 0.02 | 0 | 0.22 | 0.21 | 66.82 | 0.29 | 0.71 |
| Hex | C5 | CA | 9E | 2 | 0 | 16 | 15 | 43 | 1D | 47 |
| Octal | 305 | 312 | 236 | 2 | 0 | 26 | 25 | 103 | 35 | 107 |
| Binary | 11000101 | 11001010 | 10011110 | 10 | 0 | 10110 | 10101 | 1000011 | 11101 | 1000111 |
Color Harmonies of #C5CA9E
Complementary color
Monochromatic Colors of #C5CA9E
Black with #C5CA9E
Text Example
Text Example
White with #C5CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA9E; }
p { color: rgb(197,202,158); }
H1.HeaderClassName
{
color: #C5CA9E;
}
.AnyTagClassName
{
color: #C5CA9E;
}
</style>
background-color css
<style>
a { background-color: #C5CA9E; }
a { background-color: rgb(197,202,158); }
div.DivClassName
{
background-color: #C5CA9E;
}
.BgClassName
{
background-color: #C5CA9E;
}
</style>
border-color css
<style>
span { border-color: #C5CA9E; }
span { border-color: rgb(197,202,158); }
td.TdClassName
{
border-color: #C5CA9E;
}
.TagClassName
{
border-color: #C5CA9E;
}
</style>