Shades of Olive Green #B0B162
Tints of Olive Green #B0B162
RGB
CMYK
RGB Variations
Color information
#B0B162 (or 0xB0B162) is known color: Olive Green. HEX triplet: B0, B1 and 62. RGB value is (176,177,98). Sum of RGB (Red+Green+Blue) = 176+177+98=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B162 is #4F4E9D. Grayscale: #A8A8A8. Windows color (decimal): -5197470 or 6468016. OLE color: 6468016.
HSL color Cylindrical-coordinate representation of color #B0B162: hue angle of 60.76º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0B162 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 98 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.31 |
| HSL | 60.76º | 0.34% | 0.54% | - |
| HSV(B) | 60.76º | 0.45% | 0.69% | - |
| XYZ | 35.83 | 41.56 | 17.69 | - |
| YUV | 167.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 98 | 0.01 | 0 | 0.45 | 0.31 | 60.76 | 0.34 | 0.54 |
| Hex | B0 | B1 | 62 | 1 | 0 | 2D | 1F | 3D | 22 | 36 |
| Octal | 260 | 261 | 142 | 1 | 0 | 55 | 37 | 75 | 42 | 66 |
| Binary | 10110000 | 10110001 | 1100010 | 1 | 0 | 101101 | 11111 | 111101 | 100010 | 110110 |
Color Harmonies of #B0B162
Complementary color
Monochromatic Colors of #B0B162
Black with #B0B162
Text Example
Text Example
White with #B0B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B162; }
p { color: rgb(176,177,98); }
H1.HeaderClassName
{
color: #B0B162;
}
.AnyTagClassName
{
color: #B0B162;
}
</style>
background-color css
<style>
a { background-color: #B0B162; }
a { background-color: rgb(176,177,98); }
div.DivClassName
{
background-color: #B0B162;
}
.BgClassName
{
background-color: #B0B162;
}
</style>
border-color css
<style>
span { border-color: #B0B162; }
span { border-color: rgb(176,177,98); }
td.TdClassName
{
border-color: #B0B162;
}
.TagClassName
{
border-color: #B0B162;
}
</style>