Shades of Olive Green #B0B054
Tints of Olive Green #B0B054
RGB
CMYK
RGB Variations
Color information
#B0B054 (or 0xB0B054) is known color: Olive Green. HEX triplet: B0, B0 and 54. RGB value is (176,176,84). Sum of RGB (Red+Green+Blue) = 176+176+84=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B054 is #4F4FAB. Grayscale: #A5A5A5. Windows color (decimal): -5197740 or 5550256. OLE color: 5550256.
HSL color Cylindrical-coordinate representation of color #B0B054: hue angle of 60º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B054 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 84 | - |
| CMYK | 0 | 0 | 0.52 | 0.31 |
| HSL | 60º | 0.37% | 0.51% | - |
| HSV(B) | 60º | 0.52% | 0.69% | - |
| XYZ | 35.03 | 40.92 | 14.44 | - |
| YUV | 165.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 84 | 0 | 0 | 0.52 | 0.31 | 60 | 0.37 | 0.51 |
| Hex | B0 | B0 | 54 | 0 | 0 | 34 | 1F | 3C | 25 | 33 |
| Octal | 260 | 260 | 124 | 0 | 0 | 64 | 37 | 74 | 45 | 63 |
| Binary | 10110000 | 10110000 | 1010100 | 0 | 0 | 110100 | 11111 | 111100 | 100101 | 110011 |
Color Harmonies of #B0B054
Complementary color
Monochromatic Colors of #B0B054
Black with #B0B054
Text Example
Text Example
White with #B0B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B054; }
p { color: rgb(176,176,84); }
H1.HeaderClassName
{
color: #B0B054;
}
.AnyTagClassName
{
color: #B0B054;
}
</style>
background-color css
<style>
a { background-color: #B0B054; }
a { background-color: rgb(176,176,84); }
div.DivClassName
{
background-color: #B0B054;
}
.BgClassName
{
background-color: #B0B054;
}
</style>
border-color css
<style>
span { border-color: #B0B054; }
span { border-color: rgb(176,176,84); }
td.TdClassName
{
border-color: #B0B054;
}
.TagClassName
{
border-color: #B0B054;
}
</style>