Shades of Green Mist #CBCD9C
Tints of Green Mist #CBCD9C
RGB
CMYK
RGB Variations
Color information
#CBCD9C (or 0xCBCD9C) is known color: Green Mist. HEX triplet: CB, CD and 9C. RGB value is (203,205,156). Sum of RGB (Red+Green+Blue) = 203+205+156=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCD9C is #343263. Grayscale: #C7C7C7. Windows color (decimal): -3420772 or 10276299. OLE color: 10276299.
HSL color Cylindrical-coordinate representation of color #CBCD9C: hue angle of 62.45º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBCD9C is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 156 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.20 |
| HSL | 62.45º | 0.33% | 0.71% | - |
| HSV(B) | 62.45º | 0.24% | 0.8% | - |
| XYZ | 52.46 | 58.76 | 40.03 | - |
| YUV | 198.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 156 | 0.01 | 0 | 0.24 | 0.20 | 62.45 | 0.33 | 0.71 |
| Hex | CB | CD | 9C | 1 | 0 | 18 | 14 | 3E | 21 | 47 |
| Octal | 313 | 315 | 234 | 1 | 0 | 30 | 24 | 76 | 41 | 107 |
| Binary | 11001011 | 11001101 | 10011100 | 1 | 0 | 11000 | 10100 | 111110 | 100001 | 1000111 |
Color Harmonies of #CBCD9C
Complementary color
Monochromatic Colors of #CBCD9C
Black with #CBCD9C
Text Example
Text Example
White with #CBCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD9C; }
p { color: rgb(203,205,156); }
H1.HeaderClassName
{
color: #CBCD9C;
}
.AnyTagClassName
{
color: #CBCD9C;
}
</style>
background-color css
<style>
a { background-color: #CBCD9C; }
a { background-color: rgb(203,205,156); }
div.DivClassName
{
background-color: #CBCD9C;
}
.BgClassName
{
background-color: #CBCD9C;
}
</style>
border-color css
<style>
span { border-color: #CBCD9C; }
span { border-color: rgb(203,205,156); }
td.TdClassName
{
border-color: #CBCD9C;
}
.TagClassName
{
border-color: #CBCD9C;
}
</style>