Shades of Olive Green #B7BA55
Tints of Olive Green #B7BA55
RGB
CMYK
RGB Variations
Color information
#B7BA55 (or 0xB7BA55) is known color: Olive Green. HEX triplet: B7, BA and 55. RGB value is (183,186,85). Sum of RGB (Red+Green+Blue) = 183+186+85=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA55 is #4845AA. Grayscale: #ADADAD. Windows color (decimal): -4736427 or 5618359. OLE color: 5618359.
HSL color Cylindrical-coordinate representation of color #B7BA55: hue angle of 61.78º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7BA55 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 85 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.27 |
| HSL | 61.78º | 0.42% | 0.53% | - |
| HSV(B) | 61.78º | 0.54% | 0.73% | - |
| XYZ | 38.73 | 45.84 | 15.4 | - |
| YUV | 173.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 85 | 0.02 | 0 | 0.54 | 0.27 | 61.78 | 0.42 | 0.53 |
| Hex | B7 | BA | 55 | 2 | 0 | 36 | 1B | 3E | 2A | 35 |
| Octal | 267 | 272 | 125 | 2 | 0 | 66 | 33 | 76 | 52 | 65 |
| Binary | 10110111 | 10111010 | 1010101 | 10 | 0 | 110110 | 11011 | 111110 | 101010 | 110101 |
Color Harmonies of #B7BA55
Complementary color
Monochromatic Colors of #B7BA55
Black with #B7BA55
Text Example
Text Example
White with #B7BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA55; }
p { color: rgb(183,186,85); }
H1.HeaderClassName
{
color: #B7BA55;
}
.AnyTagClassName
{
color: #B7BA55;
}
</style>
background-color css
<style>
a { background-color: #B7BA55; }
a { background-color: rgb(183,186,85); }
div.DivClassName
{
background-color: #B7BA55;
}
.BgClassName
{
background-color: #B7BA55;
}
</style>
border-color css
<style>
span { border-color: #B7BA55; }
span { border-color: rgb(183,186,85); }
td.TdClassName
{
border-color: #B7BA55;
}
.TagClassName
{
border-color: #B7BA55;
}
</style>