Shades of Green Mist #C0BE96
Tints of Green Mist #C0BE96
RGB
CMYK
RGB Variations
Color information
#C0BE96 (or 0xC0BE96) is known color: Green Mist. HEX triplet: C0, BE and 96. RGB value is (192,190,150). Sum of RGB (Red+Green+Blue) = 192+190+150=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE96 is #3F4169. Grayscale: #BABABA. Windows color (decimal): -4145514 or 9879232. OLE color: 9879232.
HSL color Cylindrical-coordinate representation of color #C0BE96: hue angle of 57.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BE96 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 150 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.25 |
| HSL | 57.14º | 0.25% | 0.67% | - |
| HSV(B) | 57.14º | 0.22% | 0.75% | - |
| XYZ | 45.66 | 50.24 | 36.14 | - |
| YUV | 186.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 150 | 0 | 0.01 | 0.22 | 0.25 | 57.14 | 0.25 | 0.67 |
| Hex | C0 | BE | 96 | 0 | 1 | 16 | 19 | 39 | 19 | 43 |
| Octal | 300 | 276 | 226 | 0 | 1 | 26 | 31 | 71 | 31 | 103 |
| Binary | 11000000 | 10111110 | 10010110 | 0 | 1 | 10110 | 11001 | 111001 | 11001 | 1000011 |
Color Harmonies of #C0BE96
Complementary color
Monochromatic Colors of #C0BE96
Black with #C0BE96
Text Example
Text Example
White with #C0BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE96; }
p { color: rgb(192,190,150); }
H1.HeaderClassName
{
color: #C0BE96;
}
.AnyTagClassName
{
color: #C0BE96;
}
</style>
background-color css
<style>
a { background-color: #C0BE96; }
a { background-color: rgb(192,190,150); }
div.DivClassName
{
background-color: #C0BE96;
}
.BgClassName
{
background-color: #C0BE96;
}
</style>
border-color css
<style>
span { border-color: #C0BE96; }
span { border-color: rgb(192,190,150); }
td.TdClassName
{
border-color: #C0BE96;
}
.TagClassName
{
border-color: #C0BE96;
}
</style>