Shades of Olive Green #B4AA53
Tints of Olive Green #B4AA53
RGB
CMYK
RGB Variations
Color information
#B4AA53 (or 0xB4AA53) is known color: Olive Green. HEX triplet: B4, AA and 53. RGB value is (180,170,83). Sum of RGB (Red+Green+Blue) = 180+170+83=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA53 is #4B55AC. Grayscale: #A3A3A3. Windows color (decimal): -4937133 or 5483188. OLE color: 5483188.
HSL color Cylindrical-coordinate representation of color #B4AA53: hue angle of 53.81º degrees, saturation: 0.39, 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 #B4AA53 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 83 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.29 |
| HSL | 53.81º | 0.39% | 0.52% | - |
| HSV(B) | 53.81º | 0.54% | 0.71% | - |
| XYZ | 34.76 | 39.08 | 13.89 | - |
| YUV | 163.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 83 | 0 | 0.06 | 0.54 | 0.29 | 53.81 | 0.39 | 0.52 |
| Hex | B4 | AA | 53 | 0 | 6 | 36 | 1D | 36 | 27 | 34 |
| Octal | 264 | 252 | 123 | 0 | 6 | 66 | 35 | 66 | 47 | 64 |
| Binary | 10110100 | 10101010 | 1010011 | 0 | 110 | 110110 | 11101 | 110110 | 100111 | 110100 |
Color Harmonies of #B4AA53
Complementary color
Monochromatic Colors of #B4AA53
Black with #B4AA53
Text Example
Text Example
White with #B4AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA53; }
p { color: rgb(180,170,83); }
H1.HeaderClassName
{
color: #B4AA53;
}
.AnyTagClassName
{
color: #B4AA53;
}
</style>
background-color css
<style>
a { background-color: #B4AA53; }
a { background-color: rgb(180,170,83); }
div.DivClassName
{
background-color: #B4AA53;
}
.BgClassName
{
background-color: #B4AA53;
}
</style>
border-color css
<style>
span { border-color: #B4AA53; }
span { border-color: rgb(180,170,83); }
td.TdClassName
{
border-color: #B4AA53;
}
.TagClassName
{
border-color: #B4AA53;
}
</style>