Shades of Green Mist #B9BA96
Tints of Green Mist #B9BA96
RGB
CMYK
RGB Variations
Color information
#B9BA96 (or 0xB9BA96) is known color: Green Mist. HEX triplet: B9, BA and 96. RGB value is (185,186,150). Sum of RGB (Red+Green+Blue) = 185+186+150=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA96 is #464569. Grayscale: #B5B5B5. Windows color (decimal): -4605290 or 9878201. OLE color: 9878201.
HSL color Cylindrical-coordinate representation of color #B9BA96: hue angle of 61.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9BA96 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 150 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.27 |
| HSL | 61.67º | 0.21% | 0.66% | - |
| HSV(B) | 61.67º | 0.19% | 0.73% | - |
| XYZ | 43.07 | 47.63 | 35.78 | - |
| YUV | 181.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 150 | 0.01 | 0 | 0.19 | 0.27 | 61.67 | 0.21 | 0.66 |
| Hex | B9 | BA | 96 | 1 | 0 | 13 | 1B | 3E | 15 | 42 |
| Octal | 271 | 272 | 226 | 1 | 0 | 23 | 33 | 76 | 25 | 102 |
| Binary | 10111001 | 10111010 | 10010110 | 1 | 0 | 10011 | 11011 | 111110 | 10101 | 1000010 |
Color Harmonies of #B9BA96
Complementary color
Monochromatic Colors of #B9BA96
Black with #B9BA96
Text Example
Text Example
White with #B9BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA96; }
p { color: rgb(185,186,150); }
H1.HeaderClassName
{
color: #B9BA96;
}
.AnyTagClassName
{
color: #B9BA96;
}
</style>
background-color css
<style>
a { background-color: #B9BA96; }
a { background-color: rgb(185,186,150); }
div.DivClassName
{
background-color: #B9BA96;
}
.BgClassName
{
background-color: #B9BA96;
}
</style>
border-color css
<style>
span { border-color: #B9BA96; }
span { border-color: rgb(185,186,150); }
td.TdClassName
{
border-color: #B9BA96;
}
.TagClassName
{
border-color: #B9BA96;
}
</style>