Shades of Olive Green #B0AD52
Tints of Olive Green #B0AD52
RGB
CMYK
RGB Variations
Color information
#B0AD52 (or 0xB0AD52) is known color: Olive Green. HEX triplet: B0, AD and 52. RGB value is (176,173,82). Sum of RGB (Red+Green+Blue) = 176+173+82=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD52 is #4F52AD. Grayscale: #A3A3A3. Windows color (decimal): -5198510 or 5418416. OLE color: 5418416.
HSL color Cylindrical-coordinate representation of color #B0AD52: hue angle of 58.09º 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 #B0AD52 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 82 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.31 |
| HSL | 58.09º | 0.37% | 0.51% | - |
| HSV(B) | 58.09º | 0.53% | 0.69% | - |
| XYZ | 34.37 | 39.73 | 13.84 | - |
| YUV | 163.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 82 | 0 | 0.02 | 0.53 | 0.31 | 58.09 | 0.37 | 0.51 |
| Hex | B0 | AD | 52 | 0 | 2 | 35 | 1F | 3A | 25 | 33 |
| Octal | 260 | 255 | 122 | 0 | 2 | 65 | 37 | 72 | 45 | 63 |
| Binary | 10110000 | 10101101 | 1010010 | 0 | 10 | 110101 | 11111 | 111010 | 100101 | 110011 |
Color Harmonies of #B0AD52
Complementary color
Monochromatic Colors of #B0AD52
Black with #B0AD52
Text Example
Text Example
White with #B0AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD52; }
p { color: rgb(176,173,82); }
H1.HeaderClassName
{
color: #B0AD52;
}
.AnyTagClassName
{
color: #B0AD52;
}
</style>
background-color css
<style>
a { background-color: #B0AD52; }
a { background-color: rgb(176,173,82); }
div.DivClassName
{
background-color: #B0AD52;
}
.BgClassName
{
background-color: #B0AD52;
}
</style>
border-color css
<style>
span { border-color: #B0AD52; }
span { border-color: rgb(176,173,82); }
td.TdClassName
{
border-color: #B0AD52;
}
.TagClassName
{
border-color: #B0AD52;
}
</style>