Shades of Green Mist #C4C88E
Tints of Green Mist #C4C88E
RGB
CMYK
RGB Variations
Color information
#C4C88E (or 0xC4C88E) is known color: Green Mist. HEX triplet: C4, C8 and 8E. RGB value is (196,200,142). Sum of RGB (Red+Green+Blue) = 196+200+142=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C88E is #3B3771. Grayscale: #C0C0C0. Windows color (decimal): -3880818 or 9357508. OLE color: 9357508.
HSL color Cylindrical-coordinate representation of color #C4C88E: hue angle of 64.14º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4C88E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 142 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.22 |
| HSL | 64.14º | 0.35% | 0.67% | - |
| HSV(B) | 64.14º | 0.29% | 0.78% | - |
| XYZ | 48.3 | 55 | 33.66 | - |
| YUV | 192.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 142 | 0.02 | 0 | 0.29 | 0.22 | 64.14 | 0.35 | 0.67 |
| Hex | C4 | C8 | 8E | 2 | 0 | 1D | 16 | 40 | 23 | 43 |
| Octal | 304 | 310 | 216 | 2 | 0 | 35 | 26 | 100 | 43 | 103 |
| Binary | 11000100 | 11001000 | 10001110 | 10 | 0 | 11101 | 10110 | 1000000 | 100011 | 1000011 |
Color Harmonies of #C4C88E
Complementary color
Monochromatic Colors of #C4C88E
Black with #C4C88E
Text Example
Text Example
White with #C4C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C88E; }
p { color: rgb(196,200,142); }
H1.HeaderClassName
{
color: #C4C88E;
}
.AnyTagClassName
{
color: #C4C88E;
}
</style>
background-color css
<style>
a { background-color: #C4C88E; }
a { background-color: rgb(196,200,142); }
div.DivClassName
{
background-color: #C4C88E;
}
.BgClassName
{
background-color: #C4C88E;
}
</style>
border-color css
<style>
span { border-color: #C4C88E; }
span { border-color: rgb(196,200,142); }
td.TdClassName
{
border-color: #C4C88E;
}
.TagClassName
{
border-color: #C4C88E;
}
</style>