Shades of Green Mist #C9D0A1
Tints of Green Mist #C9D0A1
RGB
CMYK
RGB Variations
Color information
#C9D0A1 (or 0xC9D0A1) is known color: Green Mist. HEX triplet: C9, D0 and A1. RGB value is (201,208,161). Sum of RGB (Red+Green+Blue) = 201+208+161=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D0A1 is #362F5E. Grayscale: #C8C8C8. Windows color (decimal): -3551071 or 10604745. OLE color: 10604745.
HSL color Cylindrical-coordinate representation of color #C9D0A1: hue angle of 68.94º degrees, saturation: 0.33, 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 #C9D0A1 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 161 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.18 |
| HSL | 68.94º | 0.33% | 0.72% | - |
| HSV(B) | 68.94º | 0.23% | 0.82% | - |
| XYZ | 53.08 | 60.1 | 42.52 | - |
| YUV | 200.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 161 | 0.03 | 0 | 0.23 | 0.18 | 68.94 | 0.33 | 0.72 |
| Hex | C9 | D0 | A1 | 3 | 0 | 17 | 12 | 45 | 21 | 48 |
| Octal | 311 | 320 | 241 | 3 | 0 | 27 | 22 | 105 | 41 | 110 |
| Binary | 11001001 | 11010000 | 10100001 | 11 | 0 | 10111 | 10010 | 1000101 | 100001 | 1001000 |
Color Harmonies of #C9D0A1
Complementary color
Monochromatic Colors of #C9D0A1
Black with #C9D0A1
Text Example
Text Example
White with #C9D0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0A1; }
p { color: rgb(201,208,161); }
H1.HeaderClassName
{
color: #C9D0A1;
}
.AnyTagClassName
{
color: #C9D0A1;
}
</style>
background-color css
<style>
a { background-color: #C9D0A1; }
a { background-color: rgb(201,208,161); }
div.DivClassName
{
background-color: #C9D0A1;
}
.BgClassName
{
background-color: #C9D0A1;
}
</style>
border-color css
<style>
span { border-color: #C9D0A1; }
span { border-color: rgb(201,208,161); }
td.TdClassName
{
border-color: #C9D0A1;
}
.TagClassName
{
border-color: #C9D0A1;
}
</style>