Shades of Green Mist #C9D0A0
Tints of Green Mist #C9D0A0
RGB
CMYK
RGB Variations
Color information
#C9D0A0 (or 0xC9D0A0) is known color: Green Mist. HEX triplet: C9, D0 and A0. RGB value is (201,208,160). Sum of RGB (Red+Green+Blue) = 201+208+160=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D0A0 is #362F5F. Grayscale: #C8C8C8. Windows color (decimal): -3551072 or 10539209. OLE color: 10539209.
HSL color Cylindrical-coordinate representation of color #C9D0A0: hue angle of 68.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9D0A0 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 160 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.18 |
| HSL | 68.75º | 0.34% | 0.72% | - |
| HSV(B) | 68.75º | 0.23% | 0.82% | - |
| XYZ | 52.99 | 60.07 | 42.06 | - |
| YUV | 200.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 160 | 0.03 | 0 | 0.23 | 0.18 | 68.75 | 0.34 | 0.72 |
| Hex | C9 | D0 | A0 | 3 | 0 | 17 | 12 | 45 | 22 | 48 |
| Octal | 311 | 320 | 240 | 3 | 0 | 27 | 22 | 105 | 42 | 110 |
| Binary | 11001001 | 11010000 | 10100000 | 11 | 0 | 10111 | 10010 | 1000101 | 100010 | 1001000 |
Color Harmonies of #C9D0A0
Complementary color
Monochromatic Colors of #C9D0A0
Black with #C9D0A0
Text Example
Text Example
White with #C9D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0A0; }
p { color: rgb(201,208,160); }
H1.HeaderClassName
{
color: #C9D0A0;
}
.AnyTagClassName
{
color: #C9D0A0;
}
</style>
background-color css
<style>
a { background-color: #C9D0A0; }
a { background-color: rgb(201,208,160); }
div.DivClassName
{
background-color: #C9D0A0;
}
.BgClassName
{
background-color: #C9D0A0;
}
</style>
border-color css
<style>
span { border-color: #C9D0A0; }
span { border-color: rgb(201,208,160); }
td.TdClassName
{
border-color: #C9D0A0;
}
.TagClassName
{
border-color: #C9D0A0;
}
</style>