Shades of Olive Green #B0B159
Tints of Olive Green #B0B159
RGB
CMYK
RGB Variations
Color information
#B0B159 (or 0xB0B159) is known color: Olive Green. HEX triplet: B0, B1 and 59. RGB value is (176,177,89). Sum of RGB (Red+Green+Blue) = 176+177+89=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B159 is #4F4EA6. Grayscale: #A7A7A7. Windows color (decimal): -5197479 or 5878192. OLE color: 5878192.
HSL color Cylindrical-coordinate representation of color #B0B159: hue angle of 60.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0B159 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 89 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.31 |
| HSL | 60.68º | 0.36% | 0.52% | - |
| HSV(B) | 60.68º | 0.5% | 0.69% | - |
| XYZ | 35.43 | 41.4 | 15.57 | - |
| YUV | 166.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 89 | 0.01 | 0 | 0.50 | 0.31 | 60.68 | 0.36 | 0.52 |
| Hex | B0 | B1 | 59 | 1 | 0 | 32 | 1F | 3D | 24 | 34 |
| Octal | 260 | 261 | 131 | 1 | 0 | 62 | 37 | 75 | 44 | 64 |
| Binary | 10110000 | 10110001 | 1011001 | 1 | 0 | 110010 | 11111 | 111101 | 100100 | 110100 |
Color Harmonies of #B0B159
Complementary color
Monochromatic Colors of #B0B159
Black with #B0B159
Text Example
Text Example
White with #B0B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B159; }
p { color: rgb(176,177,89); }
H1.HeaderClassName
{
color: #B0B159;
}
.AnyTagClassName
{
color: #B0B159;
}
</style>
background-color css
<style>
a { background-color: #B0B159; }
a { background-color: rgb(176,177,89); }
div.DivClassName
{
background-color: #B0B159;
}
.BgClassName
{
background-color: #B0B159;
}
</style>
border-color css
<style>
span { border-color: #B0B159; }
span { border-color: rgb(176,177,89); }
td.TdClassName
{
border-color: #B0B159;
}
.TagClassName
{
border-color: #B0B159;
}
</style>