Shades of Green Mist #C9CD9E
Tints of Green Mist #C9CD9E
RGB
CMYK
RGB Variations
Color information
#C9CD9E (or 0xC9CD9E) is known color: Green Mist. HEX triplet: C9, CD and 9E. RGB value is (201,205,158). Sum of RGB (Red+Green+Blue) = 201+205+158=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CD9E is #363261. Grayscale: #C6C6C6. Windows color (decimal): -3551842 or 10407369. OLE color: 10407369.
HSL color Cylindrical-coordinate representation of color #C9CD9E: hue angle of 65.11º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9CD9E is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 205 | 158 | - |
CMYK | 0.02 | 0 | 0.23 | 0.20 |
HSL | 65.11º | 0.32% | 0.71% | - |
HSV(B) | 65.11º | 0.23% | 0.8% | - |
XYZ | 52.09 | 58.55 | 40.9 | - |
YUV | 198.45 | 105.17 | 129.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 158 | 0.02 | 0 | 0.23 | 0.20 | 65.11 | 0.32 | 0.71 |
Hex | C9 | CD | 9E | 2 | 0 | 17 | 14 | 41 | 20 | 47 |
Octal | 311 | 315 | 236 | 2 | 0 | 27 | 24 | 101 | 40 | 107 |
Binary | 11001001 | 11001101 | 10011110 | 10 | 0 | 10111 | 10100 | 1000001 | 100000 | 1000111 |
Color Harmonies of #C9CD9E
Complementary color
Monochromatic Colors of #C9CD9E
Black with #C9CD9E
Text Example
Text Example
White with #C9CD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD9E; }
p { color: rgb(201,205,158); }
H1.HeaderClassName
{
color: #C9CD9E;
}
.AnyTagClassName
{
color: #C9CD9E;
}
</style>
background-color css
<style>
a { background-color: #C9CD9E; }
a { background-color: rgb(201,205,158); }
div.DivClassName
{
background-color: #C9CD9E;
}
.BgClassName
{
background-color: #C9CD9E;
}
</style>
border-color css
<style>
span { border-color: #C9CD9E; }
span { border-color: rgb(201,205,158); }
td.TdClassName
{
border-color: #C9CD9E;
}
.TagClassName
{
border-color: #C9CD9E;
}
</style>