Shades of Olive Green #BBB657
Tints of Olive Green #BBB657
RGB
CMYK
RGB Variations
Color information
#BBB657 (or 0xBBB657) is known color: Olive Green. HEX triplet: BB, B6 and 57. RGB value is (187,182,87). Sum of RGB (Red+Green+Blue) = 187+182+87=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB657 is #4449A8. Grayscale: #ADADAD. Windows color (decimal): -4475305 or 5748411. OLE color: 5748411.
HSL color Cylindrical-coordinate representation of color #BBB657: hue angle of 57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBB657 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 87 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.27 |
| HSL | 57º | 0.42% | 0.54% | - |
| HSV(B) | 57º | 0.53% | 0.73% | - |
| XYZ | 38.94 | 44.71 | 15.59 | - |
| YUV | 172.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 87 | 0 | 0.03 | 0.53 | 0.27 | 57 | 0.42 | 0.54 |
| Hex | BB | B6 | 57 | 0 | 3 | 35 | 1B | 39 | 2A | 36 |
| Octal | 273 | 266 | 127 | 0 | 3 | 65 | 33 | 71 | 52 | 66 |
| Binary | 10111011 | 10110110 | 1010111 | 0 | 11 | 110101 | 11011 | 111001 | 101010 | 110110 |
Color Harmonies of #BBB657
Complementary color
Monochromatic Colors of #BBB657
Black with #BBB657
Text Example
Text Example
White with #BBB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB657; }
p { color: rgb(187,182,87); }
H1.HeaderClassName
{
color: #BBB657;
}
.AnyTagClassName
{
color: #BBB657;
}
</style>
background-color css
<style>
a { background-color: #BBB657; }
a { background-color: rgb(187,182,87); }
div.DivClassName
{
background-color: #BBB657;
}
.BgClassName
{
background-color: #BBB657;
}
</style>
border-color css
<style>
span { border-color: #BBB657; }
span { border-color: rgb(187,182,87); }
td.TdClassName
{
border-color: #BBB657;
}
.TagClassName
{
border-color: #BBB657;
}
</style>