Shades of Olive Green #BBBA58
Tints of Olive Green #BBBA58
RGB
CMYK
RGB Variations
Color information
#BBBA58 (or 0xBBBA58) is known color: Olive Green. HEX triplet: BB, BA and 58. RGB value is (187,186,88). Sum of RGB (Red+Green+Blue) = 187+186+88=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA58 is #4445A7. Grayscale: #AFAFAF. Windows color (decimal): -4474280 or 5814971. OLE color: 5814971.
HSL color Cylindrical-coordinate representation of color #BBBA58: hue angle of 59.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBBA58 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 88 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.27 |
| HSL | 59.39º | 0.42% | 0.54% | - |
| HSV(B) | 59.39º | 0.53% | 0.73% | - |
| XYZ | 39.81 | 46.39 | 16.09 | - |
| YUV | 175.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 88 | 0 | 0.01 | 0.53 | 0.27 | 59.39 | 0.42 | 0.54 |
| Hex | BB | BA | 58 | 0 | 1 | 35 | 1B | 3B | 2A | 36 |
| Octal | 273 | 272 | 130 | 0 | 1 | 65 | 33 | 73 | 52 | 66 |
| Binary | 10111011 | 10111010 | 1011000 | 0 | 1 | 110101 | 11011 | 111011 | 101010 | 110110 |
Color Harmonies of #BBBA58
Complementary color
Monochromatic Colors of #BBBA58
Black with #BBBA58
Text Example
Text Example
White with #BBBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA58; }
p { color: rgb(187,186,88); }
H1.HeaderClassName
{
color: #BBBA58;
}
.AnyTagClassName
{
color: #BBBA58;
}
</style>
background-color css
<style>
a { background-color: #BBBA58; }
a { background-color: rgb(187,186,88); }
div.DivClassName
{
background-color: #BBBA58;
}
.BgClassName
{
background-color: #BBBA58;
}
</style>
border-color css
<style>
span { border-color: #BBBA58; }
span { border-color: rgb(187,186,88); }
td.TdClassName
{
border-color: #BBBA58;
}
.TagClassName
{
border-color: #BBBA58;
}
</style>