Shades of Olive Green #BABB54
Tints of Olive Green #BABB54
RGB
CMYK
RGB Variations
Color information
#BABB54 (or 0xBABB54) is known color: Olive Green. HEX triplet: BA, BB and 54. RGB value is (186,187,84). Sum of RGB (Red+Green+Blue) = 186+187+84=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB54 is #4544AB. Grayscale: #AFAFAF. Windows color (decimal): -4539564 or 5553082. OLE color: 5553082.
HSL color Cylindrical-coordinate representation of color #BABB54: hue angle of 60.58º 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 #BABB54 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 84 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.27 |
| HSL | 60.58º | 0.43% | 0.53% | - |
| HSV(B) | 60.58º | 0.55% | 0.73% | - |
| XYZ | 39.62 | 46.62 | 15.3 | - |
| YUV | 174.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 84 | 0.01 | 0 | 0.55 | 0.27 | 60.58 | 0.43 | 0.53 |
| Hex | BA | BB | 54 | 1 | 0 | 37 | 1B | 3D | 2B | 35 |
| Octal | 272 | 273 | 124 | 1 | 0 | 67 | 33 | 75 | 53 | 65 |
| Binary | 10111010 | 10111011 | 1010100 | 1 | 0 | 110111 | 11011 | 111101 | 101011 | 110101 |
Color Harmonies of #BABB54
Complementary color
Monochromatic Colors of #BABB54
Black with #BABB54
Text Example
Text Example
White with #BABB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB54; }
p { color: rgb(186,187,84); }
H1.HeaderClassName
{
color: #BABB54;
}
.AnyTagClassName
{
color: #BABB54;
}
</style>
background-color css
<style>
a { background-color: #BABB54; }
a { background-color: rgb(186,187,84); }
div.DivClassName
{
background-color: #BABB54;
}
.BgClassName
{
background-color: #BABB54;
}
</style>
border-color css
<style>
span { border-color: #BABB54; }
span { border-color: rgb(186,187,84); }
td.TdClassName
{
border-color: #BABB54;
}
.TagClassName
{
border-color: #BABB54;
}
</style>