Shades of Green Mist #CBC999
Tints of Green Mist #CBC999
RGB
CMYK
RGB Variations
Color information
#CBC999 (or 0xCBC999) is known color: Green Mist. HEX triplet: CB, C9 and 99. RGB value is (203,201,153). Sum of RGB (Red+Green+Blue) = 203+201+153=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC999 is #343666. Grayscale: #C4C4C4. Windows color (decimal): -3421799 or 10078667. OLE color: 10078667.
HSL color Cylindrical-coordinate representation of color #CBC999: hue angle of 57.6º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC999 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 153 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.20 |
| HSL | 57.6º | 0.32% | 0.7% | - |
| HSV(B) | 57.6º | 0.25% | 0.8% | - |
| XYZ | 51.27 | 56.77 | 38.39 | - |
| YUV | 196.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 153 | 0 | 0.01 | 0.25 | 0.20 | 57.6 | 0.32 | 0.7 |
| Hex | CB | C9 | 99 | 0 | 1 | 19 | 14 | 3A | 20 | 46 |
| Octal | 313 | 311 | 231 | 0 | 1 | 31 | 24 | 72 | 40 | 106 |
| Binary | 11001011 | 11001001 | 10011001 | 0 | 1 | 11001 | 10100 | 111010 | 100000 | 1000110 |
Color Harmonies of #CBC999
Complementary color
Monochromatic Colors of #CBC999
Black with #CBC999
Text Example
Text Example
White with #CBC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC999; }
p { color: rgb(203,201,153); }
H1.HeaderClassName
{
color: #CBC999;
}
.AnyTagClassName
{
color: #CBC999;
}
</style>
background-color css
<style>
a { background-color: #CBC999; }
a { background-color: rgb(203,201,153); }
div.DivClassName
{
background-color: #CBC999;
}
.BgClassName
{
background-color: #CBC999;
}
</style>
border-color css
<style>
span { border-color: #CBC999; }
span { border-color: rgb(203,201,153); }
td.TdClassName
{
border-color: #CBC999;
}
.TagClassName
{
border-color: #CBC999;
}
</style>