Shades of Green Mist #C5C097
Tints of Green Mist #C5C097
RGB
CMYK
RGB Variations
Color information
#C5C097 (or 0xC5C097) is known color: Green Mist. HEX triplet: C5, C0 and 97. RGB value is (197,192,151). Sum of RGB (Red+Green+Blue) = 197+192+151=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C097 is #3A3F68. Grayscale: #BCBCBC. Windows color (decimal): -3817321 or 9945285. OLE color: 9945285.
HSL color Cylindrical-coordinate representation of color #C5C097: hue angle of 53.48º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C097 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 151 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.23 |
| HSL | 53.48º | 0.28% | 0.68% | - |
| HSV(B) | 53.48º | 0.23% | 0.77% | - |
| XYZ | 47.46 | 51.8 | 36.78 | - |
| YUV | 188.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 151 | 0 | 0.03 | 0.23 | 0.23 | 53.48 | 0.28 | 0.68 |
| Hex | C5 | C0 | 97 | 0 | 3 | 17 | 17 | 35 | 1C | 44 |
| Octal | 305 | 300 | 227 | 0 | 3 | 27 | 27 | 65 | 34 | 104 |
| Binary | 11000101 | 11000000 | 10010111 | 0 | 11 | 10111 | 10111 | 110101 | 11100 | 1000100 |
Color Harmonies of #C5C097
Complementary color
Monochromatic Colors of #C5C097
Black with #C5C097
Text Example
Text Example
White with #C5C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C097; }
p { color: rgb(197,192,151); }
H1.HeaderClassName
{
color: #C5C097;
}
.AnyTagClassName
{
color: #C5C097;
}
</style>
background-color css
<style>
a { background-color: #C5C097; }
a { background-color: rgb(197,192,151); }
div.DivClassName
{
background-color: #C5C097;
}
.BgClassName
{
background-color: #C5C097;
}
</style>
border-color css
<style>
span { border-color: #C5C097; }
span { border-color: rgb(197,192,151); }
td.TdClassName
{
border-color: #C5C097;
}
.TagClassName
{
border-color: #C5C097;
}
</style>