Shades of Green Mist #BAB997
Tints of Green Mist #BAB997
RGB
CMYK
RGB Variations
Color information
#BAB997 (or 0xBAB997) is known color: Green Mist. HEX triplet: BA, B9 and 97. RGB value is (186,185,151). Sum of RGB (Red+Green+Blue) = 186+185+151=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB997 is #454668. Grayscale: #B5B5B5. Windows color (decimal): -4540009 or 9943482. OLE color: 9943482.
HSL color Cylindrical-coordinate representation of color #BAB997: hue angle of 58.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB997 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 151 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.27 |
| HSL | 58.29º | 0.2% | 0.66% | - |
| HSV(B) | 58.29º | 0.19% | 0.73% | - |
| XYZ | 43.18 | 47.37 | 36.15 | - |
| YUV | 181.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 151 | 0 | 0.01 | 0.19 | 0.27 | 58.29 | 0.2 | 0.66 |
| Hex | BA | B9 | 97 | 0 | 1 | 13 | 1B | 3A | 14 | 42 |
| Octal | 272 | 271 | 227 | 0 | 1 | 23 | 33 | 72 | 24 | 102 |
| Binary | 10111010 | 10111001 | 10010111 | 0 | 1 | 10011 | 11011 | 111010 | 10100 | 1000010 |
Color Harmonies of #BAB997
Complementary color
Monochromatic Colors of #BAB997
Black with #BAB997
Text Example
Text Example
White with #BAB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB997; }
p { color: rgb(186,185,151); }
H1.HeaderClassName
{
color: #BAB997;
}
.AnyTagClassName
{
color: #BAB997;
}
</style>
background-color css
<style>
a { background-color: #BAB997; }
a { background-color: rgb(186,185,151); }
div.DivClassName
{
background-color: #BAB997;
}
.BgClassName
{
background-color: #BAB997;
}
</style>
border-color css
<style>
span { border-color: #BAB997; }
span { border-color: rgb(186,185,151); }
td.TdClassName
{
border-color: #BAB997;
}
.TagClassName
{
border-color: #BAB997;
}
</style>