Shades of Green Mist #C9D59A
Tints of Green Mist #C9D59A
RGB
CMYK
RGB Variations
Color information
#C9D59A (or 0xC9D59A) is known color: Green Mist. HEX triplet: C9, D5 and 9A. RGB value is (201,213,154). Sum of RGB (Red+Green+Blue) = 201+213+154=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D59A is #362A65. Grayscale: #CACACA. Windows color (decimal): -3549798 or 10147273. OLE color: 10147273.
HSL color Cylindrical-coordinate representation of color #C9D59A: hue angle of 72.2º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9D59A is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 154 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.16 |
| HSL | 72.2º | 0.41% | 0.72% | - |
| HSV(B) | 72.2º | 0.28% | 0.84% | - |
| XYZ | 53.71 | 62.34 | 39.77 | - |
| YUV | 202.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 154 | 0.06 | 0 | 0.28 | 0.16 | 72.2 | 0.41 | 0.72 |
| Hex | C9 | D5 | 9A | 6 | 0 | 1C | 10 | 48 | 29 | 48 |
| Octal | 311 | 325 | 232 | 6 | 0 | 34 | 20 | 110 | 51 | 110 |
| Binary | 11001001 | 11010101 | 10011010 | 110 | 0 | 11100 | 10000 | 1001000 | 101001 | 1001000 |
Color Harmonies of #C9D59A
Complementary color
Monochromatic Colors of #C9D59A
Black with #C9D59A
Text Example
Text Example
White with #C9D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D59A; }
p { color: rgb(201,213,154); }
H1.HeaderClassName
{
color: #C9D59A;
}
.AnyTagClassName
{
color: #C9D59A;
}
</style>
background-color css
<style>
a { background-color: #C9D59A; }
a { background-color: rgb(201,213,154); }
div.DivClassName
{
background-color: #C9D59A;
}
.BgClassName
{
background-color: #C9D59A;
}
</style>
border-color css
<style>
span { border-color: #C9D59A; }
span { border-color: rgb(201,213,154); }
td.TdClassName
{
border-color: #C9D59A;
}
.TagClassName
{
border-color: #C9D59A;
}
</style>