Shades of Olive Green #B3BA59
Tints of Olive Green #B3BA59
RGB
CMYK
RGB Variations
Color information
#B3BA59 (or 0xB3BA59) is known color: Olive Green. HEX triplet: B3, BA and 59. RGB value is (179,186,89). Sum of RGB (Red+Green+Blue) = 179+186+89=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA59 is #4C45A6. Grayscale: #ADADAD. Windows color (decimal): -4998567 or 5880499. OLE color: 5880499.
HSL color Cylindrical-coordinate representation of color #B3BA59: hue angle of 64.33º 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 #B3BA59 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 89 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.27 |
| HSL | 64.33º | 0.41% | 0.54% | - |
| HSV(B) | 64.33º | 0.52% | 0.73% | - |
| XYZ | 37.95 | 45.42 | 16.22 | - |
| YUV | 172.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 89 | 0.04 | 0 | 0.52 | 0.27 | 64.33 | 0.41 | 0.54 |
| Hex | B3 | BA | 59 | 4 | 0 | 34 | 1B | 40 | 29 | 36 |
| Octal | 263 | 272 | 131 | 4 | 0 | 64 | 33 | 100 | 51 | 66 |
| Binary | 10110011 | 10111010 | 1011001 | 100 | 0 | 110100 | 11011 | 1000000 | 101001 | 110110 |
Color Harmonies of #B3BA59
Complementary color
Monochromatic Colors of #B3BA59
Black with #B3BA59
Text Example
Text Example
White with #B3BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA59; }
p { color: rgb(179,186,89); }
H1.HeaderClassName
{
color: #B3BA59;
}
.AnyTagClassName
{
color: #B3BA59;
}
</style>
background-color css
<style>
a { background-color: #B3BA59; }
a { background-color: rgb(179,186,89); }
div.DivClassName
{
background-color: #B3BA59;
}
.BgClassName
{
background-color: #B3BA59;
}
</style>
border-color css
<style>
span { border-color: #B3BA59; }
span { border-color: rgb(179,186,89); }
td.TdClassName
{
border-color: #B3BA59;
}
.TagClassName
{
border-color: #B3BA59;
}
</style>