Shades of Olive Green #BBB558
Tints of Olive Green #BBB558
RGB
CMYK
RGB Variations
Color information
#BBB558 (or 0xBBB558) is known color: Olive Green. HEX triplet: BB, B5 and 58. RGB value is (187,181,88). Sum of RGB (Red+Green+Blue) = 187+181+88=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB558 is #444AA7. Grayscale: #ACACAC. Windows color (decimal): -4475560 or 5813691. OLE color: 5813691.
HSL color Cylindrical-coordinate representation of color #BBB558: hue angle of 56.36º 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 #BBB558 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 88 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.27 |
| HSL | 56.36º | 0.42% | 0.54% | - |
| HSV(B) | 56.36º | 0.53% | 0.73% | - |
| XYZ | 38.78 | 44.32 | 15.74 | - |
| YUV | 172.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 88 | 0 | 0.03 | 0.53 | 0.27 | 56.36 | 0.42 | 0.54 |
| Hex | BB | B5 | 58 | 0 | 3 | 35 | 1B | 38 | 2A | 36 |
| Octal | 273 | 265 | 130 | 0 | 3 | 65 | 33 | 70 | 52 | 66 |
| Binary | 10111011 | 10110101 | 1011000 | 0 | 11 | 110101 | 11011 | 111000 | 101010 | 110110 |
Color Harmonies of #BBB558
Complementary color
Monochromatic Colors of #BBB558
Black with #BBB558
Text Example
Text Example
White with #BBB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB558; }
p { color: rgb(187,181,88); }
H1.HeaderClassName
{
color: #BBB558;
}
.AnyTagClassName
{
color: #BBB558;
}
</style>
background-color css
<style>
a { background-color: #BBB558; }
a { background-color: rgb(187,181,88); }
div.DivClassName
{
background-color: #BBB558;
}
.BgClassName
{
background-color: #BBB558;
}
</style>
border-color css
<style>
span { border-color: #BBB558; }
span { border-color: rgb(187,181,88); }
td.TdClassName
{
border-color: #BBB558;
}
.TagClassName
{
border-color: #BBB558;
}
</style>