Shades of Olive Green #BAB55A
Tints of Olive Green #BAB55A
RGB
CMYK
RGB Variations
Color information
#BAB55A (or 0xBAB55A) is known color: Olive Green. HEX triplet: BA, B5 and 5A. RGB value is (186,181,90). Sum of RGB (Red+Green+Blue) = 186+181+90=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55A is #454AA5. Grayscale: #ACACAC. Windows color (decimal): -4541094 or 5944762. OLE color: 5944762.
HSL color Cylindrical-coordinate representation of color #BAB55A: hue angle of 56.88º 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 #BAB55A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 90 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.27 |
| HSL | 56.88º | 0.41% | 0.54% | - |
| HSV(B) | 56.88º | 0.52% | 0.73% | - |
| XYZ | 38.62 | 44.23 | 16.17 | - |
| YUV | 172.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 90 | 0 | 0.03 | 0.52 | 0.27 | 56.88 | 0.41 | 0.54 |
| Hex | BA | B5 | 5A | 0 | 3 | 34 | 1B | 39 | 29 | 36 |
| Octal | 272 | 265 | 132 | 0 | 3 | 64 | 33 | 71 | 51 | 66 |
| Binary | 10111010 | 10110101 | 1011010 | 0 | 11 | 110100 | 11011 | 111001 | 101001 | 110110 |
Color Harmonies of #BAB55A
Complementary color
Monochromatic Colors of #BAB55A
Black with #BAB55A
Text Example
Text Example
White with #BAB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB55A; }
p { color: rgb(186,181,90); }
H1.HeaderClassName
{
color: #BAB55A;
}
.AnyTagClassName
{
color: #BAB55A;
}
</style>
background-color css
<style>
a { background-color: #BAB55A; }
a { background-color: rgb(186,181,90); }
div.DivClassName
{
background-color: #BAB55A;
}
.BgClassName
{
background-color: #BAB55A;
}
</style>
border-color css
<style>
span { border-color: #BAB55A; }
span { border-color: rgb(186,181,90); }
td.TdClassName
{
border-color: #BAB55A;
}
.TagClassName
{
border-color: #BAB55A;
}
</style>