Shades of Green Mist #B3BA91
Tints of Green Mist #B3BA91
RGB
CMYK
RGB Variations
Color information
#B3BA91 (or 0xB3BA91) is known color: Green Mist. HEX triplet: B3, BA and 91. RGB value is (179,186,145). Sum of RGB (Red+Green+Blue) = 179+186+145=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA91 is #4C456E. Grayscale: #B3B3B3. Windows color (decimal): -4998511 or 9550515. OLE color: 9550515.
HSL color Cylindrical-coordinate representation of color #B3BA91: hue angle of 70.24º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BA91 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 145 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.27 |
| HSL | 70.24º | 0.23% | 0.65% | - |
| HSV(B) | 70.24º | 0.22% | 0.73% | - |
| XYZ | 41.26 | 46.75 | 33.64 | - |
| YUV | 179.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 145 | 0.04 | 0 | 0.22 | 0.27 | 70.24 | 0.23 | 0.65 |
| Hex | B3 | BA | 91 | 4 | 0 | 16 | 1B | 46 | 17 | 41 |
| Octal | 263 | 272 | 221 | 4 | 0 | 26 | 33 | 106 | 27 | 101 |
| Binary | 10110011 | 10111010 | 10010001 | 100 | 0 | 10110 | 11011 | 1000110 | 10111 | 1000001 |
Color Harmonies of #B3BA91
Complementary color
Monochromatic Colors of #B3BA91
Black with #B3BA91
Text Example
Text Example
White with #B3BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA91; }
p { color: rgb(179,186,145); }
H1.HeaderClassName
{
color: #B3BA91;
}
.AnyTagClassName
{
color: #B3BA91;
}
</style>
background-color css
<style>
a { background-color: #B3BA91; }
a { background-color: rgb(179,186,145); }
div.DivClassName
{
background-color: #B3BA91;
}
.BgClassName
{
background-color: #B3BA91;
}
</style>
border-color css
<style>
span { border-color: #B3BA91; }
span { border-color: rgb(179,186,145); }
td.TdClassName
{
border-color: #B3BA91;
}
.TagClassName
{
border-color: #B3BA91;
}
</style>