Shades of Olive Green #BBB55E
Tints of Olive Green #BBB55E
RGB
CMYK
RGB Variations
Color information
#BBB55E (or 0xBBB55E) is known color: Olive Green. HEX triplet: BB, B5 and 5E. RGB value is (187,181,94). Sum of RGB (Red+Green+Blue) = 187+181+94=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB55E is #444AA1. Grayscale: #ADADAD. Windows color (decimal): -4475554 or 6206907. OLE color: 6206907.
HSL color Cylindrical-coordinate representation of color #BBB55E: hue angle of 56.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBB55E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 94 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.27 |
| HSL | 56.13º | 0.41% | 0.55% | - |
| HSV(B) | 56.13º | 0.5% | 0.73% | - |
| XYZ | 39.04 | 44.42 | 17.11 | - |
| YUV | 172.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 94 | 0 | 0.03 | 0.50 | 0.27 | 56.13 | 0.41 | 0.55 |
| Hex | BB | B5 | 5E | 0 | 3 | 32 | 1B | 38 | 29 | 37 |
| Octal | 273 | 265 | 136 | 0 | 3 | 62 | 33 | 70 | 51 | 67 |
| Binary | 10111011 | 10110101 | 1011110 | 0 | 11 | 110010 | 11011 | 111000 | 101001 | 110111 |
Color Harmonies of #BBB55E
Complementary color
Monochromatic Colors of #BBB55E
Black with #BBB55E
Text Example
Text Example
White with #BBB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB55E; }
p { color: rgb(187,181,94); }
H1.HeaderClassName
{
color: #BBB55E;
}
.AnyTagClassName
{
color: #BBB55E;
}
</style>
background-color css
<style>
a { background-color: #BBB55E; }
a { background-color: rgb(187,181,94); }
div.DivClassName
{
background-color: #BBB55E;
}
.BgClassName
{
background-color: #BBB55E;
}
</style>
border-color css
<style>
span { border-color: #BBB55E; }
span { border-color: rgb(187,181,94); }
td.TdClassName
{
border-color: #BBB55E;
}
.TagClassName
{
border-color: #BBB55E;
}
</style>