Shades of Green Mist #C4CBA0
Tints of Green Mist #C4CBA0
RGB
CMYK
RGB Variations
Color information
#C4CBA0 (or 0xC4CBA0) is known color: Green Mist. HEX triplet: C4, CB and A0. RGB value is (196,203,160). Sum of RGB (Red+Green+Blue) = 196+203+160=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBA0 is #3B345F. Grayscale: #C4C4C4. Windows color (decimal): -3880032 or 10537924. OLE color: 10537924.
HSL color Cylindrical-coordinate representation of color #C4CBA0: hue angle of 69.77º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CBA0 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 160 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.20 |
| HSL | 69.77º | 0.29% | 0.71% | - |
| HSV(B) | 69.77º | 0.21% | 0.8% | - |
| XYZ | 50.47 | 56.99 | 41.6 | - |
| YUV | 196.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 160 | 0.03 | 0 | 0.21 | 0.20 | 69.77 | 0.29 | 0.71 |
| Hex | C4 | CB | A0 | 3 | 0 | 15 | 14 | 46 | 1D | 47 |
| Octal | 304 | 313 | 240 | 3 | 0 | 25 | 24 | 106 | 35 | 107 |
| Binary | 11000100 | 11001011 | 10100000 | 11 | 0 | 10101 | 10100 | 1000110 | 11101 | 1000111 |
Color Harmonies of #C4CBA0
Complementary color
Monochromatic Colors of #C4CBA0
Black with #C4CBA0
Text Example
Text Example
White with #C4CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBA0; }
p { color: rgb(196,203,160); }
H1.HeaderClassName
{
color: #C4CBA0;
}
.AnyTagClassName
{
color: #C4CBA0;
}
</style>
background-color css
<style>
a { background-color: #C4CBA0; }
a { background-color: rgb(196,203,160); }
div.DivClassName
{
background-color: #C4CBA0;
}
.BgClassName
{
background-color: #C4CBA0;
}
</style>
border-color css
<style>
span { border-color: #C4CBA0; }
span { border-color: rgb(196,203,160); }
td.TdClassName
{
border-color: #C4CBA0;
}
.TagClassName
{
border-color: #C4CBA0;
}
</style>