Shades of Olive Green #BBB656
Tints of Olive Green #BBB656
RGB
CMYK
RGB Variations
Color information
#BBB656 (or 0xBBB656) is known color: Olive Green. HEX triplet: BB, B6 and 56. RGB value is (187,182,86). Sum of RGB (Red+Green+Blue) = 187+182+86=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB656 is #4449A9. Grayscale: #ACACAC. Windows color (decimal): -4475306 or 5682875. OLE color: 5682875.
HSL color Cylindrical-coordinate representation of color #BBB656: hue angle of 57.03º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBB656 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 86 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.27 |
| HSL | 57.03º | 0.43% | 0.54% | - |
| HSV(B) | 57.03º | 0.54% | 0.73% | - |
| XYZ | 38.9 | 44.69 | 15.38 | - |
| YUV | 172.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 86 | 0 | 0.03 | 0.54 | 0.27 | 57.03 | 0.43 | 0.54 |
| Hex | BB | B6 | 56 | 0 | 3 | 36 | 1B | 39 | 2B | 36 |
| Octal | 273 | 266 | 126 | 0 | 3 | 66 | 33 | 71 | 53 | 66 |
| Binary | 10111011 | 10110110 | 1010110 | 0 | 11 | 110110 | 11011 | 111001 | 101011 | 110110 |
Color Harmonies of #BBB656
Complementary color
Monochromatic Colors of #BBB656
Black with #BBB656
Text Example
Text Example
White with #BBB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB656; }
p { color: rgb(187,182,86); }
H1.HeaderClassName
{
color: #BBB656;
}
.AnyTagClassName
{
color: #BBB656;
}
</style>
background-color css
<style>
a { background-color: #BBB656; }
a { background-color: rgb(187,182,86); }
div.DivClassName
{
background-color: #BBB656;
}
.BgClassName
{
background-color: #BBB656;
}
</style>
border-color css
<style>
span { border-color: #BBB656; }
span { border-color: rgb(187,182,86); }
td.TdClassName
{
border-color: #BBB656;
}
.TagClassName
{
border-color: #BBB656;
}
</style>