Shades of Olive Green #BAB657
Tints of Olive Green #BAB657
RGB
CMYK
RGB Variations
Color information
#BAB657 (or 0xBAB657) is known color: Olive Green. HEX triplet: BA, B6 and 57. RGB value is (186,182,87). Sum of RGB (Red+Green+Blue) = 186+182+87=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB657 is #4549A8. Grayscale: #ACACAC. Windows color (decimal): -4540841 or 5748410. OLE color: 5748410.
HSL color Cylindrical-coordinate representation of color #BAB657: hue angle of 57.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAB657 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 87 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.27 |
| HSL | 57.58º | 0.42% | 0.54% | - |
| HSV(B) | 57.58º | 0.53% | 0.73% | - |
| XYZ | 38.7 | 44.58 | 15.58 | - |
| YUV | 172.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 87 | 0 | 0.02 | 0.53 | 0.27 | 57.58 | 0.42 | 0.54 |
| Hex | BA | B6 | 57 | 0 | 2 | 35 | 1B | 3A | 2A | 36 |
| Octal | 272 | 266 | 127 | 0 | 2 | 65 | 33 | 72 | 52 | 66 |
| Binary | 10111010 | 10110110 | 1010111 | 0 | 10 | 110101 | 11011 | 111010 | 101010 | 110110 |
Color Harmonies of #BAB657
Complementary color
Monochromatic Colors of #BAB657
Black with #BAB657
Text Example
Text Example
White with #BAB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB657; }
p { color: rgb(186,182,87); }
H1.HeaderClassName
{
color: #BAB657;
}
.AnyTagClassName
{
color: #BAB657;
}
</style>
background-color css
<style>
a { background-color: #BAB657; }
a { background-color: rgb(186,182,87); }
div.DivClassName
{
background-color: #BAB657;
}
.BgClassName
{
background-color: #BAB657;
}
</style>
border-color css
<style>
span { border-color: #BAB657; }
span { border-color: rgb(186,182,87); }
td.TdClassName
{
border-color: #BAB657;
}
.TagClassName
{
border-color: #BAB657;
}
</style>