Shades of Olive Green #BBBE5E
Tints of Olive Green #BBBE5E
RGB
CMYK
RGB Variations
Color information
#BBBE5E (or 0xBBBE5E) is known color: Olive Green. HEX triplet: BB, BE and 5E. RGB value is (187,190,94). Sum of RGB (Red+Green+Blue) = 187+190+94=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE5E is #4441A1. Grayscale: #B2B2B2. Windows color (decimal): -4473250 or 6209211. OLE color: 6209211.
HSL color Cylindrical-coordinate representation of color #BBBE5E: hue angle of 61.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBE5E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 94 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.25 |
| HSL | 61.88º | 0.42% | 0.56% | - |
| HSV(B) | 61.88º | 0.51% | 0.75% | - |
| XYZ | 40.93 | 48.2 | 17.74 | - |
| YUV | 178.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 94 | 0.02 | 0 | 0.51 | 0.25 | 61.88 | 0.42 | 0.56 |
| Hex | BB | BE | 5E | 2 | 0 | 33 | 19 | 3E | 2A | 38 |
| Octal | 273 | 276 | 136 | 2 | 0 | 63 | 31 | 76 | 52 | 70 |
| Binary | 10111011 | 10111110 | 1011110 | 10 | 0 | 110011 | 11001 | 111110 | 101010 | 111000 |
Color Harmonies of #BBBE5E
Complementary color
Monochromatic Colors of #BBBE5E
Black with #BBBE5E
Text Example
Text Example
White with #BBBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE5E; }
p { color: rgb(187,190,94); }
H1.HeaderClassName
{
color: #BBBE5E;
}
.AnyTagClassName
{
color: #BBBE5E;
}
</style>
background-color css
<style>
a { background-color: #BBBE5E; }
a { background-color: rgb(187,190,94); }
div.DivClassName
{
background-color: #BBBE5E;
}
.BgClassName
{
background-color: #BBBE5E;
}
</style>
border-color css
<style>
span { border-color: #BBBE5E; }
span { border-color: rgb(187,190,94); }
td.TdClassName
{
border-color: #BBBE5E;
}
.TagClassName
{
border-color: #BBBE5E;
}
</style>