Shades of Olive Green #B4AD5A
Tints of Olive Green #B4AD5A
RGB
CMYK
RGB Variations
Color information
#B4AD5A (or 0xB4AD5A) is known color: Olive Green. HEX triplet: B4, AD and 5A. RGB value is (180,173,90). Sum of RGB (Red+Green+Blue) = 180+173+90=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD5A is #4B52A5. Grayscale: #A5A5A5. Windows color (decimal): -4936358 or 5942708. OLE color: 5942708.
HSL color Cylindrical-coordinate representation of color #B4AD5A: hue angle of 55.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4AD5A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 90 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.29 |
| HSL | 55.33º | 0.38% | 0.53% | - |
| HSV(B) | 55.33º | 0.5% | 0.71% | - |
| XYZ | 35.61 | 40.33 | 15.58 | - |
| YUV | 165.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 90 | 0 | 0.04 | 0.50 | 0.29 | 55.33 | 0.38 | 0.53 |
| Hex | B4 | AD | 5A | 0 | 4 | 32 | 1D | 37 | 26 | 35 |
| Octal | 264 | 255 | 132 | 0 | 4 | 62 | 35 | 67 | 46 | 65 |
| Binary | 10110100 | 10101101 | 1011010 | 0 | 100 | 110010 | 11101 | 110111 | 100110 | 110101 |
Color Harmonies of #B4AD5A
Complementary color
Monochromatic Colors of #B4AD5A
Black with #B4AD5A
Text Example
Text Example
White with #B4AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD5A; }
p { color: rgb(180,173,90); }
H1.HeaderClassName
{
color: #B4AD5A;
}
.AnyTagClassName
{
color: #B4AD5A;
}
</style>
background-color css
<style>
a { background-color: #B4AD5A; }
a { background-color: rgb(180,173,90); }
div.DivClassName
{
background-color: #B4AD5A;
}
.BgClassName
{
background-color: #B4AD5A;
}
</style>
border-color css
<style>
span { border-color: #B4AD5A; }
span { border-color: rgb(180,173,90); }
td.TdClassName
{
border-color: #B4AD5A;
}
.TagClassName
{
border-color: #B4AD5A;
}
</style>