Shades of Green Mist #BABBA0
Tints of Green Mist #BABBA0
RGB
CMYK
RGB Variations
Color information
#BABBA0 (or 0xBABBA0) is known color: Green Mist. HEX triplet: BA, BB and A0. RGB value is (186,187,160). Sum of RGB (Red+Green+Blue) = 186+187+160=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBA0 is #45445F. Grayscale: #B7B7B7. Windows color (decimal): -4539488 or 10533818. OLE color: 10533818.
HSL color Cylindrical-coordinate representation of color #BABBA0: hue angle of 62.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABBA0 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 160 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.27 |
| HSL | 62.22º | 0.17% | 0.68% | - |
| HSV(B) | 62.22º | 0.14% | 0.73% | - |
| XYZ | 44.37 | 48.52 | 40.28 | - |
| YUV | 183.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 160 | 0.01 | 0 | 0.14 | 0.27 | 62.22 | 0.17 | 0.68 |
| Hex | BA | BB | A0 | 1 | 0 | E | 1B | 3E | 11 | 44 |
| Octal | 272 | 273 | 240 | 1 | 0 | 16 | 33 | 76 | 21 | 104 |
| Binary | 10111010 | 10111011 | 10100000 | 1 | 0 | 1110 | 11011 | 111110 | 10001 | 1000100 |
Color Harmonies of #BABBA0
Complementary color
Monochromatic Colors of #BABBA0
Black with #BABBA0
Text Example
Text Example
White with #BABBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBA0; }
p { color: rgb(186,187,160); }
H1.HeaderClassName
{
color: #BABBA0;
}
.AnyTagClassName
{
color: #BABBA0;
}
</style>
background-color css
<style>
a { background-color: #BABBA0; }
a { background-color: rgb(186,187,160); }
div.DivClassName
{
background-color: #BABBA0;
}
.BgClassName
{
background-color: #BABBA0;
}
</style>
border-color css
<style>
span { border-color: #BABBA0; }
span { border-color: rgb(186,187,160); }
td.TdClassName
{
border-color: #BABBA0;
}
.TagClassName
{
border-color: #BABBA0;
}
</style>