Shades of Olive Green #BAB259
Tints of Olive Green #BAB259
RGB
CMYK
RGB Variations
Color information
#BAB259 (or 0xBAB259) is known color: Olive Green. HEX triplet: BA, B2 and 59. RGB value is (186,178,89). Sum of RGB (Red+Green+Blue) = 186+178+89=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB259 is #454DA6. Grayscale: #AAAAAA. Windows color (decimal): -4541863 or 5878458. OLE color: 5878458.
HSL color Cylindrical-coordinate representation of color #BAB259: hue angle of 55.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAB259 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 89 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.27 |
| HSL | 55.05º | 0.41% | 0.54% | - |
| HSV(B) | 55.05º | 0.52% | 0.73% | - |
| XYZ | 37.97 | 43 | 15.75 | - |
| YUV | 170.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 89 | 0 | 0.04 | 0.52 | 0.27 | 55.05 | 0.41 | 0.54 |
| Hex | BA | B2 | 59 | 0 | 4 | 34 | 1B | 37 | 29 | 36 |
| Octal | 272 | 262 | 131 | 0 | 4 | 64 | 33 | 67 | 51 | 66 |
| Binary | 10111010 | 10110010 | 1011001 | 0 | 100 | 110100 | 11011 | 110111 | 101001 | 110110 |
Color Harmonies of #BAB259
Complementary color
Monochromatic Colors of #BAB259
Black with #BAB259
Text Example
Text Example
White with #BAB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB259; }
p { color: rgb(186,178,89); }
H1.HeaderClassName
{
color: #BAB259;
}
.AnyTagClassName
{
color: #BAB259;
}
</style>
background-color css
<style>
a { background-color: #BAB259; }
a { background-color: rgb(186,178,89); }
div.DivClassName
{
background-color: #BAB259;
}
.BgClassName
{
background-color: #BAB259;
}
</style>
border-color css
<style>
span { border-color: #BAB259; }
span { border-color: rgb(186,178,89); }
td.TdClassName
{
border-color: #BAB259;
}
.TagClassName
{
border-color: #BAB259;
}
</style>