Shades of Green Mist #CBCEA0
Tints of Green Mist #CBCEA0
RGB
CMYK
RGB Variations
Color information
#CBCEA0 (or 0xCBCEA0) is known color: Green Mist. HEX triplet: CB, CE and A0. RGB value is (203,206,160). Sum of RGB (Red+Green+Blue) = 203+206+160=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA0 is #34315F. Grayscale: #C8C8C8. Windows color (decimal): -3420512 or 10538699. OLE color: 10538699.
HSL color Cylindrical-coordinate representation of color #CBCEA0: hue angle of 63.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBCEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 160 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.19 |
| HSL | 63.91º | 0.32% | 0.72% | - |
| HSV(B) | 63.91º | 0.22% | 0.81% | - |
| XYZ | 53.05 | 59.38 | 41.92 | - |
| YUV | 199.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 160 | 0.01 | 0 | 0.22 | 0.19 | 63.91 | 0.32 | 0.72 |
| Hex | CB | CE | A0 | 1 | 0 | 16 | 13 | 40 | 20 | 48 |
| Octal | 313 | 316 | 240 | 1 | 0 | 26 | 23 | 100 | 40 | 110 |
| Binary | 11001011 | 11001110 | 10100000 | 1 | 0 | 10110 | 10011 | 1000000 | 100000 | 1001000 |
Color Harmonies of #CBCEA0
Complementary color
Monochromatic Colors of #CBCEA0
Black with #CBCEA0
Text Example
Text Example
White with #CBCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEA0; }
p { color: rgb(203,206,160); }
H1.HeaderClassName
{
color: #CBCEA0;
}
.AnyTagClassName
{
color: #CBCEA0;
}
</style>
background-color css
<style>
a { background-color: #CBCEA0; }
a { background-color: rgb(203,206,160); }
div.DivClassName
{
background-color: #CBCEA0;
}
.BgClassName
{
background-color: #CBCEA0;
}
</style>
border-color css
<style>
span { border-color: #CBCEA0; }
span { border-color: rgb(203,206,160); }
td.TdClassName
{
border-color: #CBCEA0;
}
.TagClassName
{
border-color: #CBCEA0;
}
</style>