Shades of Green Mist #C0BD97
Tints of Green Mist #C0BD97
RGB
CMYK
RGB Variations
Color information
#C0BD97 (or 0xC0BD97) is known color: Green Mist. HEX triplet: C0, BD and 97. RGB value is (192,189,151). Sum of RGB (Red+Green+Blue) = 192+189+151=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD97 is #3F4268. Grayscale: #B9B9B9. Windows color (decimal): -4145769 or 9944512. OLE color: 9944512.
HSL color Cylindrical-coordinate representation of color #C0BD97: hue angle of 55.61º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BD97 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 151 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.25 |
| HSL | 55.61º | 0.25% | 0.67% | - |
| HSV(B) | 55.61º | 0.21% | 0.75% | - |
| XYZ | 45.52 | 49.84 | 36.5 | - |
| YUV | 185.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 151 | 0 | 0.02 | 0.21 | 0.25 | 55.61 | 0.25 | 0.67 |
| Hex | C0 | BD | 97 | 0 | 2 | 15 | 19 | 38 | 19 | 43 |
| Octal | 300 | 275 | 227 | 0 | 2 | 25 | 31 | 70 | 31 | 103 |
| Binary | 11000000 | 10111101 | 10010111 | 0 | 10 | 10101 | 11001 | 111000 | 11001 | 1000011 |
Color Harmonies of #C0BD97
Complementary color
Monochromatic Colors of #C0BD97
Black with #C0BD97
Text Example
Text Example
White with #C0BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD97; }
p { color: rgb(192,189,151); }
H1.HeaderClassName
{
color: #C0BD97;
}
.AnyTagClassName
{
color: #C0BD97;
}
</style>
background-color css
<style>
a { background-color: #C0BD97; }
a { background-color: rgb(192,189,151); }
div.DivClassName
{
background-color: #C0BD97;
}
.BgClassName
{
background-color: #C0BD97;
}
</style>
border-color css
<style>
span { border-color: #C0BD97; }
span { border-color: rgb(192,189,151); }
td.TdClassName
{
border-color: #C0BD97;
}
.TagClassName
{
border-color: #C0BD97;
}
</style>