Shades of Green Mist #B9BB8E
Tints of Green Mist #B9BB8E
RGB
CMYK
RGB Variations
Color information
#B9BB8E (or 0xB9BB8E) is known color: Green Mist. HEX triplet: B9, BB and 8E. RGB value is (185,187,142). Sum of RGB (Red+Green+Blue) = 185+187+142=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB8E is #464471. Grayscale: #B5B5B5. Windows color (decimal): -4605042 or 9354169. OLE color: 9354169.
HSL color Cylindrical-coordinate representation of color #B9BB8E: hue angle of 62.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BB8E is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 142 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.27 |
| HSL | 62.67º | 0.25% | 0.65% | - |
| HSV(B) | 62.67º | 0.24% | 0.73% | - |
| XYZ | 42.66 | 47.81 | 32.57 | - |
| YUV | 181.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 142 | 0.01 | 0 | 0.24 | 0.27 | 62.67 | 0.25 | 0.65 |
| Hex | B9 | BB | 8E | 1 | 0 | 18 | 1B | 3F | 19 | 41 |
| Octal | 271 | 273 | 216 | 1 | 0 | 30 | 33 | 77 | 31 | 101 |
| Binary | 10111001 | 10111011 | 10001110 | 1 | 0 | 11000 | 11011 | 111111 | 11001 | 1000001 |
Color Harmonies of #B9BB8E
Complementary color
Monochromatic Colors of #B9BB8E
Black with #B9BB8E
Text Example
Text Example
White with #B9BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB8E; }
p { color: rgb(185,187,142); }
H1.HeaderClassName
{
color: #B9BB8E;
}
.AnyTagClassName
{
color: #B9BB8E;
}
</style>
background-color css
<style>
a { background-color: #B9BB8E; }
a { background-color: rgb(185,187,142); }
div.DivClassName
{
background-color: #B9BB8E;
}
.BgClassName
{
background-color: #B9BB8E;
}
</style>
border-color css
<style>
span { border-color: #B9BB8E; }
span { border-color: rgb(185,187,142); }
td.TdClassName
{
border-color: #B9BB8E;
}
.TagClassName
{
border-color: #B9BB8E;
}
</style>