Shades of Olive Green #BBBA59
Tints of Olive Green #BBBA59
RGB
CMYK
RGB Variations
Color information
#BBBA59 (or 0xBBBA59) is known color: Olive Green. HEX triplet: BB, BA and 59. RGB value is (187,186,89). Sum of RGB (Red+Green+Blue) = 187+186+89=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA59 is #4445A6. Grayscale: #AFAFAF. Windows color (decimal): -4474279 or 5880507. OLE color: 5880507.
HSL color Cylindrical-coordinate representation of color #BBBA59: 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.52%. Process color model (Four color, CMYK) of #BBBA59 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 89 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.27 |
| HSL | 59.39º | 0.42% | 0.54% | - |
| HSV(B) | 59.39º | 0.52% | 0.73% | - |
| XYZ | 39.86 | 46.4 | 16.31 | - |
| YUV | 175.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 89 | 0 | 0.01 | 0.52 | 0.27 | 59.39 | 0.42 | 0.54 |
| Hex | BB | BA | 59 | 0 | 1 | 34 | 1B | 3B | 2A | 36 |
| Octal | 273 | 272 | 131 | 0 | 1 | 64 | 33 | 73 | 52 | 66 |
| Binary | 10111011 | 10111010 | 1011001 | 0 | 1 | 110100 | 11011 | 111011 | 101010 | 110110 |
Color Harmonies of #BBBA59
Complementary color
Monochromatic Colors of #BBBA59
Black with #BBBA59
Text Example
Text Example
White with #BBBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA59; }
p { color: rgb(187,186,89); }
H1.HeaderClassName
{
color: #BBBA59;
}
.AnyTagClassName
{
color: #BBBA59;
}
</style>
background-color css
<style>
a { background-color: #BBBA59; }
a { background-color: rgb(187,186,89); }
div.DivClassName
{
background-color: #BBBA59;
}
.BgClassName
{
background-color: #BBBA59;
}
</style>
border-color css
<style>
span { border-color: #BBBA59; }
span { border-color: rgb(187,186,89); }
td.TdClassName
{
border-color: #BBBA59;
}
.TagClassName
{
border-color: #BBBA59;
}
</style>