Shades of Olive Green #BBB858
Tints of Olive Green #BBB858
RGB
CMYK
RGB Variations
Color information
#BBB858 (or 0xBBB858) is known color: Olive Green. HEX triplet: BB, B8 and 58. RGB value is (187,184,88). Sum of RGB (Red+Green+Blue) = 187+184+88=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB858 is #4447A7. Grayscale: #AEAEAE. Windows color (decimal): -4474792 or 5814459. OLE color: 5814459.
HSL color Cylindrical-coordinate representation of color #BBB858: hue angle of 58.18º 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 #BBB858 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 88 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.27 |
| HSL | 58.18º | 0.42% | 0.54% | - |
| HSV(B) | 58.18º | 0.53% | 0.73% | - |
| XYZ | 39.4 | 45.55 | 15.95 | - |
| YUV | 173.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 88 | 0 | 0.02 | 0.53 | 0.27 | 58.18 | 0.42 | 0.54 |
| Hex | BB | B8 | 58 | 0 | 2 | 35 | 1B | 3A | 2A | 36 |
| Octal | 273 | 270 | 130 | 0 | 2 | 65 | 33 | 72 | 52 | 66 |
| Binary | 10111011 | 10111000 | 1011000 | 0 | 10 | 110101 | 11011 | 111010 | 101010 | 110110 |
Color Harmonies of #BBB858
Complementary color
Monochromatic Colors of #BBB858
Black with #BBB858
Text Example
Text Example
White with #BBB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB858; }
p { color: rgb(187,184,88); }
H1.HeaderClassName
{
color: #BBB858;
}
.AnyTagClassName
{
color: #BBB858;
}
</style>
background-color css
<style>
a { background-color: #BBB858; }
a { background-color: rgb(187,184,88); }
div.DivClassName
{
background-color: #BBB858;
}
.BgClassName
{
background-color: #BBB858;
}
</style>
border-color css
<style>
span { border-color: #BBB858; }
span { border-color: rgb(187,184,88); }
td.TdClassName
{
border-color: #BBB858;
}
.TagClassName
{
border-color: #BBB858;
}
</style>