Shades of Olive Green #B0BB5D
Tints of Olive Green #B0BB5D
RGB
CMYK
RGB Variations
Color information
#B0BB5D (or 0xB0BB5D) is known color: Olive Green. HEX triplet: B0, BB and 5D. RGB value is (176,187,93). Sum of RGB (Red+Green+Blue) = 176+187+93=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB5D is #4F44A2. Grayscale: #ADADAD. Windows color (decimal): -5194915 or 6142896. OLE color: 6142896.
HSL color Cylindrical-coordinate representation of color #B0BB5D: hue angle of 67.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0BB5D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 93 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.27 |
| HSL | 67.02º | 0.41% | 0.55% | - |
| HSV(B) | 67.02º | 0.5% | 0.73% | - |
| XYZ | 37.65 | 45.56 | 17.17 | - |
| YUV | 173 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 93 | 0.06 | 0 | 0.50 | 0.27 | 67.02 | 0.41 | 0.55 |
| Hex | B0 | BB | 5D | 6 | 0 | 32 | 1B | 43 | 29 | 37 |
| Octal | 260 | 273 | 135 | 6 | 0 | 62 | 33 | 103 | 51 | 67 |
| Binary | 10110000 | 10111011 | 1011101 | 110 | 0 | 110010 | 11011 | 1000011 | 101001 | 110111 |
Color Harmonies of #B0BB5D
Complementary color
Monochromatic Colors of #B0BB5D
Black with #B0BB5D
Text Example
Text Example
White with #B0BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB5D; }
p { color: rgb(176,187,93); }
H1.HeaderClassName
{
color: #B0BB5D;
}
.AnyTagClassName
{
color: #B0BB5D;
}
</style>
background-color css
<style>
a { background-color: #B0BB5D; }
a { background-color: rgb(176,187,93); }
div.DivClassName
{
background-color: #B0BB5D;
}
.BgClassName
{
background-color: #B0BB5D;
}
</style>
border-color css
<style>
span { border-color: #B0BB5D; }
span { border-color: rgb(176,187,93); }
td.TdClassName
{
border-color: #B0BB5D;
}
.TagClassName
{
border-color: #B0BB5D;
}
</style>