Shades of Green Mist #B9B995
Tints of Green Mist #B9B995
RGB
CMYK
RGB Variations
Color information
#B9B995 (or 0xB9B995) is known color: Green Mist. HEX triplet: B9, B9 and 95. RGB value is (185,185,149). Sum of RGB (Red+Green+Blue) = 185+185+149=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B995 is #46466A. Grayscale: #B5B5B5. Windows color (decimal): -4605547 or 9812409. OLE color: 9812409.
HSL color Cylindrical-coordinate representation of color #B9B995: hue angle of 60º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9B995 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 149 | - |
| CMYK | 0 | 0 | 0.19 | 0.27 |
| HSL | 60º | 0.2% | 0.65% | - |
| HSV(B) | 60º | 0.19% | 0.73% | - |
| XYZ | 42.78 | 47.18 | 35.29 | - |
| YUV | 180.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 149 | 0 | 0 | 0.19 | 0.27 | 60 | 0.2 | 0.65 |
| Hex | B9 | B9 | 95 | 0 | 0 | 13 | 1B | 3C | 14 | 41 |
| Octal | 271 | 271 | 225 | 0 | 0 | 23 | 33 | 74 | 24 | 101 |
| Binary | 10111001 | 10111001 | 10010101 | 0 | 0 | 10011 | 11011 | 111100 | 10100 | 1000001 |
Color Harmonies of #B9B995
Complementary color
Monochromatic Colors of #B9B995
Black with #B9B995
Text Example
Text Example
White with #B9B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B995; }
p { color: rgb(185,185,149); }
H1.HeaderClassName
{
color: #B9B995;
}
.AnyTagClassName
{
color: #B9B995;
}
</style>
background-color css
<style>
a { background-color: #B9B995; }
a { background-color: rgb(185,185,149); }
div.DivClassName
{
background-color: #B9B995;
}
.BgClassName
{
background-color: #B9B995;
}
</style>
border-color css
<style>
span { border-color: #B9B995; }
span { border-color: rgb(185,185,149); }
td.TdClassName
{
border-color: #B9B995;
}
.TagClassName
{
border-color: #B9B995;
}
</style>