Shades of Green Mist #C3C49F
Tints of Green Mist #C3C49F
RGB
CMYK
RGB Variations
Color information
#C3C49F (or 0xC3C49F) is known color: Green Mist. HEX triplet: C3, C4 and 9F. RGB value is (195,196,159). Sum of RGB (Red+Green+Blue) = 195+196+159=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C49F is #3C3B60. Grayscale: #BFBFBF. Windows color (decimal): -3947361 or 10470595. OLE color: 10470595.
HSL color Cylindrical-coordinate representation of color #C3C49F: hue angle of 61.62º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3C49F is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 159 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.23 |
| HSL | 61.62º | 0.24% | 0.7% | - |
| HSV(B) | 61.62º | 0.19% | 0.77% | - |
| XYZ | 48.5 | 53.59 | 40.59 | - |
| YUV | 191.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 159 | 0.01 | 0 | 0.19 | 0.23 | 61.62 | 0.24 | 0.7 |
| Hex | C3 | C4 | 9F | 1 | 0 | 13 | 17 | 3E | 18 | 46 |
| Octal | 303 | 304 | 237 | 1 | 0 | 23 | 27 | 76 | 30 | 106 |
| Binary | 11000011 | 11000100 | 10011111 | 1 | 0 | 10011 | 10111 | 111110 | 11000 | 1000110 |
Color Harmonies of #C3C49F
Complementary color
Monochromatic Colors of #C3C49F
Black with #C3C49F
Text Example
Text Example
White with #C3C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C49F; }
p { color: rgb(195,196,159); }
H1.HeaderClassName
{
color: #C3C49F;
}
.AnyTagClassName
{
color: #C3C49F;
}
</style>
background-color css
<style>
a { background-color: #C3C49F; }
a { background-color: rgb(195,196,159); }
div.DivClassName
{
background-color: #C3C49F;
}
.BgClassName
{
background-color: #C3C49F;
}
</style>
border-color css
<style>
span { border-color: #C3C49F; }
span { border-color: rgb(195,196,159); }
td.TdClassName
{
border-color: #C3C49F;
}
.TagClassName
{
border-color: #C3C49F;
}
</style>