Shades of Olive Green #B4BA61
Tints of Olive Green #B4BA61
RGB
CMYK
RGB Variations
Color information
#B4BA61 (or 0xB4BA61) is known color: Olive Green. HEX triplet: B4, BA and 61. RGB value is (180,186,97). Sum of RGB (Red+Green+Blue) = 180+186+97=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA61 is #4B459E. Grayscale: #AEAEAE. Windows color (decimal): -4933023 or 6404788. OLE color: 6404788.
HSL color Cylindrical-coordinate representation of color #B4BA61: hue angle of 64.04º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4BA61 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 97 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.27 |
| HSL | 64.04º | 0.39% | 0.55% | - |
| HSV(B) | 64.04º | 0.48% | 0.73% | - |
| XYZ | 38.54 | 45.68 | 18.1 | - |
| YUV | 174.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 97 | 0.03 | 0 | 0.48 | 0.27 | 64.04 | 0.39 | 0.55 |
| Hex | B4 | BA | 61 | 3 | 0 | 30 | 1B | 40 | 27 | 37 |
| Octal | 264 | 272 | 141 | 3 | 0 | 60 | 33 | 100 | 47 | 67 |
| Binary | 10110100 | 10111010 | 1100001 | 11 | 0 | 110000 | 11011 | 1000000 | 100111 | 110111 |
Color Harmonies of #B4BA61
Complementary color
Monochromatic Colors of #B4BA61
Black with #B4BA61
Text Example
Text Example
White with #B4BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA61; }
p { color: rgb(180,186,97); }
H1.HeaderClassName
{
color: #B4BA61;
}
.AnyTagClassName
{
color: #B4BA61;
}
</style>
background-color css
<style>
a { background-color: #B4BA61; }
a { background-color: rgb(180,186,97); }
div.DivClassName
{
background-color: #B4BA61;
}
.BgClassName
{
background-color: #B4BA61;
}
</style>
border-color css
<style>
span { border-color: #B4BA61; }
span { border-color: rgb(180,186,97); }
td.TdClassName
{
border-color: #B4BA61;
}
.TagClassName
{
border-color: #B4BA61;
}
</style>