Shades of Green Mist #C5CA9C
Tints of Green Mist #C5CA9C
RGB
CMYK
RGB Variations
Color information
#C5CA9C (or 0xC5CA9C) is known color: Green Mist. HEX triplet: C5, CA and 9C. RGB value is (197,202,156). Sum of RGB (Red+Green+Blue) = 197+202+156=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA9C is #3A3563. Grayscale: #C3C3C3. Windows color (decimal): -3814756 or 10275525. OLE color: 10275525.
HSL color Cylindrical-coordinate representation of color #C5CA9C: hue angle of 66.52º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5CA9C is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 156 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.21 |
| HSL | 66.52º | 0.3% | 0.7% | - |
| HSV(B) | 66.52º | 0.23% | 0.79% | - |
| XYZ | 50.15 | 56.51 | 39.72 | - |
| YUV | 195.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 156 | 0.02 | 0 | 0.23 | 0.21 | 66.52 | 0.3 | 0.7 |
| Hex | C5 | CA | 9C | 2 | 0 | 17 | 15 | 43 | 1E | 46 |
| Octal | 305 | 312 | 234 | 2 | 0 | 27 | 25 | 103 | 36 | 106 |
| Binary | 11000101 | 11001010 | 10011100 | 10 | 0 | 10111 | 10101 | 1000011 | 11110 | 1000110 |
Color Harmonies of #C5CA9C
Complementary color
Monochromatic Colors of #C5CA9C
Black with #C5CA9C
Text Example
Text Example
White with #C5CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA9C; }
p { color: rgb(197,202,156); }
H1.HeaderClassName
{
color: #C5CA9C;
}
.AnyTagClassName
{
color: #C5CA9C;
}
</style>
background-color css
<style>
a { background-color: #C5CA9C; }
a { background-color: rgb(197,202,156); }
div.DivClassName
{
background-color: #C5CA9C;
}
.BgClassName
{
background-color: #C5CA9C;
}
</style>
border-color css
<style>
span { border-color: #C5CA9C; }
span { border-color: rgb(197,202,156); }
td.TdClassName
{
border-color: #C5CA9C;
}
.TagClassName
{
border-color: #C5CA9C;
}
</style>