Shades of Olive Green #BBB051
Tints of Olive Green #BBB051
RGB
CMYK
RGB Variations
Color information
#BBB051 (or 0xBBB051) is known color: Olive Green. HEX triplet: BB, B0 and 51. RGB value is (187,176,81). Sum of RGB (Red+Green+Blue) = 187+176+81=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB051 is #444FAE. Grayscale: #A8A8A8. Windows color (decimal): -4476847 or 5353659. OLE color: 5353659.
HSL color Cylindrical-coordinate representation of color #BBB051: hue angle of 53.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBB051 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 81 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.27 |
| HSL | 53.77º | 0.44% | 0.53% | - |
| HSV(B) | 53.77º | 0.57% | 0.73% | - |
| XYZ | 37.5 | 42.21 | 13.96 | - |
| YUV | 168.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 81 | 0 | 0.06 | 0.57 | 0.27 | 53.77 | 0.44 | 0.53 |
| Hex | BB | B0 | 51 | 0 | 6 | 39 | 1B | 36 | 2C | 35 |
| Octal | 273 | 260 | 121 | 0 | 6 | 71 | 33 | 66 | 54 | 65 |
| Binary | 10111011 | 10110000 | 1010001 | 0 | 110 | 111001 | 11011 | 110110 | 101100 | 110101 |
Color Harmonies of #BBB051
Complementary color
Monochromatic Colors of #BBB051
Black with #BBB051
Text Example
Text Example
White with #BBB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB051; }
p { color: rgb(187,176,81); }
H1.HeaderClassName
{
color: #BBB051;
}
.AnyTagClassName
{
color: #BBB051;
}
</style>
background-color css
<style>
a { background-color: #BBB051; }
a { background-color: rgb(187,176,81); }
div.DivClassName
{
background-color: #BBB051;
}
.BgClassName
{
background-color: #BBB051;
}
</style>
border-color css
<style>
span { border-color: #BBB051; }
span { border-color: rgb(187,176,81); }
td.TdClassName
{
border-color: #BBB051;
}
.TagClassName
{
border-color: #BBB051;
}
</style>