Shades of Green Mist #B8BA90
Tints of Green Mist #B8BA90
RGB
CMYK
RGB Variations
Color information
#B8BA90 (or 0xB8BA90) is known color: Green Mist. HEX triplet: B8, BA and 90. RGB value is (184,186,144). Sum of RGB (Red+Green+Blue) = 184+186+144=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA90 is #47456F. Grayscale: #B4B4B4. Windows color (decimal): -4670832 or 9484984. OLE color: 9484984.
HSL color Cylindrical-coordinate representation of color #B8BA90: hue angle of 62.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BA90 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 144 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.27 |
| HSL | 62.86º | 0.23% | 0.65% | - |
| HSV(B) | 62.86º | 0.23% | 0.73% | - |
| XYZ | 42.36 | 47.32 | 33.29 | - |
| YUV | 180.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 144 | 0.01 | 0 | 0.23 | 0.27 | 62.86 | 0.23 | 0.65 |
| Hex | B8 | BA | 90 | 1 | 0 | 17 | 1B | 3F | 17 | 41 |
| Octal | 270 | 272 | 220 | 1 | 0 | 27 | 33 | 77 | 27 | 101 |
| Binary | 10111000 | 10111010 | 10010000 | 1 | 0 | 10111 | 11011 | 111111 | 10111 | 1000001 |
Color Harmonies of #B8BA90
Complementary color
Monochromatic Colors of #B8BA90
Black with #B8BA90
Text Example
Text Example
White with #B8BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA90; }
p { color: rgb(184,186,144); }
H1.HeaderClassName
{
color: #B8BA90;
}
.AnyTagClassName
{
color: #B8BA90;
}
</style>
background-color css
<style>
a { background-color: #B8BA90; }
a { background-color: rgb(184,186,144); }
div.DivClassName
{
background-color: #B8BA90;
}
.BgClassName
{
background-color: #B8BA90;
}
</style>
border-color css
<style>
span { border-color: #B8BA90; }
span { border-color: rgb(184,186,144); }
td.TdClassName
{
border-color: #B8BA90;
}
.TagClassName
{
border-color: #B8BA90;
}
</style>