Shades of Green Mist #CBC996
Tints of Green Mist #CBC996
RGB
CMYK
RGB Variations
Color information
#CBC996 (or 0xCBC996) is known color: Green Mist. HEX triplet: CB, C9 and 96. RGB value is (203,201,150). Sum of RGB (Red+Green+Blue) = 203+201+150=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC996 is #343669. Grayscale: #C3C3C3. Windows color (decimal): -3421802 or 9882059. OLE color: 9882059.
HSL color Cylindrical-coordinate representation of color #CBC996: hue angle of 57.74º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBC996 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 150 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.20 |
| HSL | 57.74º | 0.34% | 0.69% | - |
| HSV(B) | 57.74º | 0.26% | 0.8% | - |
| XYZ | 51.02 | 56.67 | 37.1 | - |
| YUV | 195.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 150 | 0 | 0.01 | 0.26 | 0.20 | 57.74 | 0.34 | 0.69 |
| Hex | CB | C9 | 96 | 0 | 1 | 1A | 14 | 3A | 22 | 45 |
| Octal | 313 | 311 | 226 | 0 | 1 | 32 | 24 | 72 | 42 | 105 |
| Binary | 11001011 | 11001001 | 10010110 | 0 | 1 | 11010 | 10100 | 111010 | 100010 | 1000101 |
Color Harmonies of #CBC996
Complementary color
Monochromatic Colors of #CBC996
Black with #CBC996
Text Example
Text Example
White with #CBC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC996; }
p { color: rgb(203,201,150); }
H1.HeaderClassName
{
color: #CBC996;
}
.AnyTagClassName
{
color: #CBC996;
}
</style>
background-color css
<style>
a { background-color: #CBC996; }
a { background-color: rgb(203,201,150); }
div.DivClassName
{
background-color: #CBC996;
}
.BgClassName
{
background-color: #CBC996;
}
</style>
border-color css
<style>
span { border-color: #CBC996; }
span { border-color: rgb(203,201,150); }
td.TdClassName
{
border-color: #CBC996;
}
.TagClassName
{
border-color: #CBC996;
}
</style>