Shades of Olive Green #BBB655
Tints of Olive Green #BBB655
RGB
CMYK
RGB Variations
Color information
#BBB655 (or 0xBBB655) is known color: Olive Green. HEX triplet: BB, B6 and 55. RGB value is (187,182,85). Sum of RGB (Red+Green+Blue) = 187+182+85=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB655 is #4449AA. Grayscale: #ACACAC. Windows color (decimal): -4475307 or 5617339. OLE color: 5617339.
HSL color Cylindrical-coordinate representation of color #BBB655: hue angle of 57.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBB655 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 85 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.27 |
| HSL | 57.06º | 0.43% | 0.53% | - |
| HSV(B) | 57.06º | 0.55% | 0.73% | - |
| XYZ | 38.86 | 44.68 | 15.17 | - |
| YUV | 172.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 85 | 0 | 0.03 | 0.55 | 0.27 | 57.06 | 0.43 | 0.53 |
| Hex | BB | B6 | 55 | 0 | 3 | 37 | 1B | 39 | 2B | 35 |
| Octal | 273 | 266 | 125 | 0 | 3 | 67 | 33 | 71 | 53 | 65 |
| Binary | 10111011 | 10110110 | 1010101 | 0 | 11 | 110111 | 11011 | 111001 | 101011 | 110101 |
Color Harmonies of #BBB655
Complementary color
Monochromatic Colors of #BBB655
Black with #BBB655
Text Example
Text Example
White with #BBB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB655; }
p { color: rgb(187,182,85); }
H1.HeaderClassName
{
color: #BBB655;
}
.AnyTagClassName
{
color: #BBB655;
}
</style>
background-color css
<style>
a { background-color: #BBB655; }
a { background-color: rgb(187,182,85); }
div.DivClassName
{
background-color: #BBB655;
}
.BgClassName
{
background-color: #BBB655;
}
</style>
border-color css
<style>
span { border-color: #BBB655; }
span { border-color: rgb(187,182,85); }
td.TdClassName
{
border-color: #BBB655;
}
.TagClassName
{
border-color: #BBB655;
}
</style>