Shades of Olive Green #BBBB59
Tints of Olive Green #BBBB59
RGB
CMYK
RGB Variations
Color information
#BBBB59 (or 0xBBBB59) is known color: Olive Green. HEX triplet: BB, BB and 59. RGB value is (187,187,89). Sum of RGB (Red+Green+Blue) = 187+187+89=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB59 is #4444A6. Grayscale: #B0B0B0. Windows color (decimal): -4474023 or 5880763. OLE color: 5880763.
HSL color Cylindrical-coordinate representation of color #BBBB59: hue angle of 60º 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 #BBBB59 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 89 | - |
| CMYK | 0 | 0 | 0.52 | 0.27 |
| HSL | 60º | 0.42% | 0.54% | - |
| HSV(B) | 60º | 0.52% | 0.73% | - |
| XYZ | 40.07 | 46.83 | 16.38 | - |
| YUV | 175.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 89 | 0 | 0 | 0.52 | 0.27 | 60 | 0.42 | 0.54 |
| Hex | BB | BB | 59 | 0 | 0 | 34 | 1B | 3C | 2A | 36 |
| Octal | 273 | 273 | 131 | 0 | 0 | 64 | 33 | 74 | 52 | 66 |
| Binary | 10111011 | 10111011 | 1011001 | 0 | 0 | 110100 | 11011 | 111100 | 101010 | 110110 |
Color Harmonies of #BBBB59
Complementary color
Monochromatic Colors of #BBBB59
Black with #BBBB59
Text Example
Text Example
White with #BBBB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB59; }
p { color: rgb(187,187,89); }
H1.HeaderClassName
{
color: #BBBB59;
}
.AnyTagClassName
{
color: #BBBB59;
}
</style>
background-color css
<style>
a { background-color: #BBBB59; }
a { background-color: rgb(187,187,89); }
div.DivClassName
{
background-color: #BBBB59;
}
.BgClassName
{
background-color: #BBBB59;
}
</style>
border-color css
<style>
span { border-color: #BBBB59; }
span { border-color: rgb(187,187,89); }
td.TdClassName
{
border-color: #BBBB59;
}
.TagClassName
{
border-color: #BBBB59;
}
</style>