Shades of Green Mist #CBCBA0
Tints of Green Mist #CBCBA0
RGB
CMYK
RGB Variations
Color information
#CBCBA0 (or 0xCBCBA0) is known color: Green Mist. HEX triplet: CB, CB and A0. RGB value is (203,203,160). Sum of RGB (Red+Green+Blue) = 203+203+160=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA0 is #34345F. Grayscale: #C6C6C6. Windows color (decimal): -3421280 or 10537931. OLE color: 10537931.
HSL color Cylindrical-coordinate representation of color #CBCBA0: hue angle of 60º 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 #CBCBA0 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 160 | - |
| CMYK | 0 | 0 | 0.21 | 0.20 |
| HSL | 60º | 0.29% | 0.71% | - |
| HSV(B) | 60º | 0.21% | 0.8% | - |
| XYZ | 52.33 | 57.95 | 41.68 | - |
| YUV | 198.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 160 | 0 | 0 | 0.21 | 0.20 | 60 | 0.29 | 0.71 |
| Hex | CB | CB | A0 | 0 | 0 | 15 | 14 | 3C | 1D | 47 |
| Octal | 313 | 313 | 240 | 0 | 0 | 25 | 24 | 74 | 35 | 107 |
| Binary | 11001011 | 11001011 | 10100000 | 0 | 0 | 10101 | 10100 | 111100 | 11101 | 1000111 |
Color Harmonies of #CBCBA0
Complementary color
Monochromatic Colors of #CBCBA0
Black with #CBCBA0
Text Example
Text Example
White with #CBCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBA0; }
p { color: rgb(203,203,160); }
H1.HeaderClassName
{
color: #CBCBA0;
}
.AnyTagClassName
{
color: #CBCBA0;
}
</style>
background-color css
<style>
a { background-color: #CBCBA0; }
a { background-color: rgb(203,203,160); }
div.DivClassName
{
background-color: #CBCBA0;
}
.BgClassName
{
background-color: #CBCBA0;
}
</style>
border-color css
<style>
span { border-color: #CBCBA0; }
span { border-color: rgb(203,203,160); }
td.TdClassName
{
border-color: #CBCBA0;
}
.TagClassName
{
border-color: #CBCBA0;
}
</style>