Shades of Olive Green #BAB756
Tints of Olive Green #BAB756
RGB
CMYK
RGB Variations
Color information
#BAB756 (or 0xBAB756) is known color: Olive Green. HEX triplet: BA, B7 and 56. RGB value is (186,183,86). Sum of RGB (Red+Green+Blue) = 186+183+86=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB756 is #4548A9. Grayscale: #ADADAD. Windows color (decimal): -4540586 or 5683130. OLE color: 5683130.
HSL color Cylindrical-coordinate representation of color #BAB756: hue angle of 58.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAB756 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 86 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.27 |
| HSL | 58.2º | 0.42% | 0.53% | - |
| HSV(B) | 58.2º | 0.54% | 0.73% | - |
| XYZ | 38.86 | 44.98 | 15.44 | - |
| YUV | 172.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 86 | 0 | 0.02 | 0.54 | 0.27 | 58.2 | 0.42 | 0.53 |
| Hex | BA | B7 | 56 | 0 | 2 | 36 | 1B | 3A | 2A | 35 |
| Octal | 272 | 267 | 126 | 0 | 2 | 66 | 33 | 72 | 52 | 65 |
| Binary | 10111010 | 10110111 | 1010110 | 0 | 10 | 110110 | 11011 | 111010 | 101010 | 110101 |
Color Harmonies of #BAB756
Complementary color
Monochromatic Colors of #BAB756
Black with #BAB756
Text Example
Text Example
White with #BAB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB756; }
p { color: rgb(186,183,86); }
H1.HeaderClassName
{
color: #BAB756;
}
.AnyTagClassName
{
color: #BAB756;
}
</style>
background-color css
<style>
a { background-color: #BAB756; }
a { background-color: rgb(186,183,86); }
div.DivClassName
{
background-color: #BAB756;
}
.BgClassName
{
background-color: #BAB756;
}
</style>
border-color css
<style>
span { border-color: #BAB756; }
span { border-color: rgb(186,183,86); }
td.TdClassName
{
border-color: #BAB756;
}
.TagClassName
{
border-color: #BAB756;
}
</style>