Shades of Green Mist #B6BA91
Tints of Green Mist #B6BA91
RGB
CMYK
RGB Variations
Color information
#B6BA91 (or 0xB6BA91) is known color: Green Mist. HEX triplet: B6, BA and 91. RGB value is (182,186,145). Sum of RGB (Red+Green+Blue) = 182+186+145=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA91 is #49456E. Grayscale: #B4B4B4. Windows color (decimal): -4801903 or 9550518. OLE color: 9550518.
HSL color Cylindrical-coordinate representation of color #B6BA91: hue angle of 65.85º 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 #B6BA91 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 145 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.27 |
| HSL | 65.85º | 0.23% | 0.65% | - |
| HSV(B) | 65.85º | 0.22% | 0.73% | - |
| XYZ | 41.96 | 47.11 | 33.67 | - |
| YUV | 180.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 145 | 0.02 | 0 | 0.22 | 0.27 | 65.85 | 0.23 | 0.65 |
| Hex | B6 | BA | 91 | 2 | 0 | 16 | 1B | 42 | 17 | 41 |
| Octal | 266 | 272 | 221 | 2 | 0 | 26 | 33 | 102 | 27 | 101 |
| Binary | 10110110 | 10111010 | 10010001 | 10 | 0 | 10110 | 11011 | 1000010 | 10111 | 1000001 |
Color Harmonies of #B6BA91
Complementary color
Monochromatic Colors of #B6BA91
Black with #B6BA91
Text Example
Text Example
White with #B6BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA91; }
p { color: rgb(182,186,145); }
H1.HeaderClassName
{
color: #B6BA91;
}
.AnyTagClassName
{
color: #B6BA91;
}
</style>
background-color css
<style>
a { background-color: #B6BA91; }
a { background-color: rgb(182,186,145); }
div.DivClassName
{
background-color: #B6BA91;
}
.BgClassName
{
background-color: #B6BA91;
}
</style>
border-color css
<style>
span { border-color: #B6BA91; }
span { border-color: rgb(182,186,145); }
td.TdClassName
{
border-color: #B6BA91;
}
.TagClassName
{
border-color: #B6BA91;
}
</style>