Shades of Green Mist #C5CB9C
Tints of Green Mist #C5CB9C
RGB
CMYK
RGB Variations
Color information
#C5CB9C (or 0xC5CB9C) is known color: Green Mist. HEX triplet: C5, CB and 9C. RGB value is (197,203,156). Sum of RGB (Red+Green+Blue) = 197+203+156=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CB9C is #3A3463. Grayscale: #C4C4C4. Windows color (decimal): -3814500 or 10275781. OLE color: 10275781.
HSL color Cylindrical-coordinate representation of color #C5CB9C: hue angle of 67.66º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5CB9C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 156 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.20 |
| HSL | 67.66º | 0.31% | 0.7% | - |
| HSV(B) | 67.66º | 0.23% | 0.8% | - |
| XYZ | 50.38 | 56.98 | 39.8 | - |
| YUV | 195.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 156 | 0.03 | 0 | 0.23 | 0.20 | 67.66 | 0.31 | 0.7 |
| Hex | C5 | CB | 9C | 3 | 0 | 17 | 14 | 44 | 1F | 46 |
| Octal | 305 | 313 | 234 | 3 | 0 | 27 | 24 | 104 | 37 | 106 |
| Binary | 11000101 | 11001011 | 10011100 | 11 | 0 | 10111 | 10100 | 1000100 | 11111 | 1000110 |
Color Harmonies of #C5CB9C
Complementary color
Monochromatic Colors of #C5CB9C
Black with #C5CB9C
Text Example
Text Example
White with #C5CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB9C; }
p { color: rgb(197,203,156); }
H1.HeaderClassName
{
color: #C5CB9C;
}
.AnyTagClassName
{
color: #C5CB9C;
}
</style>
background-color css
<style>
a { background-color: #C5CB9C; }
a { background-color: rgb(197,203,156); }
div.DivClassName
{
background-color: #C5CB9C;
}
.BgClassName
{
background-color: #C5CB9C;
}
</style>
border-color css
<style>
span { border-color: #C5CB9C; }
span { border-color: rgb(197,203,156); }
td.TdClassName
{
border-color: #C5CB9C;
}
.TagClassName
{
border-color: #C5CB9C;
}
</style>