Shades of Olive Green #B0B051
Tints of Olive Green #B0B051
RGB
CMYK
RGB Variations
Color information
#B0B051 (or 0xB0B051) is known color: Olive Green. HEX triplet: B0, B0 and 51. RGB value is (176,176,81). Sum of RGB (Red+Green+Blue) = 176+176+81=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B051 is #4F4FAE. Grayscale: #A5A5A5. Windows color (decimal): -5197743 or 5353648. OLE color: 5353648.
HSL color Cylindrical-coordinate representation of color #B0B051: hue angle of 60º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0B051 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 81 | - |
| CMYK | 0 | 0 | 0.54 | 0.31 |
| HSL | 60º | 0.38% | 0.5% | - |
| HSV(B) | 60º | 0.54% | 0.69% | - |
| XYZ | 34.92 | 40.87 | 13.83 | - |
| YUV | 165.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 81 | 0 | 0 | 0.54 | 0.31 | 60 | 0.38 | 0.5 |
| Hex | B0 | B0 | 51 | 0 | 0 | 36 | 1F | 3C | 26 | 32 |
| Octal | 260 | 260 | 121 | 0 | 0 | 66 | 37 | 74 | 46 | 62 |
| Binary | 10110000 | 10110000 | 1010001 | 0 | 0 | 110110 | 11111 | 111100 | 100110 | 110010 |
Color Harmonies of #B0B051
Complementary color
Monochromatic Colors of #B0B051
Black with #B0B051
Text Example
Text Example
White with #B0B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B051; }
p { color: rgb(176,176,81); }
H1.HeaderClassName
{
color: #B0B051;
}
.AnyTagClassName
{
color: #B0B051;
}
</style>
background-color css
<style>
a { background-color: #B0B051; }
a { background-color: rgb(176,176,81); }
div.DivClassName
{
background-color: #B0B051;
}
.BgClassName
{
background-color: #B0B051;
}
</style>
border-color css
<style>
span { border-color: #B0B051; }
span { border-color: rgb(176,176,81); }
td.TdClassName
{
border-color: #B0B051;
}
.TagClassName
{
border-color: #B0B051;
}
</style>