Shades of Olive Green #BBB560
Tints of Olive Green #BBB560
RGB
CMYK
RGB Variations
Color information
#BBB560 (or 0xBBB560) is known color: Olive Green. HEX triplet: BB, B5 and 60. RGB value is (187,181,96). Sum of RGB (Red+Green+Blue) = 187+181+96=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB560 is #444A9F. Grayscale: #ADADAD. Windows color (decimal): -4475552 or 6337979. OLE color: 6337979.
HSL color Cylindrical-coordinate representation of color #BBB560: hue angle of 56.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBB560 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 96 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.27 |
| HSL | 56.04º | 0.4% | 0.55% | - |
| HSV(B) | 56.04º | 0.49% | 0.73% | - |
| XYZ | 39.13 | 44.46 | 17.59 | - |
| YUV | 173.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 96 | 0 | 0.03 | 0.49 | 0.27 | 56.04 | 0.4 | 0.55 |
| Hex | BB | B5 | 60 | 0 | 3 | 31 | 1B | 38 | 28 | 37 |
| Octal | 273 | 265 | 140 | 0 | 3 | 61 | 33 | 70 | 50 | 67 |
| Binary | 10111011 | 10110101 | 1100000 | 0 | 11 | 110001 | 11011 | 111000 | 101000 | 110111 |
Color Harmonies of #BBB560
Complementary color
Monochromatic Colors of #BBB560
Black with #BBB560
Text Example
Text Example
White with #BBB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB560; }
p { color: rgb(187,181,96); }
H1.HeaderClassName
{
color: #BBB560;
}
.AnyTagClassName
{
color: #BBB560;
}
</style>
background-color css
<style>
a { background-color: #BBB560; }
a { background-color: rgb(187,181,96); }
div.DivClassName
{
background-color: #BBB560;
}
.BgClassName
{
background-color: #BBB560;
}
</style>
border-color css
<style>
span { border-color: #BBB560; }
span { border-color: rgb(187,181,96); }
td.TdClassName
{
border-color: #BBB560;
}
.TagClassName
{
border-color: #BBB560;
}
</style>