Shades of Green Mist #C8C499
Tints of Green Mist #C8C499
RGB
CMYK
RGB Variations
Color information
#C8C499 (or 0xC8C499) is known color: Green Mist. HEX triplet: C8, C4 and 99. RGB value is (200,196,153). Sum of RGB (Red+Green+Blue) = 200+196+153=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C499 is #373B66. Grayscale: #C0C0C0. Windows color (decimal): -3619687 or 10077384. OLE color: 10077384.
HSL color Cylindrical-coordinate representation of color #C8C499: hue angle of 54.89º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8C499 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 153 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.22 |
| HSL | 54.89º | 0.3% | 0.69% | - |
| HSV(B) | 54.89º | 0.24% | 0.78% | - |
| XYZ | 49.31 | 54.06 | 37.97 | - |
| YUV | 192.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 153 | 0 | 0.02 | 0.24 | 0.22 | 54.89 | 0.3 | 0.69 |
| Hex | C8 | C4 | 99 | 0 | 2 | 18 | 16 | 37 | 1E | 45 |
| Octal | 310 | 304 | 231 | 0 | 2 | 30 | 26 | 67 | 36 | 105 |
| Binary | 11001000 | 11000100 | 10011001 | 0 | 10 | 11000 | 10110 | 110111 | 11110 | 1000101 |
Color Harmonies of #C8C499
Complementary color
Monochromatic Colors of #C8C499
Black with #C8C499
Text Example
Text Example
White with #C8C499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C499; }
p { color: rgb(200,196,153); }
H1.HeaderClassName
{
color: #C8C499;
}
.AnyTagClassName
{
color: #C8C499;
}
</style>
background-color css
<style>
a { background-color: #C8C499; }
a { background-color: rgb(200,196,153); }
div.DivClassName
{
background-color: #C8C499;
}
.BgClassName
{
background-color: #C8C499;
}
</style>
border-color css
<style>
span { border-color: #C8C499; }
span { border-color: rgb(200,196,153); }
td.TdClassName
{
border-color: #C8C499;
}
.TagClassName
{
border-color: #C8C499;
}
</style>