Shades of Olive Green #B0AD54
Tints of Olive Green #B0AD54
RGB
CMYK
RGB Variations
Color information
#B0AD54 (or 0xB0AD54) is known color: Olive Green. HEX triplet: B0, AD and 54. RGB value is (176,173,84). Sum of RGB (Red+Green+Blue) = 176+173+84=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD54 is #4F52AB. Grayscale: #A4A4A4. Windows color (decimal): -5198508 or 5549488. OLE color: 5549488.
HSL color Cylindrical-coordinate representation of color #B0AD54: hue angle of 58.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0AD54 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 84 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.31 |
| HSL | 58.04º | 0.37% | 0.51% | - |
| HSV(B) | 58.04º | 0.52% | 0.69% | - |
| XYZ | 34.45 | 39.76 | 14.25 | - |
| YUV | 163.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 84 | 0 | 0.02 | 0.52 | 0.31 | 58.04 | 0.37 | 0.51 |
| Hex | B0 | AD | 54 | 0 | 2 | 34 | 1F | 3A | 25 | 33 |
| Octal | 260 | 255 | 124 | 0 | 2 | 64 | 37 | 72 | 45 | 63 |
| Binary | 10110000 | 10101101 | 1010100 | 0 | 10 | 110100 | 11111 | 111010 | 100101 | 110011 |
Color Harmonies of #B0AD54
Complementary color
Monochromatic Colors of #B0AD54
Black with #B0AD54
Text Example
Text Example
White with #B0AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD54; }
p { color: rgb(176,173,84); }
H1.HeaderClassName
{
color: #B0AD54;
}
.AnyTagClassName
{
color: #B0AD54;
}
</style>
background-color css
<style>
a { background-color: #B0AD54; }
a { background-color: rgb(176,173,84); }
div.DivClassName
{
background-color: #B0AD54;
}
.BgClassName
{
background-color: #B0AD54;
}
</style>
border-color css
<style>
span { border-color: #B0AD54; }
span { border-color: rgb(176,173,84); }
td.TdClassName
{
border-color: #B0AD54;
}
.TagClassName
{
border-color: #B0AD54;
}
</style>