Shades of Green Mist #C5C59D
Tints of Green Mist #C5C59D
RGB
CMYK
RGB Variations
Color information
#C5C59D (or 0xC5C59D) is known color: Green Mist. HEX triplet: C5, C5 and 9D. RGB value is (197,197,157). Sum of RGB (Red+Green+Blue) = 197+197+157=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C59D is #3A3A62. Grayscale: #C0C0C0. Windows color (decimal): -3816035 or 10339781. OLE color: 10339781.
HSL color Cylindrical-coordinate representation of color #C5C59D: hue angle of 60º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C59D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 197 | 157 | - |
CMYK | 0 | 0 | 0.20 | 0.23 |
HSL | 60º | 0.26% | 0.69% | - |
HSV(B) | 60º | 0.2% | 0.77% | - |
XYZ | 49.08 | 54.24 | 39.78 | - |
YUV | 192.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 157 | 0 | 0 | 0.20 | 0.23 | 60 | 0.26 | 0.69 |
Hex | C5 | C5 | 9D | 0 | 0 | 14 | 17 | 3C | 1A | 45 |
Octal | 305 | 305 | 235 | 0 | 0 | 24 | 27 | 74 | 32 | 105 |
Binary | 11000101 | 11000101 | 10011101 | 0 | 0 | 10100 | 10111 | 111100 | 11010 | 1000101 |
Color Harmonies of #C5C59D
Complementary color
Monochromatic Colors of #C5C59D
Black with #C5C59D
Text Example
Text Example
White with #C5C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C59D; }
p { color: rgb(197,197,157); }
H1.HeaderClassName
{
color: #C5C59D;
}
.AnyTagClassName
{
color: #C5C59D;
}
</style>
background-color css
<style>
a { background-color: #C5C59D; }
a { background-color: rgb(197,197,157); }
div.DivClassName
{
background-color: #C5C59D;
}
.BgClassName
{
background-color: #C5C59D;
}
</style>
border-color css
<style>
span { border-color: #C5C59D; }
span { border-color: rgb(197,197,157); }
td.TdClassName
{
border-color: #C5C59D;
}
.TagClassName
{
border-color: #C5C59D;
}
</style>