Shades of Green Mist #C9CF9E
Tints of Green Mist #C9CF9E
RGB
CMYK
RGB Variations
Color information
#C9CF9E (or 0xC9CF9E) is known color: Green Mist. HEX triplet: C9, CF and 9E. RGB value is (201,207,158). Sum of RGB (Red+Green+Blue) = 201+207+158=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CF9E is #363061. Grayscale: #C7C7C7. Windows color (decimal): -3551330 or 10407881. OLE color: 10407881.
HSL color Cylindrical-coordinate representation of color #C9CF9E: hue angle of 67.35º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9CF9E is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 158 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.19 |
| HSL | 67.35º | 0.34% | 0.72% | - |
| HSV(B) | 67.35º | 0.24% | 0.81% | - |
| XYZ | 52.57 | 59.51 | 41.06 | - |
| YUV | 199.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 158 | 0.03 | 0 | 0.24 | 0.19 | 67.35 | 0.34 | 0.72 |
| Hex | C9 | CF | 9E | 3 | 0 | 18 | 13 | 43 | 22 | 48 |
| Octal | 311 | 317 | 236 | 3 | 0 | 30 | 23 | 103 | 42 | 110 |
| Binary | 11001001 | 11001111 | 10011110 | 11 | 0 | 11000 | 10011 | 1000011 | 100010 | 1001000 |
Color Harmonies of #C9CF9E
Complementary color
Monochromatic Colors of #C9CF9E
Black with #C9CF9E
Text Example
Text Example
White with #C9CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF9E; }
p { color: rgb(201,207,158); }
H1.HeaderClassName
{
color: #C9CF9E;
}
.AnyTagClassName
{
color: #C9CF9E;
}
</style>
background-color css
<style>
a { background-color: #C9CF9E; }
a { background-color: rgb(201,207,158); }
div.DivClassName
{
background-color: #C9CF9E;
}
.BgClassName
{
background-color: #C9CF9E;
}
</style>
border-color css
<style>
span { border-color: #C9CF9E; }
span { border-color: rgb(201,207,158); }
td.TdClassName
{
border-color: #C9CF9E;
}
.TagClassName
{
border-color: #C9CF9E;
}
</style>