Shades of Olive Green #BAB854
Tints of Olive Green #BAB854
RGB
CMYK
RGB Variations
Color information
#BAB854 (or 0xBAB854) is known color: Olive Green. HEX triplet: BA, B8 and 54. RGB value is (186,184,84). Sum of RGB (Red+Green+Blue) = 186+184+84=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB854 is #4547AB. Grayscale: #ADADAD. Windows color (decimal): -4540332 or 5552314. OLE color: 5552314.
HSL color Cylindrical-coordinate representation of color #BAB854: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAB854 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 84 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 58.82º | 0.43% | 0.53% | - |
| HSV(B) | 58.82º | 0.55% | 0.73% | - |
| XYZ | 38.99 | 45.36 | 15.09 | - |
| YUV | 173.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 84 | 0 | 0.01 | 0.55 | 0.27 | 58.82 | 0.43 | 0.53 |
| Hex | BA | B8 | 54 | 0 | 1 | 37 | 1B | 3B | 2A | 35 |
| Octal | 272 | 270 | 124 | 0 | 1 | 67 | 33 | 73 | 52 | 65 |
| Binary | 10111010 | 10111000 | 1010100 | 0 | 1 | 110111 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #BAB854
Complementary color
Monochromatic Colors of #BAB854
Black with #BAB854
Text Example
Text Example
White with #BAB854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB854; }
p { color: rgb(186,184,84); }
H1.HeaderClassName
{
color: #BAB854;
}
.AnyTagClassName
{
color: #BAB854;
}
</style>
background-color css
<style>
a { background-color: #BAB854; }
a { background-color: rgb(186,184,84); }
div.DivClassName
{
background-color: #BAB854;
}
.BgClassName
{
background-color: #BAB854;
}
</style>
border-color css
<style>
span { border-color: #BAB854; }
span { border-color: rgb(186,184,84); }
td.TdClassName
{
border-color: #BAB854;
}
.TagClassName
{
border-color: #BAB854;
}
</style>