Shades of Olive Green #B0AD5A
Tints of Olive Green #B0AD5A
RGB
CMYK
RGB Variations
Color information
#B0AD5A (or 0xB0AD5A) is known color: Olive Green. HEX triplet: B0, AD and 5A. RGB value is (176,173,90). Sum of RGB (Red+Green+Blue) = 176+173+90=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD5A is #4F52A5. Grayscale: #A4A4A4. Windows color (decimal): -5198502 or 5942704. OLE color: 5942704.
HSL color Cylindrical-coordinate representation of color #B0AD5A: hue angle of 57.91º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0AD5A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 90 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.31 |
| HSL | 57.91º | 0.35% | 0.52% | - |
| HSV(B) | 57.91º | 0.49% | 0.69% | - |
| XYZ | 34.69 | 39.86 | 15.54 | - |
| YUV | 164.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 90 | 0 | 0.02 | 0.49 | 0.31 | 57.91 | 0.35 | 0.52 |
| Hex | B0 | AD | 5A | 0 | 2 | 31 | 1F | 3A | 23 | 34 |
| Octal | 260 | 255 | 132 | 0 | 2 | 61 | 37 | 72 | 43 | 64 |
| Binary | 10110000 | 10101101 | 1011010 | 0 | 10 | 110001 | 11111 | 111010 | 100011 | 110100 |
Color Harmonies of #B0AD5A
Complementary color
Monochromatic Colors of #B0AD5A
Black with #B0AD5A
Text Example
Text Example
White with #B0AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD5A; }
p { color: rgb(176,173,90); }
H1.HeaderClassName
{
color: #B0AD5A;
}
.AnyTagClassName
{
color: #B0AD5A;
}
</style>
background-color css
<style>
a { background-color: #B0AD5A; }
a { background-color: rgb(176,173,90); }
div.DivClassName
{
background-color: #B0AD5A;
}
.BgClassName
{
background-color: #B0AD5A;
}
</style>
border-color css
<style>
span { border-color: #B0AD5A; }
span { border-color: rgb(176,173,90); }
td.TdClassName
{
border-color: #B0AD5A;
}
.TagClassName
{
border-color: #B0AD5A;
}
</style>