Shades of Green Mist #CBC99C
Tints of Green Mist #CBC99C
RGB
CMYK
RGB Variations
Color information
#CBC99C (or 0xCBC99C) is known color: Green Mist. HEX triplet: CB, C9 and 9C. RGB value is (203,201,156). Sum of RGB (Red+Green+Blue) = 203+201+156=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC99C is #343663. Grayscale: #C4C4C4. Windows color (decimal): -3421796 or 10275275. OLE color: 10275275.
HSL color Cylindrical-coordinate representation of color #CBC99C: hue angle of 57.45º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC99C is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 156 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.20 |
| HSL | 57.45º | 0.31% | 0.7% | - |
| HSV(B) | 57.45º | 0.23% | 0.8% | - |
| XYZ | 51.52 | 56.87 | 39.71 | - |
| YUV | 196.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 156 | 0 | 0.01 | 0.23 | 0.20 | 57.45 | 0.31 | 0.7 |
| Hex | CB | C9 | 9C | 0 | 1 | 17 | 14 | 39 | 1F | 46 |
| Octal | 313 | 311 | 234 | 0 | 1 | 27 | 24 | 71 | 37 | 106 |
| Binary | 11001011 | 11001001 | 10011100 | 0 | 1 | 10111 | 10100 | 111001 | 11111 | 1000110 |
Color Harmonies of #CBC99C
Complementary color
Monochromatic Colors of #CBC99C
Black with #CBC99C
Text Example
Text Example
White with #CBC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC99C; }
p { color: rgb(203,201,156); }
H1.HeaderClassName
{
color: #CBC99C;
}
.AnyTagClassName
{
color: #CBC99C;
}
</style>
background-color css
<style>
a { background-color: #CBC99C; }
a { background-color: rgb(203,201,156); }
div.DivClassName
{
background-color: #CBC99C;
}
.BgClassName
{
background-color: #CBC99C;
}
</style>
border-color css
<style>
span { border-color: #CBC99C; }
span { border-color: rgb(203,201,156); }
td.TdClassName
{
border-color: #CBC99C;
}
.TagClassName
{
border-color: #CBC99C;
}
</style>