Shades of Green Mist #B9BD91
Tints of Green Mist #B9BD91
RGB
CMYK
RGB Variations
Color information
#B9BD91 (or 0xB9BD91) is known color: Green Mist. HEX triplet: B9, BD and 91. RGB value is (185,189,145). Sum of RGB (Red+Green+Blue) = 185+189+145=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD91 is #46426E. Grayscale: #B6B6B6. Windows color (decimal): -4604527 or 9551289. OLE color: 9551289.
HSL color Cylindrical-coordinate representation of color #B9BD91: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BD91 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 145 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.26 |
| HSL | 65.45º | 0.25% | 0.65% | - |
| HSV(B) | 65.45º | 0.23% | 0.74% | - |
| XYZ | 43.32 | 48.75 | 33.92 | - |
| YUV | 182.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 145 | 0.02 | 0 | 0.23 | 0.26 | 65.45 | 0.25 | 0.65 |
| Hex | B9 | BD | 91 | 2 | 0 | 17 | 1A | 41 | 19 | 41 |
| Octal | 271 | 275 | 221 | 2 | 0 | 27 | 32 | 101 | 31 | 101 |
| Binary | 10111001 | 10111101 | 10010001 | 10 | 0 | 10111 | 11010 | 1000001 | 11001 | 1000001 |
Color Harmonies of #B9BD91
Complementary color
Monochromatic Colors of #B9BD91
Black with #B9BD91
Text Example
Text Example
White with #B9BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD91; }
p { color: rgb(185,189,145); }
H1.HeaderClassName
{
color: #B9BD91;
}
.AnyTagClassName
{
color: #B9BD91;
}
</style>
background-color css
<style>
a { background-color: #B9BD91; }
a { background-color: rgb(185,189,145); }
div.DivClassName
{
background-color: #B9BD91;
}
.BgClassName
{
background-color: #B9BD91;
}
</style>
border-color css
<style>
span { border-color: #B9BD91; }
span { border-color: rgb(185,189,145); }
td.TdClassName
{
border-color: #B9BD91;
}
.TagClassName
{
border-color: #B9BD91;
}
</style>