Shades of Olive Green #BAB654
Tints of Olive Green #BAB654
RGB
CMYK
RGB Variations
Color information
#BAB654 (or 0xBAB654) is known color: Olive Green. HEX triplet: BA, B6 and 54. RGB value is (186,182,84). Sum of RGB (Red+Green+Blue) = 186+182+84=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB654 is #4549AB. Grayscale: #ACACAC. Windows color (decimal): -4540844 or 5551802. OLE color: 5551802.
HSL color Cylindrical-coordinate representation of color #BAB654: hue angle of 57.65º 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 #BAB654 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 84 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.27 |
| HSL | 57.65º | 0.43% | 0.53% | - |
| HSV(B) | 57.65º | 0.55% | 0.73% | - |
| XYZ | 38.58 | 44.54 | 14.95 | - |
| YUV | 172.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 84 | 0 | 0.02 | 0.55 | 0.27 | 57.65 | 0.43 | 0.53 |
| Hex | BA | B6 | 54 | 0 | 2 | 37 | 1B | 3A | 2A | 35 |
| Octal | 272 | 266 | 124 | 0 | 2 | 67 | 33 | 72 | 52 | 65 |
| Binary | 10111010 | 10110110 | 1010100 | 0 | 10 | 110111 | 11011 | 111010 | 101010 | 110101 |
Color Harmonies of #BAB654
Complementary color
Monochromatic Colors of #BAB654
Black with #BAB654
Text Example
Text Example
White with #BAB654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB654; }
p { color: rgb(186,182,84); }
H1.HeaderClassName
{
color: #BAB654;
}
.AnyTagClassName
{
color: #BAB654;
}
</style>
background-color css
<style>
a { background-color: #BAB654; }
a { background-color: rgb(186,182,84); }
div.DivClassName
{
background-color: #BAB654;
}
.BgClassName
{
background-color: #BAB654;
}
</style>
border-color css
<style>
span { border-color: #BAB654; }
span { border-color: rgb(186,182,84); }
td.TdClassName
{
border-color: #BAB654;
}
.TagClassName
{
border-color: #BAB654;
}
</style>