Shades of Green Mist #C8C59D
Tints of Green Mist #C8C59D
RGB
CMYK
RGB Variations
Color information
#C8C59D (or 0xC8C59D) is known color: Green Mist. HEX triplet: C8, C5 and 9D. RGB value is (200,197,157). Sum of RGB (Red+Green+Blue) = 200+197+157=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C59D is #373A62. Grayscale: #C1C1C1. Windows color (decimal): -3619427 or 10339784. OLE color: 10339784.
HSL color Cylindrical-coordinate representation of color #C8C59D: hue angle of 55.81º 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 #C8C59D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 157 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.22 |
| HSL | 55.81º | 0.28% | 0.7% | - |
| HSV(B) | 55.81º | 0.22% | 0.78% | - |
| XYZ | 49.87 | 54.65 | 39.82 | - |
| YUV | 193.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 157 | 0 | 0.02 | 0.22 | 0.22 | 55.81 | 0.28 | 0.7 |
| Hex | C8 | C5 | 9D | 0 | 2 | 16 | 16 | 38 | 1C | 46 |
| Octal | 310 | 305 | 235 | 0 | 2 | 26 | 26 | 70 | 34 | 106 |
| Binary | 11001000 | 11000101 | 10011101 | 0 | 10 | 10110 | 10110 | 111000 | 11100 | 1000110 |
Color Harmonies of #C8C59D
Complementary color
Monochromatic Colors of #C8C59D
Black with #C8C59D
Text Example
Text Example
White with #C8C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C59D; }
p { color: rgb(200,197,157); }
H1.HeaderClassName
{
color: #C8C59D;
}
.AnyTagClassName
{
color: #C8C59D;
}
</style>
background-color css
<style>
a { background-color: #C8C59D; }
a { background-color: rgb(200,197,157); }
div.DivClassName
{
background-color: #C8C59D;
}
.BgClassName
{
background-color: #C8C59D;
}
</style>
border-color css
<style>
span { border-color: #C8C59D; }
span { border-color: rgb(200,197,157); }
td.TdClassName
{
border-color: #C8C59D;
}
.TagClassName
{
border-color: #C8C59D;
}
</style>