Shades of Olive Green #B7BA5E
Tints of Olive Green #B7BA5E
RGB
CMYK
RGB Variations
Color information
#B7BA5E (or 0xB7BA5E) is known color: Olive Green. HEX triplet: B7, BA and 5E. RGB value is (183,186,94). Sum of RGB (Red+Green+Blue) = 183+186+94=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA5E is #4845A1. Grayscale: #AEAEAE. Windows color (decimal): -4736418 or 6208183. OLE color: 6208183.
HSL color Cylindrical-coordinate representation of color #B7BA5E: hue angle of 61.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 #B7BA5E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 94 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.27 |
| HSL | 61.96º | 0.4% | 0.55% | - |
| HSV(B) | 61.96º | 0.49% | 0.73% | - |
| XYZ | 39.11 | 45.99 | 17.41 | - |
| YUV | 174.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 94 | 0.02 | 0 | 0.49 | 0.27 | 61.96 | 0.4 | 0.55 |
| Hex | B7 | BA | 5E | 2 | 0 | 31 | 1B | 3E | 28 | 37 |
| Octal | 267 | 272 | 136 | 2 | 0 | 61 | 33 | 76 | 50 | 67 |
| Binary | 10110111 | 10111010 | 1011110 | 10 | 0 | 110001 | 11011 | 111110 | 101000 | 110111 |
Color Harmonies of #B7BA5E
Complementary color
Monochromatic Colors of #B7BA5E
Black with #B7BA5E
Text Example
Text Example
White with #B7BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA5E; }
p { color: rgb(183,186,94); }
H1.HeaderClassName
{
color: #B7BA5E;
}
.AnyTagClassName
{
color: #B7BA5E;
}
</style>
background-color css
<style>
a { background-color: #B7BA5E; }
a { background-color: rgb(183,186,94); }
div.DivClassName
{
background-color: #B7BA5E;
}
.BgClassName
{
background-color: #B7BA5E;
}
</style>
border-color css
<style>
span { border-color: #B7BA5E; }
span { border-color: rgb(183,186,94); }
td.TdClassName
{
border-color: #B7BA5E;
}
.TagClassName
{
border-color: #B7BA5E;
}
</style>