Shades of Green Mist #C0BD98
Tints of Green Mist #C0BD98
RGB
CMYK
RGB Variations
Color information
#C0BD98 (or 0xC0BD98) is known color: Green Mist. HEX triplet: C0, BD and 98. RGB value is (192,189,152). Sum of RGB (Red+Green+Blue) = 192+189+152=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD98 is #3F4267. Grayscale: #B9B9B9. Windows color (decimal): -4145768 or 10010048. OLE color: 10010048.
HSL color Cylindrical-coordinate representation of color #C0BD98: hue angle of 55.5º degrees, saturation: 0.24, 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 #C0BD98 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 152 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.25 |
| HSL | 55.5º | 0.24% | 0.67% | - |
| HSV(B) | 55.5º | 0.21% | 0.75% | - |
| XYZ | 45.6 | 49.87 | 36.93 | - |
| YUV | 185.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 152 | 0 | 0.02 | 0.21 | 0.25 | 55.5 | 0.24 | 0.67 |
| Hex | C0 | BD | 98 | 0 | 2 | 15 | 19 | 38 | 18 | 43 |
| Octal | 300 | 275 | 230 | 0 | 2 | 25 | 31 | 70 | 30 | 103 |
| Binary | 11000000 | 10111101 | 10011000 | 0 | 10 | 10101 | 11001 | 111000 | 11000 | 1000011 |
Color Harmonies of #C0BD98
Complementary color
Monochromatic Colors of #C0BD98
Black with #C0BD98
Text Example
Text Example
White with #C0BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD98; }
p { color: rgb(192,189,152); }
H1.HeaderClassName
{
color: #C0BD98;
}
.AnyTagClassName
{
color: #C0BD98;
}
</style>
background-color css
<style>
a { background-color: #C0BD98; }
a { background-color: rgb(192,189,152); }
div.DivClassName
{
background-color: #C0BD98;
}
.BgClassName
{
background-color: #C0BD98;
}
</style>
border-color css
<style>
span { border-color: #C0BD98; }
span { border-color: rgb(192,189,152); }
td.TdClassName
{
border-color: #C0BD98;
}
.TagClassName
{
border-color: #C0BD98;
}
</style>