Shades of Olive Green #B0AD53
Tints of Olive Green #B0AD53
RGB
CMYK
RGB Variations
Color information
#B0AD53 (or 0xB0AD53) is known color: Olive Green. HEX triplet: B0, AD and 53. RGB value is (176,173,83). Sum of RGB (Red+Green+Blue) = 176+173+83=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD53 is #4F52AC. Grayscale: #A4A4A4. Windows color (decimal): -5198509 or 5483952. OLE color: 5483952.
HSL color Cylindrical-coordinate representation of color #B0AD53: hue angle of 58.06º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0AD53 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 83 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.31 |
| HSL | 58.06º | 0.37% | 0.51% | - |
| HSV(B) | 58.06º | 0.53% | 0.69% | - |
| XYZ | 34.41 | 39.74 | 14.04 | - |
| YUV | 163.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 83 | 0 | 0.02 | 0.53 | 0.31 | 58.06 | 0.37 | 0.51 |
| Hex | B0 | AD | 53 | 0 | 2 | 35 | 1F | 3A | 25 | 33 |
| Octal | 260 | 255 | 123 | 0 | 2 | 65 | 37 | 72 | 45 | 63 |
| Binary | 10110000 | 10101101 | 1010011 | 0 | 10 | 110101 | 11111 | 111010 | 100101 | 110011 |
Color Harmonies of #B0AD53
Complementary color
Monochromatic Colors of #B0AD53
Black with #B0AD53
Text Example
Text Example
White with #B0AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD53; }
p { color: rgb(176,173,83); }
H1.HeaderClassName
{
color: #B0AD53;
}
.AnyTagClassName
{
color: #B0AD53;
}
</style>
background-color css
<style>
a { background-color: #B0AD53; }
a { background-color: rgb(176,173,83); }
div.DivClassName
{
background-color: #B0AD53;
}
.BgClassName
{
background-color: #B0AD53;
}
</style>
border-color css
<style>
span { border-color: #B0AD53; }
span { border-color: rgb(176,173,83); }
td.TdClassName
{
border-color: #B0AD53;
}
.TagClassName
{
border-color: #B0AD53;
}
</style>