Shades of Green Mist #C9CA92
Tints of Green Mist #C9CA92
RGB
CMYK
RGB Variations
Color information
#C9CA92 (or 0xC9CA92) is known color: Green Mist. HEX triplet: C9, CA and 92. RGB value is (201,202,146). Sum of RGB (Red+Green+Blue) = 201+202+146=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA92 is #36356D. Grayscale: #C3C3C3. Windows color (decimal): -3552622 or 9620169. OLE color: 9620169.
HSL color Cylindrical-coordinate representation of color #C9CA92: hue angle of 61.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9CA92 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 146 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.21 |
| HSL | 61.07º | 0.35% | 0.68% | - |
| HSV(B) | 61.07º | 0.28% | 0.79% | - |
| XYZ | 50.4 | 56.73 | 35.49 | - |
| YUV | 195.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 146 | 0.00 | 0 | 0.28 | 0.21 | 61.07 | 0.35 | 0.68 |
| Hex | C9 | CA | 92 | 0 | 0 | 1C | 15 | 3D | 23 | 44 |
| Octal | 311 | 312 | 222 | 0 | 0 | 34 | 25 | 75 | 43 | 104 |
| Binary | 11001001 | 11001010 | 10010010 | 0 | 0 | 11100 | 10101 | 111101 | 100011 | 1000100 |
Color Harmonies of #C9CA92
Complementary color
Monochromatic Colors of #C9CA92
Black with #C9CA92
Text Example
Text Example
White with #C9CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA92; }
p { color: rgb(201,202,146); }
H1.HeaderClassName
{
color: #C9CA92;
}
.AnyTagClassName
{
color: #C9CA92;
}
</style>
background-color css
<style>
a { background-color: #C9CA92; }
a { background-color: rgb(201,202,146); }
div.DivClassName
{
background-color: #C9CA92;
}
.BgClassName
{
background-color: #C9CA92;
}
</style>
border-color css
<style>
span { border-color: #C9CA92; }
span { border-color: rgb(201,202,146); }
td.TdClassName
{
border-color: #C9CA92;
}
.TagClassName
{
border-color: #C9CA92;
}
</style>