Shades of Olive Green #BAB251
Tints of Olive Green #BAB251
RGB
CMYK
RGB Variations
Color information
#BAB251 (or 0xBAB251) is known color: Olive Green. HEX triplet: BA, B2 and 51. RGB value is (186,178,81). Sum of RGB (Red+Green+Blue) = 186+178+81=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB251 is #454DAE. Grayscale: #A9A9A9. Windows color (decimal): -4541871 or 5354170. OLE color: 5354170.
HSL color Cylindrical-coordinate representation of color #BAB251: hue angle of 55.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAB251 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 81 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.27 |
| HSL | 55.43º | 0.43% | 0.52% | - |
| HSV(B) | 55.43º | 0.56% | 0.73% | - |
| XYZ | 37.66 | 42.87 | 14.08 | - |
| YUV | 169.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 81 | 0 | 0.04 | 0.56 | 0.27 | 55.43 | 0.43 | 0.52 |
| Hex | BA | B2 | 51 | 0 | 4 | 38 | 1B | 37 | 2B | 34 |
| Octal | 272 | 262 | 121 | 0 | 4 | 70 | 33 | 67 | 53 | 64 |
| Binary | 10111010 | 10110010 | 1010001 | 0 | 100 | 111000 | 11011 | 110111 | 101011 | 110100 |
Color Harmonies of #BAB251
Complementary color
Monochromatic Colors of #BAB251
Black with #BAB251
Text Example
Text Example
White with #BAB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB251; }
p { color: rgb(186,178,81); }
H1.HeaderClassName
{
color: #BAB251;
}
.AnyTagClassName
{
color: #BAB251;
}
</style>
background-color css
<style>
a { background-color: #BAB251; }
a { background-color: rgb(186,178,81); }
div.DivClassName
{
background-color: #BAB251;
}
.BgClassName
{
background-color: #BAB251;
}
</style>
border-color css
<style>
span { border-color: #BAB251; }
span { border-color: rgb(186,178,81); }
td.TdClassName
{
border-color: #BAB251;
}
.TagClassName
{
border-color: #BAB251;
}
</style>