Shades of Green Mist #C5C095
Tints of Green Mist #C5C095
RGB
CMYK
RGB Variations
Color information
#C5C095 (or 0xC5C095) is known color: Green Mist. HEX triplet: C5, C0 and 95. RGB value is (197,192,149). Sum of RGB (Red+Green+Blue) = 197+192+149=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C095 is #3A3F6A. Grayscale: #BCBCBC. Windows color (decimal): -3817323 or 9814213. OLE color: 9814213.
HSL color Cylindrical-coordinate representation of color #C5C095: hue angle of 53.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5C095 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 149 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.23 |
| HSL | 53.75º | 0.29% | 0.68% | - |
| HSV(B) | 53.75º | 0.24% | 0.77% | - |
| XYZ | 47.3 | 51.74 | 35.93 | - |
| YUV | 188.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 149 | 0 | 0.03 | 0.24 | 0.23 | 53.75 | 0.29 | 0.68 |
| Hex | C5 | C0 | 95 | 0 | 3 | 18 | 17 | 36 | 1D | 44 |
| Octal | 305 | 300 | 225 | 0 | 3 | 30 | 27 | 66 | 35 | 104 |
| Binary | 11000101 | 11000000 | 10010101 | 0 | 11 | 11000 | 10111 | 110110 | 11101 | 1000100 |
Color Harmonies of #C5C095
Complementary color
Monochromatic Colors of #C5C095
Black with #C5C095
Text Example
Text Example
White with #C5C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C095; }
p { color: rgb(197,192,149); }
H1.HeaderClassName
{
color: #C5C095;
}
.AnyTagClassName
{
color: #C5C095;
}
</style>
background-color css
<style>
a { background-color: #C5C095; }
a { background-color: rgb(197,192,149); }
div.DivClassName
{
background-color: #C5C095;
}
.BgClassName
{
background-color: #C5C095;
}
</style>
border-color css
<style>
span { border-color: #C5C095; }
span { border-color: rgb(197,192,149); }
td.TdClassName
{
border-color: #C5C095;
}
.TagClassName
{
border-color: #C5C095;
}
</style>