Shades of Green Mist #C9D696
Tints of Green Mist #C9D696
RGB
CMYK
RGB Variations
Color information
#C9D696 (or 0xC9D696) is known color: Green Mist. HEX triplet: C9, D6 and 96. RGB value is (201,214,150). Sum of RGB (Red+Green+Blue) = 201+214+150=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D696 is #362969. Grayscale: #CBCBCB. Windows color (decimal): -3549546 or 9885385. OLE color: 9885385.
HSL color Cylindrical-coordinate representation of color #C9D696: hue angle of 72.19º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9D696 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 150 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.16 |
| HSL | 72.19º | 0.44% | 0.71% | - |
| HSV(B) | 72.19º | 0.3% | 0.84% | - |
| XYZ | 53.64 | 62.71 | 38.13 | - |
| YUV | 202.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 150 | 0.06 | 0 | 0.30 | 0.16 | 72.19 | 0.44 | 0.71 |
| Hex | C9 | D6 | 96 | 6 | 0 | 1E | 10 | 48 | 2C | 47 |
| Octal | 311 | 326 | 226 | 6 | 0 | 36 | 20 | 110 | 54 | 107 |
| Binary | 11001001 | 11010110 | 10010110 | 110 | 0 | 11110 | 10000 | 1001000 | 101100 | 1000111 |
Color Harmonies of #C9D696
Complementary color
Monochromatic Colors of #C9D696
Black with #C9D696
Text Example
Text Example
White with #C9D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D696; }
p { color: rgb(201,214,150); }
H1.HeaderClassName
{
color: #C9D696;
}
.AnyTagClassName
{
color: #C9D696;
}
</style>
background-color css
<style>
a { background-color: #C9D696; }
a { background-color: rgb(201,214,150); }
div.DivClassName
{
background-color: #C9D696;
}
.BgClassName
{
background-color: #C9D696;
}
</style>
border-color css
<style>
span { border-color: #C9D696; }
span { border-color: rgb(201,214,150); }
td.TdClassName
{
border-color: #C9D696;
}
.TagClassName
{
border-color: #C9D696;
}
</style>