Shades of Green Mist #C5C697
Tints of Green Mist #C5C697
RGB
CMYK
RGB Variations
Color information
#C5C697 (or 0xC5C697) is known color: Green Mist. HEX triplet: C5, C6 and 97. RGB value is (197,198,151). Sum of RGB (Red+Green+Blue) = 197+198+151=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C697 is #3A3968. Grayscale: #C0C0C0. Windows color (decimal): -3815785 or 9946821. OLE color: 9946821.
HSL color Cylindrical-coordinate representation of color #C5C697: hue angle of 61.28º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5C697 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 151 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.22 |
| HSL | 61.28º | 0.29% | 0.68% | - |
| HSV(B) | 61.28º | 0.24% | 0.78% | - |
| XYZ | 48.81 | 54.49 | 37.22 | - |
| YUV | 192.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 151 | 0.01 | 0 | 0.24 | 0.22 | 61.28 | 0.29 | 0.68 |
| Hex | C5 | C6 | 97 | 1 | 0 | 18 | 16 | 3D | 1D | 44 |
| Octal | 305 | 306 | 227 | 1 | 0 | 30 | 26 | 75 | 35 | 104 |
| Binary | 11000101 | 11000110 | 10010111 | 1 | 0 | 11000 | 10110 | 111101 | 11101 | 1000100 |
Color Harmonies of #C5C697
Complementary color
Monochromatic Colors of #C5C697
Black with #C5C697
Text Example
Text Example
White with #C5C697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C697; }
p { color: rgb(197,198,151); }
H1.HeaderClassName
{
color: #C5C697;
}
.AnyTagClassName
{
color: #C5C697;
}
</style>
background-color css
<style>
a { background-color: #C5C697; }
a { background-color: rgb(197,198,151); }
div.DivClassName
{
background-color: #C5C697;
}
.BgClassName
{
background-color: #C5C697;
}
</style>
border-color css
<style>
span { border-color: #C5C697; }
span { border-color: rgb(197,198,151); }
td.TdClassName
{
border-color: #C5C697;
}
.TagClassName
{
border-color: #C5C697;
}
</style>