Shades of Green Mist #C8CA92
Tints of Green Mist #C8CA92
RGB
CMYK
RGB Variations
Color information
#C8CA92 (or 0xC8CA92) is known color: Green Mist. HEX triplet: C8, CA and 92. RGB value is (200,202,146). Sum of RGB (Red+Green+Blue) = 200+202+146=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA92 is #37356D. Grayscale: #C3C3C3. Windows color (decimal): -3618158 or 9620168. OLE color: 9620168.
HSL color Cylindrical-coordinate representation of color #C8CA92: hue angle of 62.14º 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 #C8CA92 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 146 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.21 |
| HSL | 62.14º | 0.35% | 0.68% | - |
| HSV(B) | 62.14º | 0.28% | 0.79% | - |
| XYZ | 50.13 | 56.6 | 35.48 | - |
| YUV | 195.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 146 | 0.01 | 0 | 0.28 | 0.21 | 62.14 | 0.35 | 0.68 |
| Hex | C8 | CA | 92 | 1 | 0 | 1C | 15 | 3E | 23 | 44 |
| Octal | 310 | 312 | 222 | 1 | 0 | 34 | 25 | 76 | 43 | 104 |
| Binary | 11001000 | 11001010 | 10010010 | 1 | 0 | 11100 | 10101 | 111110 | 100011 | 1000100 |
Color Harmonies of #C8CA92
Complementary color
Monochromatic Colors of #C8CA92
Black with #C8CA92
Text Example
Text Example
White with #C8CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA92; }
p { color: rgb(200,202,146); }
H1.HeaderClassName
{
color: #C8CA92;
}
.AnyTagClassName
{
color: #C8CA92;
}
</style>
background-color css
<style>
a { background-color: #C8CA92; }
a { background-color: rgb(200,202,146); }
div.DivClassName
{
background-color: #C8CA92;
}
.BgClassName
{
background-color: #C8CA92;
}
</style>
border-color css
<style>
span { border-color: #C8CA92; }
span { border-color: rgb(200,202,146); }
td.TdClassName
{
border-color: #C8CA92;
}
.TagClassName
{
border-color: #C8CA92;
}
</style>