Shades of Olive Green #B2BA5B
Tints of Olive Green #B2BA5B
RGB
CMYK
RGB Variations
Color information
#B2BA5B (or 0xB2BA5B) is known color: Olive Green. HEX triplet: B2, BA and 5B. RGB value is (178,186,91). Sum of RGB (Red+Green+Blue) = 178+186+91=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA5B is #4D45A4. Grayscale: #ADADAD. Windows color (decimal): -5064101 or 6011570. OLE color: 6011570.
HSL color Cylindrical-coordinate representation of color #B2BA5B: hue angle of 65.05º 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 #B2BA5B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 91 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.27 |
| HSL | 65.05º | 0.41% | 0.54% | - |
| HSV(B) | 65.05º | 0.51% | 0.73% | - |
| XYZ | 37.81 | 45.34 | 16.66 | - |
| YUV | 172.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 91 | 0.04 | 0 | 0.51 | 0.27 | 65.05 | 0.41 | 0.54 |
| Hex | B2 | BA | 5B | 4 | 0 | 33 | 1B | 41 | 29 | 36 |
| Octal | 262 | 272 | 133 | 4 | 0 | 63 | 33 | 101 | 51 | 66 |
| Binary | 10110010 | 10111010 | 1011011 | 100 | 0 | 110011 | 11011 | 1000001 | 101001 | 110110 |
Color Harmonies of #B2BA5B
Complementary color
Monochromatic Colors of #B2BA5B
Black with #B2BA5B
Text Example
Text Example
White with #B2BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA5B; }
p { color: rgb(178,186,91); }
H1.HeaderClassName
{
color: #B2BA5B;
}
.AnyTagClassName
{
color: #B2BA5B;
}
</style>
background-color css
<style>
a { background-color: #B2BA5B; }
a { background-color: rgb(178,186,91); }
div.DivClassName
{
background-color: #B2BA5B;
}
.BgClassName
{
background-color: #B2BA5B;
}
</style>
border-color css
<style>
span { border-color: #B2BA5B; }
span { border-color: rgb(178,186,91); }
td.TdClassName
{
border-color: #B2BA5B;
}
.TagClassName
{
border-color: #B2BA5B;
}
</style>