Shades of Green Mist #C5C295
Tints of Green Mist #C5C295
RGB
CMYK
RGB Variations
Color information
#C5C295 (or 0xC5C295) is known color: Green Mist. HEX triplet: C5, C2 and 95. RGB value is (197,194,149). Sum of RGB (Red+Green+Blue) = 197+194+149=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C295 is #3A3D6A. Grayscale: #BDBDBD. Windows color (decimal): -3816811 or 9814725. OLE color: 9814725.
HSL color Cylindrical-coordinate representation of color #C5C295: hue angle of 56.25º 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 #C5C295 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 149 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.23 |
| HSL | 56.25º | 0.29% | 0.68% | - |
| HSV(B) | 56.25º | 0.24% | 0.77% | - |
| XYZ | 47.74 | 52.62 | 36.07 | - |
| YUV | 189.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 149 | 0 | 0.02 | 0.24 | 0.23 | 56.25 | 0.29 | 0.68 |
| Hex | C5 | C2 | 95 | 0 | 2 | 18 | 17 | 38 | 1D | 44 |
| Octal | 305 | 302 | 225 | 0 | 2 | 30 | 27 | 70 | 35 | 104 |
| Binary | 11000101 | 11000010 | 10010101 | 0 | 10 | 11000 | 10111 | 111000 | 11101 | 1000100 |
Color Harmonies of #C5C295
Complementary color
Monochromatic Colors of #C5C295
Black with #C5C295
Text Example
Text Example
White with #C5C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C295; }
p { color: rgb(197,194,149); }
H1.HeaderClassName
{
color: #C5C295;
}
.AnyTagClassName
{
color: #C5C295;
}
</style>
background-color css
<style>
a { background-color: #C5C295; }
a { background-color: rgb(197,194,149); }
div.DivClassName
{
background-color: #C5C295;
}
.BgClassName
{
background-color: #C5C295;
}
</style>
border-color css
<style>
span { border-color: #C5C295; }
span { border-color: rgb(197,194,149); }
td.TdClassName
{
border-color: #C5C295;
}
.TagClassName
{
border-color: #C5C295;
}
</style>