Shades of Olive Green #B5AD54
Tints of Olive Green #B5AD54
RGB
CMYK
RGB Variations
Color information
#B5AD54 (or 0xB5AD54) is known color: Olive Green. HEX triplet: B5, AD and 54. RGB value is (181,173,84). Sum of RGB (Red+Green+Blue) = 181+173+84=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD54 is #4A52AB. Grayscale: #A5A5A5. Windows color (decimal): -4870828 or 5549493. OLE color: 5549493.
HSL color Cylindrical-coordinate representation of color #B5AD54: hue angle of 55.05º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5AD54 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 84 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.29 |
| HSL | 55.05º | 0.4% | 0.52% | - |
| HSV(B) | 55.05º | 0.54% | 0.71% | - |
| XYZ | 35.6 | 40.35 | 14.3 | - |
| YUV | 165.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 84 | 0 | 0.04 | 0.54 | 0.29 | 55.05 | 0.4 | 0.52 |
| Hex | B5 | AD | 54 | 0 | 4 | 36 | 1D | 37 | 28 | 34 |
| Octal | 265 | 255 | 124 | 0 | 4 | 66 | 35 | 67 | 50 | 64 |
| Binary | 10110101 | 10101101 | 1010100 | 0 | 100 | 110110 | 11101 | 110111 | 101000 | 110100 |
Color Harmonies of #B5AD54
Complementary color
Monochromatic Colors of #B5AD54
Black with #B5AD54
Text Example
Text Example
White with #B5AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD54; }
p { color: rgb(181,173,84); }
H1.HeaderClassName
{
color: #B5AD54;
}
.AnyTagClassName
{
color: #B5AD54;
}
</style>
background-color css
<style>
a { background-color: #B5AD54; }
a { background-color: rgb(181,173,84); }
div.DivClassName
{
background-color: #B5AD54;
}
.BgClassName
{
background-color: #B5AD54;
}
</style>
border-color css
<style>
span { border-color: #B5AD54; }
span { border-color: rgb(181,173,84); }
td.TdClassName
{
border-color: #B5AD54;
}
.TagClassName
{
border-color: #B5AD54;
}
</style>