Shades of Olive Green #B4BA5E
Tints of Olive Green #B4BA5E
RGB
CMYK
RGB Variations
Color information
#B4BA5E (or 0xB4BA5E) is known color: Olive Green. HEX triplet: B4, BA and 5E. RGB value is (180,186,94). Sum of RGB (Red+Green+Blue) = 180+186+94=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA5E is #4B45A1. Grayscale: #AEAEAE. Windows color (decimal): -4933026 or 6208180. OLE color: 6208180.
HSL color Cylindrical-coordinate representation of color #B4BA5E: hue angle of 63.91º 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 #B4BA5E is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
RGB | 180 | 186 | 94 | - |
CMYK | 0.03 | 0 | 0.49 | 0.27 |
HSL | 63.91º | 0.4% | 0.55% | - |
HSV(B) | 63.91º | 0.49% | 0.73% | - |
XYZ | 38.4 | 45.63 | 17.37 | - |
YUV | 173.72 | 83.01 | 132.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 186 | 94 | 0.03 | 0 | 0.49 | 0.27 | 63.91 | 0.4 | 0.55 |
Hex | B4 | BA | 5E | 3 | 0 | 31 | 1B | 40 | 28 | 37 |
Octal | 264 | 272 | 136 | 3 | 0 | 61 | 33 | 100 | 50 | 67 |
Binary | 10110100 | 10111010 | 1011110 | 11 | 0 | 110001 | 11011 | 1000000 | 101000 | 110111 |
Color Harmonies of #B4BA5E
Complementary color
Monochromatic Colors of #B4BA5E
Black with #B4BA5E
Text Example
Text Example
White with #B4BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA5E; }
p { color: rgb(180,186,94); }
H1.HeaderClassName
{
color: #B4BA5E;
}
.AnyTagClassName
{
color: #B4BA5E;
}
</style>
background-color css
<style>
a { background-color: #B4BA5E; }
a { background-color: rgb(180,186,94); }
div.DivClassName
{
background-color: #B4BA5E;
}
.BgClassName
{
background-color: #B4BA5E;
}
</style>
border-color css
<style>
span { border-color: #B4BA5E; }
span { border-color: rgb(180,186,94); }
td.TdClassName
{
border-color: #B4BA5E;
}
.TagClassName
{
border-color: #B4BA5E;
}
</style>