Shades of Green Mist #C8C59A
Tints of Green Mist #C8C59A
RGB
CMYK
RGB Variations
Color information
#C8C59A (or 0xC8C59A) is known color: Green Mist. HEX triplet: C8, C5 and 9A. RGB value is (200,197,154). Sum of RGB (Red+Green+Blue) = 200+197+154=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C59A is #373A65. Grayscale: #C1C1C1. Windows color (decimal): -3619430 or 10143176. OLE color: 10143176.
HSL color Cylindrical-coordinate representation of color #C8C59A: hue angle of 56.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8C59A is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 154 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.22 |
| HSL | 56.09º | 0.29% | 0.69% | - |
| HSV(B) | 56.09º | 0.23% | 0.78% | - |
| XYZ | 49.62 | 54.54 | 38.48 | - |
| YUV | 193 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 154 | 0 | 0.02 | 0.23 | 0.22 | 56.09 | 0.29 | 0.69 |
| Hex | C8 | C5 | 9A | 0 | 2 | 17 | 16 | 38 | 1D | 45 |
| Octal | 310 | 305 | 232 | 0 | 2 | 27 | 26 | 70 | 35 | 105 |
| Binary | 11001000 | 11000101 | 10011010 | 0 | 10 | 10111 | 10110 | 111000 | 11101 | 1000101 |
Color Harmonies of #C8C59A
Complementary color
Monochromatic Colors of #C8C59A
Black with #C8C59A
Text Example
Text Example
White with #C8C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C59A; }
p { color: rgb(200,197,154); }
H1.HeaderClassName
{
color: #C8C59A;
}
.AnyTagClassName
{
color: #C8C59A;
}
</style>
background-color css
<style>
a { background-color: #C8C59A; }
a { background-color: rgb(200,197,154); }
div.DivClassName
{
background-color: #C8C59A;
}
.BgClassName
{
background-color: #C8C59A;
}
</style>
border-color css
<style>
span { border-color: #C8C59A; }
span { border-color: rgb(200,197,154); }
td.TdClassName
{
border-color: #C8C59A;
}
.TagClassName
{
border-color: #C8C59A;
}
</style>