Shades of Green Mist #C4C49D
Tints of Green Mist #C4C49D
RGB
CMYK
RGB Variations
Color information
#C4C49D (or 0xC4C49D) is known color: Green Mist. HEX triplet: C4, C4 and 9D. RGB value is (196,196,157). Sum of RGB (Red+Green+Blue) = 196+196+157=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C49D is #3B3B62. Grayscale: #BFBFBF. Windows color (decimal): -3881827 or 10339524. OLE color: 10339524.
HSL color Cylindrical-coordinate representation of color #C4C49D: hue angle of 60º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4C49D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 157 | - |
| CMYK | 0 | 0 | 0.20 | 0.23 |
| HSL | 60º | 0.25% | 0.69% | - |
| HSV(B) | 60º | 0.2% | 0.77% | - |
| XYZ | 48.59 | 53.65 | 39.69 | - |
| YUV | 191.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 157 | 0 | 0 | 0.20 | 0.23 | 60 | 0.25 | 0.69 |
| Hex | C4 | C4 | 9D | 0 | 0 | 14 | 17 | 3C | 19 | 45 |
| Octal | 304 | 304 | 235 | 0 | 0 | 24 | 27 | 74 | 31 | 105 |
| Binary | 11000100 | 11000100 | 10011101 | 0 | 0 | 10100 | 10111 | 111100 | 11001 | 1000101 |
Color Harmonies of #C4C49D
Complementary color
Monochromatic Colors of #C4C49D
Black with #C4C49D
Text Example
Text Example
White with #C4C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C49D; }
p { color: rgb(196,196,157); }
H1.HeaderClassName
{
color: #C4C49D;
}
.AnyTagClassName
{
color: #C4C49D;
}
</style>
background-color css
<style>
a { background-color: #C4C49D; }
a { background-color: rgb(196,196,157); }
div.DivClassName
{
background-color: #C4C49D;
}
.BgClassName
{
background-color: #C4C49D;
}
</style>
border-color css
<style>
span { border-color: #C4C49D; }
span { border-color: rgb(196,196,157); }
td.TdClassName
{
border-color: #C4C49D;
}
.TagClassName
{
border-color: #C4C49D;
}
</style>