Shades of Olive Green #BAB450
Tints of Olive Green #BAB450
RGB
CMYK
RGB Variations
Color information
#BAB450 (or 0xBAB450) is known color: Olive Green. HEX triplet: BA, B4 and 50. RGB value is (186,180,80). Sum of RGB (Red+Green+Blue) = 186+180+80=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB450 is #454BAF. Grayscale: #AAAAAA. Windows color (decimal): -4541360 or 5289146. OLE color: 5289146.
HSL color Cylindrical-coordinate representation of color #BAB450: hue angle of 56.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAB450 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 80 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.27 |
| HSL | 56.6º | 0.43% | 0.52% | - |
| HSV(B) | 56.6º | 0.57% | 0.73% | - |
| XYZ | 38.02 | 43.66 | 14.01 | - |
| YUV | 170.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 80 | 0 | 0.03 | 0.57 | 0.27 | 56.6 | 0.43 | 0.52 |
| Hex | BA | B4 | 50 | 0 | 3 | 39 | 1B | 39 | 2B | 34 |
| Octal | 272 | 264 | 120 | 0 | 3 | 71 | 33 | 71 | 53 | 64 |
| Binary | 10111010 | 10110100 | 1010000 | 0 | 11 | 111001 | 11011 | 111001 | 101011 | 110100 |
Color Harmonies of #BAB450
Complementary color
Monochromatic Colors of #BAB450
Black with #BAB450
Text Example
Text Example
White with #BAB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB450; }
p { color: rgb(186,180,80); }
H1.HeaderClassName
{
color: #BAB450;
}
.AnyTagClassName
{
color: #BAB450;
}
</style>
background-color css
<style>
a { background-color: #BAB450; }
a { background-color: rgb(186,180,80); }
div.DivClassName
{
background-color: #BAB450;
}
.BgClassName
{
background-color: #BAB450;
}
</style>
border-color css
<style>
span { border-color: #BAB450; }
span { border-color: rgb(186,180,80); }
td.TdClassName
{
border-color: #BAB450;
}
.TagClassName
{
border-color: #BAB450;
}
</style>