Shades of Green Mist #CBCDA1
Tints of Green Mist #CBCDA1
RGB
CMYK
RGB Variations
Color information
#CBCDA1 (or 0xCBCDA1) is known color: Green Mist. HEX triplet: CB, CD and A1. RGB value is (203,205,161). Sum of RGB (Red+Green+Blue) = 203+205+161=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA1 is #34325E. Grayscale: #C7C7C7. Windows color (decimal): -3420767 or 10603979. OLE color: 10603979.
HSL color Cylindrical-coordinate representation of color #CBCDA1: hue angle of 62.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBCDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 161 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.20 |
| HSL | 62.73º | 0.31% | 0.72% | - |
| HSV(B) | 62.73º | 0.21% | 0.8% | - |
| XYZ | 52.89 | 58.93 | 42.31 | - |
| YUV | 199.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 161 | 0.01 | 0 | 0.21 | 0.20 | 62.73 | 0.31 | 0.72 |
| Hex | CB | CD | A1 | 1 | 0 | 15 | 14 | 3F | 1F | 48 |
| Octal | 313 | 315 | 241 | 1 | 0 | 25 | 24 | 77 | 37 | 110 |
| Binary | 11001011 | 11001101 | 10100001 | 1 | 0 | 10101 | 10100 | 111111 | 11111 | 1001000 |
Color Harmonies of #CBCDA1
Complementary color
Monochromatic Colors of #CBCDA1
Black with #CBCDA1
Text Example
Text Example
White with #CBCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDA1; }
p { color: rgb(203,205,161); }
H1.HeaderClassName
{
color: #CBCDA1;
}
.AnyTagClassName
{
color: #CBCDA1;
}
</style>
background-color css
<style>
a { background-color: #CBCDA1; }
a { background-color: rgb(203,205,161); }
div.DivClassName
{
background-color: #CBCDA1;
}
.BgClassName
{
background-color: #CBCDA1;
}
</style>
border-color css
<style>
span { border-color: #CBCDA1; }
span { border-color: rgb(203,205,161); }
td.TdClassName
{
border-color: #CBCDA1;
}
.TagClassName
{
border-color: #CBCDA1;
}
</style>