Shades of Olive Green #B0AD56
Tints of Olive Green #B0AD56
RGB
CMYK
RGB Variations
Color information
#B0AD56 (or 0xB0AD56) is known color: Olive Green. HEX triplet: B0, AD and 56. RGB value is (176,173,86). Sum of RGB (Red+Green+Blue) = 176+173+86=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD56 is #4F52A9. Grayscale: #A4A4A4. Windows color (decimal): -5198506 or 5680560. OLE color: 5680560.
HSL color Cylindrical-coordinate representation of color #B0AD56: hue angle of 58º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0AD56 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 86 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.31 |
| HSL | 58º | 0.36% | 0.51% | - |
| HSV(B) | 58º | 0.51% | 0.69% | - |
| XYZ | 34.53 | 39.79 | 14.66 | - |
| YUV | 163.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 86 | 0 | 0.02 | 0.51 | 0.31 | 58 | 0.36 | 0.51 |
| Hex | B0 | AD | 56 | 0 | 2 | 33 | 1F | 3A | 24 | 33 |
| Octal | 260 | 255 | 126 | 0 | 2 | 63 | 37 | 72 | 44 | 63 |
| Binary | 10110000 | 10101101 | 1010110 | 0 | 10 | 110011 | 11111 | 111010 | 100100 | 110011 |
Color Harmonies of #B0AD56
Complementary color
Monochromatic Colors of #B0AD56
Black with #B0AD56
Text Example
Text Example
White with #B0AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD56; }
p { color: rgb(176,173,86); }
H1.HeaderClassName
{
color: #B0AD56;
}
.AnyTagClassName
{
color: #B0AD56;
}
</style>
background-color css
<style>
a { background-color: #B0AD56; }
a { background-color: rgb(176,173,86); }
div.DivClassName
{
background-color: #B0AD56;
}
.BgClassName
{
background-color: #B0AD56;
}
</style>
border-color css
<style>
span { border-color: #B0AD56; }
span { border-color: rgb(176,173,86); }
td.TdClassName
{
border-color: #B0AD56;
}
.TagClassName
{
border-color: #B0AD56;
}
</style>