Shades of Green Mist #BABB9F
Tints of Green Mist #BABB9F
RGB
CMYK
RGB Variations
Color information
#BABB9F (or 0xBABB9F) is known color: Green Mist. HEX triplet: BA, BB and 9F. RGB value is (186,187,159). Sum of RGB (Red+Green+Blue) = 186+187+159=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB9F is #454460. Grayscale: #B7B7B7. Windows color (decimal): -4539489 or 10468282. OLE color: 10468282.
HSL color Cylindrical-coordinate representation of color #BABB9F: hue angle of 62.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABB9F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 159 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.27 |
| HSL | 62.14º | 0.17% | 0.68% | - |
| HSV(B) | 62.14º | 0.15% | 0.73% | - |
| XYZ | 44.28 | 48.48 | 39.83 | - |
| YUV | 183.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 159 | 0.01 | 0 | 0.15 | 0.27 | 62.14 | 0.17 | 0.68 |
| Hex | BA | BB | 9F | 1 | 0 | F | 1B | 3E | 11 | 44 |
| Octal | 272 | 273 | 237 | 1 | 0 | 17 | 33 | 76 | 21 | 104 |
| Binary | 10111010 | 10111011 | 10011111 | 1 | 0 | 1111 | 11011 | 111110 | 10001 | 1000100 |
Color Harmonies of #BABB9F
Complementary color
Monochromatic Colors of #BABB9F
Black with #BABB9F
Text Example
Text Example
White with #BABB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB9F; }
p { color: rgb(186,187,159); }
H1.HeaderClassName
{
color: #BABB9F;
}
.AnyTagClassName
{
color: #BABB9F;
}
</style>
background-color css
<style>
a { background-color: #BABB9F; }
a { background-color: rgb(186,187,159); }
div.DivClassName
{
background-color: #BABB9F;
}
.BgClassName
{
background-color: #BABB9F;
}
</style>
border-color css
<style>
span { border-color: #BABB9F; }
span { border-color: rgb(186,187,159); }
td.TdClassName
{
border-color: #BABB9F;
}
.TagClassName
{
border-color: #BABB9F;
}
</style>