Shades of Green Mist #C5C58E
Tints of Green Mist #C5C58E
RGB
CMYK
RGB Variations
Color information
#C5C58E (or 0xC5C58E) is known color: Green Mist. HEX triplet: C5, C5 and 8E. RGB value is (197,197,142). Sum of RGB (Red+Green+Blue) = 197+197+142=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C58E is #3A3A71. Grayscale: #BEBEBE. Windows color (decimal): -3816050 or 9356741. OLE color: 9356741.
HSL color Cylindrical-coordinate representation of color #C5C58E: hue angle of 60º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5C58E is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 142 | - |
| CMYK | 0 | 0 | 0.28 | 0.23 |
| HSL | 60º | 0.32% | 0.66% | - |
| HSV(B) | 60º | 0.28% | 0.77% | - |
| XYZ | 47.87 | 53.76 | 33.44 | - |
| YUV | 190.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 142 | 0 | 0 | 0.28 | 0.23 | 60 | 0.32 | 0.66 |
| Hex | C5 | C5 | 8E | 0 | 0 | 1C | 17 | 3C | 20 | 42 |
| Octal | 305 | 305 | 216 | 0 | 0 | 34 | 27 | 74 | 40 | 102 |
| Binary | 11000101 | 11000101 | 10001110 | 0 | 0 | 11100 | 10111 | 111100 | 100000 | 1000010 |
Color Harmonies of #C5C58E
Complementary color
Monochromatic Colors of #C5C58E
Black with #C5C58E
Text Example
Text Example
White with #C5C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C58E; }
p { color: rgb(197,197,142); }
H1.HeaderClassName
{
color: #C5C58E;
}
.AnyTagClassName
{
color: #C5C58E;
}
</style>
background-color css
<style>
a { background-color: #C5C58E; }
a { background-color: rgb(197,197,142); }
div.DivClassName
{
background-color: #C5C58E;
}
.BgClassName
{
background-color: #C5C58E;
}
</style>
border-color css
<style>
span { border-color: #C5C58E; }
span { border-color: rgb(197,197,142); }
td.TdClassName
{
border-color: #C5C58E;
}
.TagClassName
{
border-color: #C5C58E;
}
</style>