Shades of Olive Green #B4BA5F
Tints of Olive Green #B4BA5F
RGB
CMYK
RGB Variations
Color information
#B4BA5F (or 0xB4BA5F) is known color: Olive Green. HEX triplet: B4, BA and 5F. RGB value is (180,186,95). Sum of RGB (Red+Green+Blue) = 180+186+95=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA5F is #4B45A0. Grayscale: #AEAEAE. Windows color (decimal): -4933025 or 6273716. OLE color: 6273716.
HSL color Cylindrical-coordinate representation of color #B4BA5F: hue angle of 63.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4BA5F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 95 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.27 |
| HSL | 63.96º | 0.4% | 0.55% | - |
| HSV(B) | 63.96º | 0.49% | 0.73% | - |
| XYZ | 38.45 | 45.65 | 17.61 | - |
| YUV | 173.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 95 | 0.03 | 0 | 0.49 | 0.27 | 63.96 | 0.4 | 0.55 |
| Hex | B4 | BA | 5F | 3 | 0 | 31 | 1B | 40 | 28 | 37 |
| Octal | 264 | 272 | 137 | 3 | 0 | 61 | 33 | 100 | 50 | 67 |
| Binary | 10110100 | 10111010 | 1011111 | 11 | 0 | 110001 | 11011 | 1000000 | 101000 | 110111 |
Color Harmonies of #B4BA5F
Complementary color
Monochromatic Colors of #B4BA5F
Black with #B4BA5F
Text Example
Text Example
White with #B4BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA5F; }
p { color: rgb(180,186,95); }
H1.HeaderClassName
{
color: #B4BA5F;
}
.AnyTagClassName
{
color: #B4BA5F;
}
</style>
background-color css
<style>
a { background-color: #B4BA5F; }
a { background-color: rgb(180,186,95); }
div.DivClassName
{
background-color: #B4BA5F;
}
.BgClassName
{
background-color: #B4BA5F;
}
</style>
border-color css
<style>
span { border-color: #B4BA5F; }
span { border-color: rgb(180,186,95); }
td.TdClassName
{
border-color: #B4BA5F;
}
.TagClassName
{
border-color: #B4BA5F;
}
</style>