Shades of Green Mist #C5C59C
Tints of Green Mist #C5C59C
RGB
CMYK
RGB Variations
Color information
#C5C59C (or 0xC5C59C) is known color: Green Mist. HEX triplet: C5, C5 and 9C. RGB value is (197,197,156). Sum of RGB (Red+Green+Blue) = 197+197+156=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C59C is #3A3A63. Grayscale: #C0C0C0. Windows color (decimal): -3816036 or 10274245. OLE color: 10274245.
HSL color Cylindrical-coordinate representation of color #C5C59C: 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.21%. Process color model (Four color, CMYK) of #C5C59C is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 156 | - |
| CMYK | 0 | 0 | 0.21 | 0.23 |
| HSL | 60º | 0.26% | 0.69% | - |
| HSV(B) | 60º | 0.21% | 0.77% | - |
| XYZ | 48.99 | 54.2 | 39.33 | - |
| YUV | 192.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 156 | 0 | 0 | 0.21 | 0.23 | 60 | 0.26 | 0.69 |
| Hex | C5 | C5 | 9C | 0 | 0 | 15 | 17 | 3C | 1A | 45 |
| Octal | 305 | 305 | 234 | 0 | 0 | 25 | 27 | 74 | 32 | 105 |
| Binary | 11000101 | 11000101 | 10011100 | 0 | 0 | 10101 | 10111 | 111100 | 11010 | 1000101 |
Color Harmonies of #C5C59C
Complementary color
Monochromatic Colors of #C5C59C
Black with #C5C59C
Text Example
Text Example
White with #C5C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C59C; }
p { color: rgb(197,197,156); }
H1.HeaderClassName
{
color: #C5C59C;
}
.AnyTagClassName
{
color: #C5C59C;
}
</style>
background-color css
<style>
a { background-color: #C5C59C; }
a { background-color: rgb(197,197,156); }
div.DivClassName
{
background-color: #C5C59C;
}
.BgClassName
{
background-color: #C5C59C;
}
</style>
border-color css
<style>
span { border-color: #C5C59C; }
span { border-color: rgb(197,197,156); }
td.TdClassName
{
border-color: #C5C59C;
}
.TagClassName
{
border-color: #C5C59C;
}
</style>