Shades of Olive Green #B3B162
Tints of Olive Green #B3B162
RGB
CMYK
RGB Variations
Color information
#B3B162 (or 0xB3B162) is known color: Olive Green. HEX triplet: B3, B1 and 62. RGB value is (179,177,98). Sum of RGB (Red+Green+Blue) = 179+177+98=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B162 is #4C4E9D. Grayscale: #A8A8A8. Windows color (decimal): -5000862 or 6468019. OLE color: 6468019.
HSL color Cylindrical-coordinate representation of color #B3B162: hue angle of 58.52º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3B162 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 98 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.30 |
| HSL | 58.52º | 0.35% | 0.54% | - |
| HSV(B) | 58.52º | 0.45% | 0.7% | - |
| XYZ | 36.52 | 41.91 | 17.72 | - |
| YUV | 168.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 98 | 0 | 0.01 | 0.45 | 0.30 | 58.52 | 0.35 | 0.54 |
| Hex | B3 | B1 | 62 | 0 | 1 | 2D | 1E | 3B | 23 | 36 |
| Octal | 263 | 261 | 142 | 0 | 1 | 55 | 36 | 73 | 43 | 66 |
| Binary | 10110011 | 10110001 | 1100010 | 0 | 1 | 101101 | 11110 | 111011 | 100011 | 110110 |
Color Harmonies of #B3B162
Complementary color
Monochromatic Colors of #B3B162
Black with #B3B162
Text Example
Text Example
White with #B3B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B162; }
p { color: rgb(179,177,98); }
H1.HeaderClassName
{
color: #B3B162;
}
.AnyTagClassName
{
color: #B3B162;
}
</style>
background-color css
<style>
a { background-color: #B3B162; }
a { background-color: rgb(179,177,98); }
div.DivClassName
{
background-color: #B3B162;
}
.BgClassName
{
background-color: #B3B162;
}
</style>
border-color css
<style>
span { border-color: #B3B162; }
span { border-color: rgb(179,177,98); }
td.TdClassName
{
border-color: #B3B162;
}
.TagClassName
{
border-color: #B3B162;
}
</style>