Shades of Green Mist #C4CC8E
Tints of Green Mist #C4CC8E
RGB
CMYK
RGB Variations
Color information
#C4CC8E (or 0xC4CC8E) is known color: Green Mist. HEX triplet: C4, CC and 8E. RGB value is (196,204,142). Sum of RGB (Red+Green+Blue) = 196+204+142=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC8E is #3B3371. Grayscale: #C2C2C2. Windows color (decimal): -3879794 or 9358532. OLE color: 9358532.
HSL color Cylindrical-coordinate representation of color #C4CC8E: hue angle of 67.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4CC8E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 142 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.2 |
| HSL | 67.74º | 0.38% | 0.68% | - |
| HSV(B) | 67.74º | 0.3% | 0.8% | - |
| XYZ | 49.24 | 56.87 | 33.97 | - |
| YUV | 194.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 142 | 0.04 | 0 | 0.30 | 0.2 | 67.74 | 0.38 | 0.68 |
| Hex | C4 | CC | 8E | 4 | 0 | 1E | 14 | 44 | 26 | 44 |
| Octal | 304 | 314 | 216 | 4 | 0 | 36 | 24 | 104 | 46 | 104 |
| Binary | 11000100 | 11001100 | 10001110 | 100 | 0 | 11110 | 10100 | 1000100 | 100110 | 1000100 |
Color Harmonies of #C4CC8E
Complementary color
Monochromatic Colors of #C4CC8E
Black with #C4CC8E
Text Example
Text Example
White with #C4CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC8E; }
p { color: rgb(196,204,142); }
H1.HeaderClassName
{
color: #C4CC8E;
}
.AnyTagClassName
{
color: #C4CC8E;
}
</style>
background-color css
<style>
a { background-color: #C4CC8E; }
a { background-color: rgb(196,204,142); }
div.DivClassName
{
background-color: #C4CC8E;
}
.BgClassName
{
background-color: #C4CC8E;
}
</style>
border-color css
<style>
span { border-color: #C4CC8E; }
span { border-color: rgb(196,204,142); }
td.TdClassName
{
border-color: #C4CC8E;
}
.TagClassName
{
border-color: #C4CC8E;
}
</style>