Shades of Green Mist #C8C49E
Tints of Green Mist #C8C49E
RGB
CMYK
RGB Variations
Color information
#C8C49E (or 0xC8C49E) is known color: Green Mist. HEX triplet: C8, C4 and 9E. RGB value is (200,196,158). Sum of RGB (Red+Green+Blue) = 200+196+158=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C49E is #373B61. Grayscale: #C1C1C1. Windows color (decimal): -3619682 or 10405064. OLE color: 10405064.
HSL color Cylindrical-coordinate representation of color #C8C49E: hue angle of 54.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C49E is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 158 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.22 |
| HSL | 54.29º | 0.28% | 0.7% | - |
| HSV(B) | 54.29º | 0.21% | 0.78% | - |
| XYZ | 49.73 | 54.23 | 40.19 | - |
| YUV | 192.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 158 | 0 | 0.02 | 0.21 | 0.22 | 54.29 | 0.28 | 0.7 |
| Hex | C8 | C4 | 9E | 0 | 2 | 15 | 16 | 36 | 1C | 46 |
| Octal | 310 | 304 | 236 | 0 | 2 | 25 | 26 | 66 | 34 | 106 |
| Binary | 11001000 | 11000100 | 10011110 | 0 | 10 | 10101 | 10110 | 110110 | 11100 | 1000110 |
Color Harmonies of #C8C49E
Complementary color
Monochromatic Colors of #C8C49E
Black with #C8C49E
Text Example
Text Example
White with #C8C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C49E; }
p { color: rgb(200,196,158); }
H1.HeaderClassName
{
color: #C8C49E;
}
.AnyTagClassName
{
color: #C8C49E;
}
</style>
background-color css
<style>
a { background-color: #C8C49E; }
a { background-color: rgb(200,196,158); }
div.DivClassName
{
background-color: #C8C49E;
}
.BgClassName
{
background-color: #C8C49E;
}
</style>
border-color css
<style>
span { border-color: #C8C49E; }
span { border-color: rgb(200,196,158); }
td.TdClassName
{
border-color: #C8C49E;
}
.TagClassName
{
border-color: #C8C49E;
}
</style>