Shades of Green Mist #C5C197
Tints of Green Mist #C5C197
RGB
CMYK
RGB Variations
Color information
#C5C197 (or 0xC5C197) is known color: Green Mist. HEX triplet: C5, C1 and 97. RGB value is (197,193,151). Sum of RGB (Red+Green+Blue) = 197+193+151=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C197 is #3A3E68. Grayscale: #BDBDBD. Windows color (decimal): -3817065 or 9945541. OLE color: 9945541.
HSL color Cylindrical-coordinate representation of color #C5C197: hue angle of 54.78º 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 #C5C197 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 151 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.23 |
| HSL | 54.78º | 0.28% | 0.68% | - |
| HSV(B) | 54.78º | 0.23% | 0.77% | - |
| XYZ | 47.68 | 52.24 | 36.85 | - |
| YUV | 189.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 151 | 0 | 0.02 | 0.23 | 0.23 | 54.78 | 0.28 | 0.68 |
| Hex | C5 | C1 | 97 | 0 | 2 | 17 | 17 | 37 | 1C | 44 |
| Octal | 305 | 301 | 227 | 0 | 2 | 27 | 27 | 67 | 34 | 104 |
| Binary | 11000101 | 11000001 | 10010111 | 0 | 10 | 10111 | 10111 | 110111 | 11100 | 1000100 |
Color Harmonies of #C5C197
Complementary color
Monochromatic Colors of #C5C197
Black with #C5C197
Text Example
Text Example
White with #C5C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C197; }
p { color: rgb(197,193,151); }
H1.HeaderClassName
{
color: #C5C197;
}
.AnyTagClassName
{
color: #C5C197;
}
</style>
background-color css
<style>
a { background-color: #C5C197; }
a { background-color: rgb(197,193,151); }
div.DivClassName
{
background-color: #C5C197;
}
.BgClassName
{
background-color: #C5C197;
}
</style>
border-color css
<style>
span { border-color: #C5C197; }
span { border-color: rgb(197,193,151); }
td.TdClassName
{
border-color: #C5C197;
}
.TagClassName
{
border-color: #C5C197;
}
</style>