Shades of Green Mist #B9BB8D
Tints of Green Mist #B9BB8D
RGB
CMYK
RGB Variations
Color information
#B9BB8D (or 0xB9BB8D) is known color: Green Mist. HEX triplet: B9, BB and 8D. RGB value is (185,187,141). Sum of RGB (Red+Green+Blue) = 185+187+141=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB8D is #464472. Grayscale: #B5B5B5. Windows color (decimal): -4605043 or 9288633. OLE color: 9288633.
HSL color Cylindrical-coordinate representation of color #B9BB8D: hue angle of 62.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9BB8D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 141 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.27 |
| HSL | 62.61º | 0.25% | 0.64% | - |
| HSV(B) | 62.61º | 0.25% | 0.73% | - |
| XYZ | 42.59 | 47.78 | 32.18 | - |
| YUV | 181.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 141 | 0.01 | 0 | 0.25 | 0.27 | 62.61 | 0.25 | 0.64 |
| Hex | B9 | BB | 8D | 1 | 0 | 19 | 1B | 3F | 19 | 40 |
| Octal | 271 | 273 | 215 | 1 | 0 | 31 | 33 | 77 | 31 | 100 |
| Binary | 10111001 | 10111011 | 10001101 | 1 | 0 | 11001 | 11011 | 111111 | 11001 | 1000000 |
Color Harmonies of #B9BB8D
Complementary color
Monochromatic Colors of #B9BB8D
Black with #B9BB8D
Text Example
Text Example
White with #B9BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB8D; }
p { color: rgb(185,187,141); }
H1.HeaderClassName
{
color: #B9BB8D;
}
.AnyTagClassName
{
color: #B9BB8D;
}
</style>
background-color css
<style>
a { background-color: #B9BB8D; }
a { background-color: rgb(185,187,141); }
div.DivClassName
{
background-color: #B9BB8D;
}
.BgClassName
{
background-color: #B9BB8D;
}
</style>
border-color css
<style>
span { border-color: #B9BB8D; }
span { border-color: rgb(185,187,141); }
td.TdClassName
{
border-color: #B9BB8D;
}
.TagClassName
{
border-color: #B9BB8D;
}
</style>