Shades of Green Mist #CBCC9C
Tints of Green Mist #CBCC9C
RGB
CMYK
RGB Variations
Color information
#CBCC9C (or 0xCBCC9C) is known color: Green Mist. HEX triplet: CB, CC and 9C. RGB value is (203,204,156). Sum of RGB (Red+Green+Blue) = 203+204+156=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9C is #343363. Grayscale: #C6C6C6. Windows color (decimal): -3421028 or 10276043. OLE color: 10276043.
HSL color Cylindrical-coordinate representation of color #CBCC9C: hue angle of 61.25º degrees, saturation: 0.32, 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 #CBCC9C is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 156 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.2 |
| HSL | 61.25º | 0.32% | 0.71% | - |
| HSV(B) | 61.25º | 0.24% | 0.8% | - |
| XYZ | 52.22 | 58.28 | 39.95 | - |
| YUV | 198.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 156 | 0.00 | 0 | 0.24 | 0.2 | 61.25 | 0.32 | 0.71 |
| Hex | CB | CC | 9C | 0 | 0 | 18 | 14 | 3D | 20 | 47 |
| Octal | 313 | 314 | 234 | 0 | 0 | 30 | 24 | 75 | 40 | 107 |
| Binary | 11001011 | 11001100 | 10011100 | 0 | 0 | 11000 | 10100 | 111101 | 100000 | 1000111 |
Color Harmonies of #CBCC9C
Complementary color
Monochromatic Colors of #CBCC9C
Black with #CBCC9C
Text Example
Text Example
White with #CBCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC9C; }
p { color: rgb(203,204,156); }
H1.HeaderClassName
{
color: #CBCC9C;
}
.AnyTagClassName
{
color: #CBCC9C;
}
</style>
background-color css
<style>
a { background-color: #CBCC9C; }
a { background-color: rgb(203,204,156); }
div.DivClassName
{
background-color: #CBCC9C;
}
.BgClassName
{
background-color: #CBCC9C;
}
</style>
border-color css
<style>
span { border-color: #CBCC9C; }
span { border-color: rgb(203,204,156); }
td.TdClassName
{
border-color: #CBCC9C;
}
.TagClassName
{
border-color: #CBCC9C;
}
</style>