Shades of Green Mist #C4CB8E
Tints of Green Mist #C4CB8E
RGB
CMYK
RGB Variations
Color information
#C4CB8E (or 0xC4CB8E) is known color: Green Mist. HEX triplet: C4, CB and 8E. RGB value is (196,203,142). Sum of RGB (Red+Green+Blue) = 196+203+142=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB8E is #3B3471. Grayscale: #C2C2C2. Windows color (decimal): -3880050 or 9358276. OLE color: 9358276.
HSL color Cylindrical-coordinate representation of color #C4CB8E: hue angle of 66.89º degrees, saturation: 0.37, 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 #C4CB8E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 142 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.20 |
| HSL | 66.89º | 0.37% | 0.68% | - |
| HSV(B) | 66.89º | 0.3% | 0.8% | - |
| XYZ | 49 | 56.4 | 33.89 | - |
| YUV | 193.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 142 | 0.03 | 0 | 0.30 | 0.20 | 66.89 | 0.37 | 0.68 |
| Hex | C4 | CB | 8E | 3 | 0 | 1E | 14 | 43 | 25 | 44 |
| Octal | 304 | 313 | 216 | 3 | 0 | 36 | 24 | 103 | 45 | 104 |
| Binary | 11000100 | 11001011 | 10001110 | 11 | 0 | 11110 | 10100 | 1000011 | 100101 | 1000100 |
Color Harmonies of #C4CB8E
Complementary color
Monochromatic Colors of #C4CB8E
Black with #C4CB8E
Text Example
Text Example
White with #C4CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB8E; }
p { color: rgb(196,203,142); }
H1.HeaderClassName
{
color: #C4CB8E;
}
.AnyTagClassName
{
color: #C4CB8E;
}
</style>
background-color css
<style>
a { background-color: #C4CB8E; }
a { background-color: rgb(196,203,142); }
div.DivClassName
{
background-color: #C4CB8E;
}
.BgClassName
{
background-color: #C4CB8E;
}
</style>
border-color css
<style>
span { border-color: #C4CB8E; }
span { border-color: rgb(196,203,142); }
td.TdClassName
{
border-color: #C4CB8E;
}
.TagClassName
{
border-color: #C4CB8E;
}
</style>