Shades of Olive Green #BBB358
Tints of Olive Green #BBB358
RGB
CMYK
RGB Variations
Color information
#BBB358 (or 0xBBB358) is known color: Olive Green. HEX triplet: BB, B3 and 58. RGB value is (187,179,88). Sum of RGB (Red+Green+Blue) = 187+179+88=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB358 is #444CA7. Grayscale: #ABABAB. Windows color (decimal): -4476072 or 5813179. OLE color: 5813179.
HSL color Cylindrical-coordinate representation of color #BBB358: hue angle of 55.15º 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 #BBB358 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 88 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.27 |
| HSL | 55.15º | 0.42% | 0.54% | - |
| HSV(B) | 55.15º | 0.53% | 0.73% | - |
| XYZ | 38.38 | 43.51 | 15.61 | - |
| YUV | 171.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 88 | 0 | 0.04 | 0.53 | 0.27 | 55.15 | 0.42 | 0.54 |
| Hex | BB | B3 | 58 | 0 | 4 | 35 | 1B | 37 | 2A | 36 |
| Octal | 273 | 263 | 130 | 0 | 4 | 65 | 33 | 67 | 52 | 66 |
| Binary | 10111011 | 10110011 | 1011000 | 0 | 100 | 110101 | 11011 | 110111 | 101010 | 110110 |
Color Harmonies of #BBB358
Complementary color
Monochromatic Colors of #BBB358
Black with #BBB358
Text Example
Text Example
White with #BBB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB358; }
p { color: rgb(187,179,88); }
H1.HeaderClassName
{
color: #BBB358;
}
.AnyTagClassName
{
color: #BBB358;
}
</style>
background-color css
<style>
a { background-color: #BBB358; }
a { background-color: rgb(187,179,88); }
div.DivClassName
{
background-color: #BBB358;
}
.BgClassName
{
background-color: #BBB358;
}
</style>
border-color css
<style>
span { border-color: #BBB358; }
span { border-color: rgb(187,179,88); }
td.TdClassName
{
border-color: #BBB358;
}
.TagClassName
{
border-color: #BBB358;
}
</style>