Shades of Olive Green #BBB65E
Tints of Olive Green #BBB65E
RGB
CMYK
RGB Variations
Color information
#BBB65E (or 0xBBB65E) is known color: Olive Green. HEX triplet: BB, B6 and 5E. RGB value is (187,182,94). Sum of RGB (Red+Green+Blue) = 187+182+94=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB65E is #4449A1. Grayscale: #ADADAD. Windows color (decimal): -4475298 or 6207163. OLE color: 6207163.
HSL color Cylindrical-coordinate representation of color #BBB65E: hue angle of 56.77º 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 #BBB65E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 94 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.27 |
| HSL | 56.77º | 0.41% | 0.55% | - |
| HSV(B) | 56.77º | 0.5% | 0.73% | - |
| XYZ | 39.24 | 44.83 | 17.17 | - |
| YUV | 173.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 94 | 0 | 0.03 | 0.50 | 0.27 | 56.77 | 0.41 | 0.55 |
| Hex | BB | B6 | 5E | 0 | 3 | 32 | 1B | 39 | 29 | 37 |
| Octal | 273 | 266 | 136 | 0 | 3 | 62 | 33 | 71 | 51 | 67 |
| Binary | 10111011 | 10110110 | 1011110 | 0 | 11 | 110010 | 11011 | 111001 | 101001 | 110111 |
Color Harmonies of #BBB65E
Complementary color
Monochromatic Colors of #BBB65E
Black with #BBB65E
Text Example
Text Example
White with #BBB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB65E; }
p { color: rgb(187,182,94); }
H1.HeaderClassName
{
color: #BBB65E;
}
.AnyTagClassName
{
color: #BBB65E;
}
</style>
background-color css
<style>
a { background-color: #BBB65E; }
a { background-color: rgb(187,182,94); }
div.DivClassName
{
background-color: #BBB65E;
}
.BgClassName
{
background-color: #BBB65E;
}
</style>
border-color css
<style>
span { border-color: #BBB65E; }
span { border-color: rgb(187,182,94); }
td.TdClassName
{
border-color: #BBB65E;
}
.TagClassName
{
border-color: #BBB65E;
}
</style>