Shades of Green Mist #C9CA99
Tints of Green Mist #C9CA99
RGB
CMYK
RGB Variations
Color information
#C9CA99 (or 0xC9CA99) is known color: Green Mist. HEX triplet: C9, CA and 99. RGB value is (201,202,153). Sum of RGB (Red+Green+Blue) = 201+202+153=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA99 is #363566. Grayscale: #C4C4C4. Windows color (decimal): -3552615 or 10078921. OLE color: 10078921.
HSL color Cylindrical-coordinate representation of color #C9CA99: hue angle of 61.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9CA99 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 153 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.21 |
| HSL | 61.22º | 0.32% | 0.7% | - |
| HSV(B) | 61.22º | 0.24% | 0.79% | - |
| XYZ | 50.96 | 56.96 | 38.45 | - |
| YUV | 196.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 153 | 0.00 | 0 | 0.24 | 0.21 | 61.22 | 0.32 | 0.7 |
| Hex | C9 | CA | 99 | 0 | 0 | 18 | 15 | 3D | 20 | 46 |
| Octal | 311 | 312 | 231 | 0 | 0 | 30 | 25 | 75 | 40 | 106 |
| Binary | 11001001 | 11001010 | 10011001 | 0 | 0 | 11000 | 10101 | 111101 | 100000 | 1000110 |
Color Harmonies of #C9CA99
Complementary color
Monochromatic Colors of #C9CA99
Black with #C9CA99
Text Example
Text Example
White with #C9CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA99; }
p { color: rgb(201,202,153); }
H1.HeaderClassName
{
color: #C9CA99;
}
.AnyTagClassName
{
color: #C9CA99;
}
</style>
background-color css
<style>
a { background-color: #C9CA99; }
a { background-color: rgb(201,202,153); }
div.DivClassName
{
background-color: #C9CA99;
}
.BgClassName
{
background-color: #C9CA99;
}
</style>
border-color css
<style>
span { border-color: #C9CA99; }
span { border-color: rgb(201,202,153); }
td.TdClassName
{
border-color: #C9CA99;
}
.TagClassName
{
border-color: #C9CA99;
}
</style>