Shades of Green Mist #C8C492
Tints of Green Mist #C8C492
RGB
CMYK
RGB Variations
Color information
#C8C492 (or 0xC8C492) is known color: Green Mist. HEX triplet: C8, C4 and 92. RGB value is (200,196,146). Sum of RGB (Red+Green+Blue) = 200+196+146=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C492 is #373B6D. Grayscale: #BFBFBF. Windows color (decimal): -3619694 or 9618632. OLE color: 9618632.
HSL color Cylindrical-coordinate representation of color #C8C492: hue angle of 55.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8C492 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 146 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.22 |
| HSL | 55.56º | 0.33% | 0.68% | - |
| HSV(B) | 55.56º | 0.27% | 0.78% | - |
| XYZ | 48.75 | 53.83 | 35.02 | - |
| YUV | 191.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 146 | 0 | 0.02 | 0.27 | 0.22 | 55.56 | 0.33 | 0.68 |
| Hex | C8 | C4 | 92 | 0 | 2 | 1B | 16 | 38 | 21 | 44 |
| Octal | 310 | 304 | 222 | 0 | 2 | 33 | 26 | 70 | 41 | 104 |
| Binary | 11001000 | 11000100 | 10010010 | 0 | 10 | 11011 | 10110 | 111000 | 100001 | 1000100 |
Color Harmonies of #C8C492
Complementary color
Monochromatic Colors of #C8C492
Black with #C8C492
Text Example
Text Example
White with #C8C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C492; }
p { color: rgb(200,196,146); }
H1.HeaderClassName
{
color: #C8C492;
}
.AnyTagClassName
{
color: #C8C492;
}
</style>
background-color css
<style>
a { background-color: #C8C492; }
a { background-color: rgb(200,196,146); }
div.DivClassName
{
background-color: #C8C492;
}
.BgClassName
{
background-color: #C8C492;
}
</style>
border-color css
<style>
span { border-color: #C8C492; }
span { border-color: rgb(200,196,146); }
td.TdClassName
{
border-color: #C8C492;
}
.TagClassName
{
border-color: #C8C492;
}
</style>