Shades of Olive Green #B4AE59
Tints of Olive Green #B4AE59
RGB
CMYK
RGB Variations
Color information
#B4AE59 (or 0xB4AE59) is known color: Olive Green. HEX triplet: B4, AE and 59. RGB value is (180,174,89). Sum of RGB (Red+Green+Blue) = 180+174+89=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE59 is #4B51A6. Grayscale: #A6A6A6. Windows color (decimal): -4936103 or 5877428. OLE color: 5877428.
HSL color Cylindrical-coordinate representation of color #B4AE59: hue angle of 56.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4AE59 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 89 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.29 |
| HSL | 56.04º | 0.38% | 0.53% | - |
| HSV(B) | 56.04º | 0.51% | 0.71% | - |
| XYZ | 35.76 | 40.7 | 15.42 | - |
| YUV | 166.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 89 | 0 | 0.03 | 0.51 | 0.29 | 56.04 | 0.38 | 0.53 |
| Hex | B4 | AE | 59 | 0 | 3 | 33 | 1D | 38 | 26 | 35 |
| Octal | 264 | 256 | 131 | 0 | 3 | 63 | 35 | 70 | 46 | 65 |
| Binary | 10110100 | 10101110 | 1011001 | 0 | 11 | 110011 | 11101 | 111000 | 100110 | 110101 |
Color Harmonies of #B4AE59
Complementary color
Monochromatic Colors of #B4AE59
Black with #B4AE59
Text Example
Text Example
White with #B4AE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE59; }
p { color: rgb(180,174,89); }
H1.HeaderClassName
{
color: #B4AE59;
}
.AnyTagClassName
{
color: #B4AE59;
}
</style>
background-color css
<style>
a { background-color: #B4AE59; }
a { background-color: rgb(180,174,89); }
div.DivClassName
{
background-color: #B4AE59;
}
.BgClassName
{
background-color: #B4AE59;
}
</style>
border-color css
<style>
span { border-color: #B4AE59; }
span { border-color: rgb(180,174,89); }
td.TdClassName
{
border-color: #B4AE59;
}
.TagClassName
{
border-color: #B4AE59;
}
</style>