Shades of Green Mist #B9BD8F
Tints of Green Mist #B9BD8F
RGB
CMYK
RGB Variations
Color information
#B9BD8F (or 0xB9BD8F) is known color: Green Mist. HEX triplet: B9, BD and 8F. RGB value is (185,189,143). Sum of RGB (Red+Green+Blue) = 185+189+143=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD8F is #464270. Grayscale: #B6B6B6. Windows color (decimal): -4604529 or 9420217. OLE color: 9420217.
HSL color Cylindrical-coordinate representation of color #B9BD8F: hue angle of 65.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BD8F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 143 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.26 |
| HSL | 65.22º | 0.26% | 0.65% | - |
| HSV(B) | 65.22º | 0.24% | 0.74% | - |
| XYZ | 43.16 | 48.69 | 33.11 | - |
| YUV | 182.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 143 | 0.02 | 0 | 0.24 | 0.26 | 65.22 | 0.26 | 0.65 |
| Hex | B9 | BD | 8F | 2 | 0 | 18 | 1A | 41 | 1A | 41 |
| Octal | 271 | 275 | 217 | 2 | 0 | 30 | 32 | 101 | 32 | 101 |
| Binary | 10111001 | 10111101 | 10001111 | 10 | 0 | 11000 | 11010 | 1000001 | 11010 | 1000001 |
Color Harmonies of #B9BD8F
Complementary color
Monochromatic Colors of #B9BD8F
Black with #B9BD8F
Text Example
Text Example
White with #B9BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD8F; }
p { color: rgb(185,189,143); }
H1.HeaderClassName
{
color: #B9BD8F;
}
.AnyTagClassName
{
color: #B9BD8F;
}
</style>
background-color css
<style>
a { background-color: #B9BD8F; }
a { background-color: rgb(185,189,143); }
div.DivClassName
{
background-color: #B9BD8F;
}
.BgClassName
{
background-color: #B9BD8F;
}
</style>
border-color css
<style>
span { border-color: #B9BD8F; }
span { border-color: rgb(185,189,143); }
td.TdClassName
{
border-color: #B9BD8F;
}
.TagClassName
{
border-color: #B9BD8F;
}
</style>