Shades of Green Mist #C5C096
Tints of Green Mist #C5C096
RGB
CMYK
RGB Variations
Color information
#C5C096 (or 0xC5C096) is known color: Green Mist. HEX triplet: C5, C0 and 96. RGB value is (197,192,150). Sum of RGB (Red+Green+Blue) = 197+192+150=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C096 is #3A3F69. Grayscale: #BCBCBC. Windows color (decimal): -3817322 or 9879749. OLE color: 9879749.
HSL color Cylindrical-coordinate representation of color #C5C096: hue angle of 53.62º 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 #C5C096 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 150 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.23 |
| HSL | 53.62º | 0.29% | 0.68% | - |
| HSV(B) | 53.62º | 0.24% | 0.77% | - |
| XYZ | 47.38 | 51.77 | 36.35 | - |
| YUV | 188.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 150 | 0 | 0.03 | 0.24 | 0.23 | 53.62 | 0.29 | 0.68 |
| Hex | C5 | C0 | 96 | 0 | 3 | 18 | 17 | 36 | 1D | 44 |
| Octal | 305 | 300 | 226 | 0 | 3 | 30 | 27 | 66 | 35 | 104 |
| Binary | 11000101 | 11000000 | 10010110 | 0 | 11 | 11000 | 10111 | 110110 | 11101 | 1000100 |
Color Harmonies of #C5C096
Complementary color
Monochromatic Colors of #C5C096
Black with #C5C096
Text Example
Text Example
White with #C5C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C096; }
p { color: rgb(197,192,150); }
H1.HeaderClassName
{
color: #C5C096;
}
.AnyTagClassName
{
color: #C5C096;
}
</style>
background-color css
<style>
a { background-color: #C5C096; }
a { background-color: rgb(197,192,150); }
div.DivClassName
{
background-color: #C5C096;
}
.BgClassName
{
background-color: #C5C096;
}
</style>
border-color css
<style>
span { border-color: #C5C096; }
span { border-color: rgb(197,192,150); }
td.TdClassName
{
border-color: #C5C096;
}
.TagClassName
{
border-color: #C5C096;
}
</style>