Shades of Olive Green #B7BA5A
Tints of Olive Green #B7BA5A
RGB
CMYK
RGB Variations
Color information
#B7BA5A (or 0xB7BA5A) is known color: Olive Green. HEX triplet: B7, BA and 5A. RGB value is (183,186,90). Sum of RGB (Red+Green+Blue) = 183+186+90=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA5A is #4845A5. Grayscale: #AEAEAE. Windows color (decimal): -4736422 or 5946039. OLE color: 5946039.
HSL color Cylindrical-coordinate representation of color #B7BA5A: hue angle of 61.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7BA5A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 90 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.27 |
| HSL | 61.88º | 0.41% | 0.54% | - |
| HSV(B) | 61.88º | 0.52% | 0.73% | - |
| XYZ | 38.93 | 45.92 | 16.48 | - |
| YUV | 174.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 90 | 0.02 | 0 | 0.52 | 0.27 | 61.88 | 0.41 | 0.54 |
| Hex | B7 | BA | 5A | 2 | 0 | 34 | 1B | 3E | 29 | 36 |
| Octal | 267 | 272 | 132 | 2 | 0 | 64 | 33 | 76 | 51 | 66 |
| Binary | 10110111 | 10111010 | 1011010 | 10 | 0 | 110100 | 11011 | 111110 | 101001 | 110110 |
Color Harmonies of #B7BA5A
Complementary color
Monochromatic Colors of #B7BA5A
Black with #B7BA5A
Text Example
Text Example
White with #B7BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA5A; }
p { color: rgb(183,186,90); }
H1.HeaderClassName
{
color: #B7BA5A;
}
.AnyTagClassName
{
color: #B7BA5A;
}
</style>
background-color css
<style>
a { background-color: #B7BA5A; }
a { background-color: rgb(183,186,90); }
div.DivClassName
{
background-color: #B7BA5A;
}
.BgClassName
{
background-color: #B7BA5A;
}
</style>
border-color css
<style>
span { border-color: #B7BA5A; }
span { border-color: rgb(183,186,90); }
td.TdClassName
{
border-color: #B7BA5A;
}
.TagClassName
{
border-color: #B7BA5A;
}
</style>