Shades of Olive Green #B2BA58
Tints of Olive Green #B2BA58
RGB
CMYK
RGB Variations
Color information
#B2BA58 (or 0xB2BA58) is known color: Olive Green. HEX triplet: B2, BA and 58. RGB value is (178,186,88). Sum of RGB (Red+Green+Blue) = 178+186+88=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA58 is #4D45A7. Grayscale: #ACACAC. Windows color (decimal): -5064104 or 5814962. OLE color: 5814962.
HSL color Cylindrical-coordinate representation of color #B2BA58: hue angle of 64.9º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2BA58 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 88 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.27 |
| HSL | 64.9º | 0.42% | 0.54% | - |
| HSV(B) | 64.9º | 0.53% | 0.73% | - |
| XYZ | 37.68 | 45.29 | 15.99 | - |
| YUV | 172.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 88 | 0.04 | 0 | 0.53 | 0.27 | 64.9 | 0.42 | 0.54 |
| Hex | B2 | BA | 58 | 4 | 0 | 35 | 1B | 41 | 2A | 36 |
| Octal | 262 | 272 | 130 | 4 | 0 | 65 | 33 | 101 | 52 | 66 |
| Binary | 10110010 | 10111010 | 1011000 | 100 | 0 | 110101 | 11011 | 1000001 | 101010 | 110110 |
Color Harmonies of #B2BA58
Complementary color
Monochromatic Colors of #B2BA58
Black with #B2BA58
Text Example
Text Example
White with #B2BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA58; }
p { color: rgb(178,186,88); }
H1.HeaderClassName
{
color: #B2BA58;
}
.AnyTagClassName
{
color: #B2BA58;
}
</style>
background-color css
<style>
a { background-color: #B2BA58; }
a { background-color: rgb(178,186,88); }
div.DivClassName
{
background-color: #B2BA58;
}
.BgClassName
{
background-color: #B2BA58;
}
</style>
border-color css
<style>
span { border-color: #B2BA58; }
span { border-color: rgb(178,186,88); }
td.TdClassName
{
border-color: #B2BA58;
}
.TagClassName
{
border-color: #B2BA58;
}
</style>