Shades of Green Mist #C9CA9A
Tints of Green Mist #C9CA9A
RGB
CMYK
RGB Variations
Color information
#C9CA9A (or 0xC9CA9A) is known color: Green Mist. HEX triplet: C9, CA and 9A. RGB value is (201,202,154). Sum of RGB (Red+Green+Blue) = 201+202+154=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA9A is #363565. Grayscale: #C4C4C4. Windows color (decimal): -3552614 or 10144457. OLE color: 10144457.
HSL color Cylindrical-coordinate representation of color #C9CA9A: hue angle of 61.25º degrees, saturation: 0.31, 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 #C9CA9A is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 154 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.21 |
| HSL | 61.25º | 0.31% | 0.7% | - |
| HSV(B) | 61.25º | 0.24% | 0.79% | - |
| XYZ | 51.04 | 56.99 | 38.88 | - |
| YUV | 196.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 154 | 0.00 | 0 | 0.24 | 0.21 | 61.25 | 0.31 | 0.7 |
| Hex | C9 | CA | 9A | 0 | 0 | 18 | 15 | 3D | 1F | 46 |
| Octal | 311 | 312 | 232 | 0 | 0 | 30 | 25 | 75 | 37 | 106 |
| Binary | 11001001 | 11001010 | 10011010 | 0 | 0 | 11000 | 10101 | 111101 | 11111 | 1000110 |
Color Harmonies of #C9CA9A
Complementary color
Monochromatic Colors of #C9CA9A
Black with #C9CA9A
Text Example
Text Example
White with #C9CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA9A; }
p { color: rgb(201,202,154); }
H1.HeaderClassName
{
color: #C9CA9A;
}
.AnyTagClassName
{
color: #C9CA9A;
}
</style>
background-color css
<style>
a { background-color: #C9CA9A; }
a { background-color: rgb(201,202,154); }
div.DivClassName
{
background-color: #C9CA9A;
}
.BgClassName
{
background-color: #C9CA9A;
}
</style>
border-color css
<style>
span { border-color: #C9CA9A; }
span { border-color: rgb(201,202,154); }
td.TdClassName
{
border-color: #C9CA9A;
}
.TagClassName
{
border-color: #C9CA9A;
}
</style>