Shades of Green Mist #C5C39D
Tints of Green Mist #C5C39D
RGB
CMYK
RGB Variations
Color information
#C5C39D (or 0xC5C39D) is known color: Green Mist. HEX triplet: C5, C3 and 9D. RGB value is (197,195,157). Sum of RGB (Red+Green+Blue) = 197+195+157=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C39D is #3A3C62. Grayscale: #BFBFBF. Windows color (decimal): -3816547 or 10339269. OLE color: 10339269.
HSL color Cylindrical-coordinate representation of color #C5C39D: hue angle of 57º 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 #C5C39D is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 157 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.23 |
| HSL | 57º | 0.26% | 0.69% | - |
| HSV(B) | 57º | 0.2% | 0.77% | - |
| XYZ | 48.63 | 53.33 | 39.63 | - |
| YUV | 191.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 157 | 0 | 0.01 | 0.20 | 0.23 | 57 | 0.26 | 0.69 |
| Hex | C5 | C3 | 9D | 0 | 1 | 14 | 17 | 39 | 1A | 45 |
| Octal | 305 | 303 | 235 | 0 | 1 | 24 | 27 | 71 | 32 | 105 |
| Binary | 11000101 | 11000011 | 10011101 | 0 | 1 | 10100 | 10111 | 111001 | 11010 | 1000101 |
Color Harmonies of #C5C39D
Complementary color
Monochromatic Colors of #C5C39D
Black with #C5C39D
Text Example
Text Example
White with #C5C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C39D; }
p { color: rgb(197,195,157); }
H1.HeaderClassName
{
color: #C5C39D;
}
.AnyTagClassName
{
color: #C5C39D;
}
</style>
background-color css
<style>
a { background-color: #C5C39D; }
a { background-color: rgb(197,195,157); }
div.DivClassName
{
background-color: #C5C39D;
}
.BgClassName
{
background-color: #C5C39D;
}
</style>
border-color css
<style>
span { border-color: #C5C39D; }
span { border-color: rgb(197,195,157); }
td.TdClassName
{
border-color: #C5C39D;
}
.TagClassName
{
border-color: #C5C39D;
}
</style>