Shades of Olive Green #B3BA5B
Tints of Olive Green #B3BA5B
RGB
CMYK
RGB Variations
Color information
#B3BA5B (or 0xB3BA5B) is known color: Olive Green. HEX triplet: B3, BA and 5B. RGB value is (179,186,91). Sum of RGB (Red+Green+Blue) = 179+186+91=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA5B is #4C45A4. Grayscale: #ADADAD. Windows color (decimal): -4998565 or 6011571. OLE color: 6011571.
HSL color Cylindrical-coordinate representation of color #B3BA5B: hue angle of 64.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3BA5B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 91 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.27 |
| HSL | 64.42º | 0.41% | 0.54% | - |
| HSV(B) | 64.42º | 0.51% | 0.73% | - |
| XYZ | 38.04 | 45.46 | 16.67 | - |
| YUV | 173.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 91 | 0.04 | 0 | 0.51 | 0.27 | 64.42 | 0.41 | 0.54 |
| Hex | B3 | BA | 5B | 4 | 0 | 33 | 1B | 40 | 29 | 36 |
| Octal | 263 | 272 | 133 | 4 | 0 | 63 | 33 | 100 | 51 | 66 |
| Binary | 10110011 | 10111010 | 1011011 | 100 | 0 | 110011 | 11011 | 1000000 | 101001 | 110110 |
Color Harmonies of #B3BA5B
Complementary color
Monochromatic Colors of #B3BA5B
Black with #B3BA5B
Text Example
Text Example
White with #B3BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA5B; }
p { color: rgb(179,186,91); }
H1.HeaderClassName
{
color: #B3BA5B;
}
.AnyTagClassName
{
color: #B3BA5B;
}
</style>
background-color css
<style>
a { background-color: #B3BA5B; }
a { background-color: rgb(179,186,91); }
div.DivClassName
{
background-color: #B3BA5B;
}
.BgClassName
{
background-color: #B3BA5B;
}
</style>
border-color css
<style>
span { border-color: #B3BA5B; }
span { border-color: rgb(179,186,91); }
td.TdClassName
{
border-color: #B3BA5B;
}
.TagClassName
{
border-color: #B3BA5B;
}
</style>