Shades of Olive Green #B0A856
Tints of Olive Green #B0A856
RGB
CMYK
RGB Variations
Color information
#B0A856 (or 0xB0A856) is known color: Olive Green. HEX triplet: B0, A8 and 56. RGB value is (176,168,86). Sum of RGB (Red+Green+Blue) = 176+168+86=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A856 is #4F57A9. Grayscale: #A1A1A1. Windows color (decimal): -5199786 or 5679280. OLE color: 5679280.
HSL color Cylindrical-coordinate representation of color #B0A856: hue angle of 54.67º 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 #B0A856 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 86 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.31 |
| HSL | 54.67º | 0.36% | 0.51% | - |
| HSV(B) | 54.67º | 0.51% | 0.69% | - |
| XYZ | 33.59 | 37.91 | 14.35 | - |
| YUV | 161.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 86 | 0 | 0.05 | 0.51 | 0.31 | 54.67 | 0.36 | 0.51 |
| Hex | B0 | A8 | 56 | 0 | 5 | 33 | 1F | 37 | 24 | 33 |
| Octal | 260 | 250 | 126 | 0 | 5 | 63 | 37 | 67 | 44 | 63 |
| Binary | 10110000 | 10101000 | 1010110 | 0 | 101 | 110011 | 11111 | 110111 | 100100 | 110011 |
Color Harmonies of #B0A856
Complementary color
Monochromatic Colors of #B0A856
Black with #B0A856
Text Example
Text Example
White with #B0A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A856; }
p { color: rgb(176,168,86); }
H1.HeaderClassName
{
color: #B0A856;
}
.AnyTagClassName
{
color: #B0A856;
}
</style>
background-color css
<style>
a { background-color: #B0A856; }
a { background-color: rgb(176,168,86); }
div.DivClassName
{
background-color: #B0A856;
}
.BgClassName
{
background-color: #B0A856;
}
</style>
border-color css
<style>
span { border-color: #B0A856; }
span { border-color: rgb(176,168,86); }
td.TdClassName
{
border-color: #B0A856;
}
.TagClassName
{
border-color: #B0A856;
}
</style>