Shades of Olive Green #B0BA5C
Tints of Olive Green #B0BA5C
RGB
CMYK
RGB Variations
Color information
#B0BA5C (or 0xB0BA5C) is known color: Olive Green. HEX triplet: B0, BA and 5C. RGB value is (176,186,92). Sum of RGB (Red+Green+Blue) = 176+186+92=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA5C is #4F45A3. Grayscale: #ACACAC. Windows color (decimal): -5195172 or 6077104. OLE color: 6077104.
HSL color Cylindrical-coordinate representation of color #B0BA5C: hue angle of 66.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0BA5C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 92 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.27 |
| HSL | 66.38º | 0.41% | 0.55% | - |
| HSV(B) | 66.38º | 0.51% | 0.73% | - |
| XYZ | 37.4 | 45.12 | 16.86 | - |
| YUV | 172.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 92 | 0.05 | 0 | 0.51 | 0.27 | 66.38 | 0.41 | 0.55 |
| Hex | B0 | BA | 5C | 5 | 0 | 33 | 1B | 42 | 29 | 37 |
| Octal | 260 | 272 | 134 | 5 | 0 | 63 | 33 | 102 | 51 | 67 |
| Binary | 10110000 | 10111010 | 1011100 | 101 | 0 | 110011 | 11011 | 1000010 | 101001 | 110111 |
Color Harmonies of #B0BA5C
Complementary color
Monochromatic Colors of #B0BA5C
Black with #B0BA5C
Text Example
Text Example
White with #B0BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA5C; }
p { color: rgb(176,186,92); }
H1.HeaderClassName
{
color: #B0BA5C;
}
.AnyTagClassName
{
color: #B0BA5C;
}
</style>
background-color css
<style>
a { background-color: #B0BA5C; }
a { background-color: rgb(176,186,92); }
div.DivClassName
{
background-color: #B0BA5C;
}
.BgClassName
{
background-color: #B0BA5C;
}
</style>
border-color css
<style>
span { border-color: #B0BA5C; }
span { border-color: rgb(176,186,92); }
td.TdClassName
{
border-color: #B0BA5C;
}
.TagClassName
{
border-color: #B0BA5C;
}
</style>