Shades of Green Mist #C4C295
Tints of Green Mist #C4C295
RGB
CMYK
RGB Variations
Color information
#C4C295 (or 0xC4C295) is known color: Green Mist. HEX triplet: C4, C2 and 95. RGB value is (196,194,149). Sum of RGB (Red+Green+Blue) = 196+194+149=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C295 is #3B3D6A. Grayscale: #BDBDBD. Windows color (decimal): -3882347 or 9814724. OLE color: 9814724.
HSL color Cylindrical-coordinate representation of color #C4C295: hue angle of 57.45º degrees, saturation: 0.28, 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 #C4C295 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 149 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.23 |
| HSL | 57.45º | 0.28% | 0.68% | - |
| HSV(B) | 57.45º | 0.24% | 0.77% | - |
| XYZ | 47.48 | 52.49 | 36.06 | - |
| YUV | 189.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 149 | 0 | 0.01 | 0.24 | 0.23 | 57.45 | 0.28 | 0.68 |
| Hex | C4 | C2 | 95 | 0 | 1 | 18 | 17 | 39 | 1C | 44 |
| Octal | 304 | 302 | 225 | 0 | 1 | 30 | 27 | 71 | 34 | 104 |
| Binary | 11000100 | 11000010 | 10010101 | 0 | 1 | 11000 | 10111 | 111001 | 11100 | 1000100 |
Color Harmonies of #C4C295
Complementary color
Monochromatic Colors of #C4C295
Black with #C4C295
Text Example
Text Example
White with #C4C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C295; }
p { color: rgb(196,194,149); }
H1.HeaderClassName
{
color: #C4C295;
}
.AnyTagClassName
{
color: #C4C295;
}
</style>
background-color css
<style>
a { background-color: #C4C295; }
a { background-color: rgb(196,194,149); }
div.DivClassName
{
background-color: #C4C295;
}
.BgClassName
{
background-color: #C4C295;
}
</style>
border-color css
<style>
span { border-color: #C4C295; }
span { border-color: rgb(196,194,149); }
td.TdClassName
{
border-color: #C4C295;
}
.TagClassName
{
border-color: #C4C295;
}
</style>