Shades of Green Mist #C9D295
Tints of Green Mist #C9D295
RGB
CMYK
RGB Variations
Color information
#C9D295 (or 0xC9D295) is known color: Green Mist. HEX triplet: C9, D2 and 95. RGB value is (201,210,149). Sum of RGB (Red+Green+Blue) = 201+210+149=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D295 is #362D6A. Grayscale: #C8C8C8. Windows color (decimal): -3550571 or 9818825. OLE color: 9818825.
HSL color Cylindrical-coordinate representation of color #C9D295: hue angle of 68.85º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9D295 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 149 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.18 |
| HSL | 68.85º | 0.4% | 0.7% | - |
| HSV(B) | 68.85º | 0.29% | 0.82% | - |
| XYZ | 52.56 | 60.68 | 37.38 | - |
| YUV | 200.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 149 | 0.04 | 0 | 0.29 | 0.18 | 68.85 | 0.4 | 0.7 |
| Hex | C9 | D2 | 95 | 4 | 0 | 1D | 12 | 45 | 28 | 46 |
| Octal | 311 | 322 | 225 | 4 | 0 | 35 | 22 | 105 | 50 | 106 |
| Binary | 11001001 | 11010010 | 10010101 | 100 | 0 | 11101 | 10010 | 1000101 | 101000 | 1000110 |
Color Harmonies of #C9D295
Complementary color
Monochromatic Colors of #C9D295
Black with #C9D295
Text Example
Text Example
White with #C9D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D295; }
p { color: rgb(201,210,149); }
H1.HeaderClassName
{
color: #C9D295;
}
.AnyTagClassName
{
color: #C9D295;
}
</style>
background-color css
<style>
a { background-color: #C9D295; }
a { background-color: rgb(201,210,149); }
div.DivClassName
{
background-color: #C9D295;
}
.BgClassName
{
background-color: #C9D295;
}
</style>
border-color css
<style>
span { border-color: #C9D295; }
span { border-color: rgb(201,210,149); }
td.TdClassName
{
border-color: #C9D295;
}
.TagClassName
{
border-color: #C9D295;
}
</style>