Shades of Green Mist #C8CD92
Tints of Green Mist #C8CD92
RGB
CMYK
RGB Variations
Color information
#C8CD92 (or 0xC8CD92) is known color: Green Mist. HEX triplet: C8, CD and 92. RGB value is (200,205,146). Sum of RGB (Red+Green+Blue) = 200+205+146=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD92 is #37326D. Grayscale: #C5C5C5. Windows color (decimal): -3617390 or 9620936. OLE color: 9620936.
HSL color Cylindrical-coordinate representation of color #C8CD92: hue angle of 65.08º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8CD92 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 146 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.20 |
| HSL | 65.08º | 0.37% | 0.69% | - |
| HSV(B) | 65.08º | 0.29% | 0.8% | - |
| XYZ | 50.84 | 58.02 | 35.71 | - |
| YUV | 196.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 146 | 0.02 | 0 | 0.29 | 0.20 | 65.08 | 0.37 | 0.69 |
| Hex | C8 | CD | 92 | 2 | 0 | 1D | 14 | 41 | 25 | 45 |
| Octal | 310 | 315 | 222 | 2 | 0 | 35 | 24 | 101 | 45 | 105 |
| Binary | 11001000 | 11001101 | 10010010 | 10 | 0 | 11101 | 10100 | 1000001 | 100101 | 1000101 |
Color Harmonies of #C8CD92
Complementary color
Monochromatic Colors of #C8CD92
Black with #C8CD92
Text Example
Text Example
White with #C8CD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD92; }
p { color: rgb(200,205,146); }
H1.HeaderClassName
{
color: #C8CD92;
}
.AnyTagClassName
{
color: #C8CD92;
}
</style>
background-color css
<style>
a { background-color: #C8CD92; }
a { background-color: rgb(200,205,146); }
div.DivClassName
{
background-color: #C8CD92;
}
.BgClassName
{
background-color: #C8CD92;
}
</style>
border-color css
<style>
span { border-color: #C8CD92; }
span { border-color: rgb(200,205,146); }
td.TdClassName
{
border-color: #C8CD92;
}
.TagClassName
{
border-color: #C8CD92;
}
</style>