Shades of Olive Green #BAB454
Tints of Olive Green #BAB454
RGB
CMYK
RGB Variations
Color information
#BAB454 (or 0xBAB454) is known color: Olive Green. HEX triplet: BA, B4 and 54. RGB value is (186,180,84). Sum of RGB (Red+Green+Blue) = 186+180+84=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB454 is #454BAB. Grayscale: #ABABAB. Windows color (decimal): -4541356 or 5551290. OLE color: 5551290.
HSL color Cylindrical-coordinate representation of color #BAB454: hue angle of 56.47º 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 #BAB454 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 84 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.27 |
| HSL | 56.47º | 0.43% | 0.53% | - |
| HSV(B) | 56.47º | 0.55% | 0.73% | - |
| XYZ | 38.17 | 43.72 | 14.81 | - |
| YUV | 170.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 84 | 0 | 0.03 | 0.55 | 0.27 | 56.47 | 0.43 | 0.53 |
| Hex | BA | B4 | 54 | 0 | 3 | 37 | 1B | 38 | 2A | 35 |
| Octal | 272 | 264 | 124 | 0 | 3 | 67 | 33 | 70 | 52 | 65 |
| Binary | 10111010 | 10110100 | 1010100 | 0 | 11 | 110111 | 11011 | 111000 | 101010 | 110101 |
Color Harmonies of #BAB454
Complementary color
Monochromatic Colors of #BAB454
Black with #BAB454
Text Example
Text Example
White with #BAB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB454; }
p { color: rgb(186,180,84); }
H1.HeaderClassName
{
color: #BAB454;
}
.AnyTagClassName
{
color: #BAB454;
}
</style>
background-color css
<style>
a { background-color: #BAB454; }
a { background-color: rgb(186,180,84); }
div.DivClassName
{
background-color: #BAB454;
}
.BgClassName
{
background-color: #BAB454;
}
</style>
border-color css
<style>
span { border-color: #BAB454; }
span { border-color: rgb(186,180,84); }
td.TdClassName
{
border-color: #BAB454;
}
.TagClassName
{
border-color: #BAB454;
}
</style>