Shades of Olive Green #BAB453
Tints of Olive Green #BAB453
RGB
CMYK
RGB Variations
Color information
#BAB453 (or 0xBAB453) is known color: Olive Green. HEX triplet: BA, B4 and 53. RGB value is (186,180,83). Sum of RGB (Red+Green+Blue) = 186+180+83=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB453 is #454BAC. Grayscale: #ABABAB. Windows color (decimal): -4541357 or 5485754. OLE color: 5485754.
HSL color Cylindrical-coordinate representation of color #BAB453: hue angle of 56.5º 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 #BAB453 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 83 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.27 |
| HSL | 56.5º | 0.43% | 0.53% | - |
| HSV(B) | 56.5º | 0.55% | 0.73% | - |
| XYZ | 38.13 | 43.71 | 14.61 | - |
| YUV | 170.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 83 | 0 | 0.03 | 0.55 | 0.27 | 56.5 | 0.43 | 0.53 |
| Hex | BA | B4 | 53 | 0 | 3 | 37 | 1B | 39 | 2B | 35 |
| Octal | 272 | 264 | 123 | 0 | 3 | 67 | 33 | 71 | 53 | 65 |
| Binary | 10111010 | 10110100 | 1010011 | 0 | 11 | 110111 | 11011 | 111001 | 101011 | 110101 |
Color Harmonies of #BAB453
Complementary color
Monochromatic Colors of #BAB453
Black with #BAB453
Text Example
Text Example
White with #BAB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB453; }
p { color: rgb(186,180,83); }
H1.HeaderClassName
{
color: #BAB453;
}
.AnyTagClassName
{
color: #BAB453;
}
</style>
background-color css
<style>
a { background-color: #BAB453; }
a { background-color: rgb(186,180,83); }
div.DivClassName
{
background-color: #BAB453;
}
.BgClassName
{
background-color: #BAB453;
}
</style>
border-color css
<style>
span { border-color: #BAB453; }
span { border-color: rgb(186,180,83); }
td.TdClassName
{
border-color: #BAB453;
}
.TagClassName
{
border-color: #BAB453;
}
</style>