Shades of Green Mist #C9CF9C
Tints of Green Mist #C9CF9C
RGB
CMYK
RGB Variations
Color information
#C9CF9C (or 0xC9CF9C) is known color: Green Mist. HEX triplet: C9, CF and 9C. RGB value is (201,207,156). Sum of RGB (Red+Green+Blue) = 201+207+156=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CF9C is #363063. Grayscale: #C7C7C7. Windows color (decimal): -3551332 or 10276809. OLE color: 10276809.
HSL color Cylindrical-coordinate representation of color #C9CF9C: hue angle of 67.06º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9CF9C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 156 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.19 |
| HSL | 67.06º | 0.35% | 0.71% | - |
| HSV(B) | 67.06º | 0.25% | 0.81% | - |
| XYZ | 52.4 | 59.44 | 40.16 | - |
| YUV | 199.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 156 | 0.03 | 0 | 0.25 | 0.19 | 67.06 | 0.35 | 0.71 |
| Hex | C9 | CF | 9C | 3 | 0 | 19 | 13 | 43 | 23 | 47 |
| Octal | 311 | 317 | 234 | 3 | 0 | 31 | 23 | 103 | 43 | 107 |
| Binary | 11001001 | 11001111 | 10011100 | 11 | 0 | 11001 | 10011 | 1000011 | 100011 | 1000111 |
Color Harmonies of #C9CF9C
Complementary color
Monochromatic Colors of #C9CF9C
Black with #C9CF9C
Text Example
Text Example
White with #C9CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF9C; }
p { color: rgb(201,207,156); }
H1.HeaderClassName
{
color: #C9CF9C;
}
.AnyTagClassName
{
color: #C9CF9C;
}
</style>
background-color css
<style>
a { background-color: #C9CF9C; }
a { background-color: rgb(201,207,156); }
div.DivClassName
{
background-color: #C9CF9C;
}
.BgClassName
{
background-color: #C9CF9C;
}
</style>
border-color css
<style>
span { border-color: #C9CF9C; }
span { border-color: rgb(201,207,156); }
td.TdClassName
{
border-color: #C9CF9C;
}
.TagClassName
{
border-color: #C9CF9C;
}
</style>