Shades of Olive Green #ACB15A
Tints of Olive Green #ACB15A
RGB
CMYK
RGB Variations
Color information
#ACB15A (or 0xACB15A) is known color: Olive Green. HEX triplet: AC, B1 and 5A. RGB value is (172,177,90). Sum of RGB (Red+Green+Blue) = 172+177+90=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15A is #534EA5. Grayscale: #A5A5A5. Windows color (decimal): -5459622 or 5943724. OLE color: 5943724.
HSL color Cylindrical-coordinate representation of color #ACB15A: hue angle of 63.45º degrees, saturation: 0.36, 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 #ACB15A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 90 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.31 |
| HSL | 63.45º | 0.36% | 0.52% | - |
| HSV(B) | 63.45º | 0.49% | 0.69% | - |
| XYZ | 34.58 | 40.95 | 15.76 | - |
| YUV | 165.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 90 | 0.03 | 0 | 0.49 | 0.31 | 63.45 | 0.36 | 0.52 |
| Hex | AC | B1 | 5A | 3 | 0 | 31 | 1F | 3F | 24 | 34 |
| Octal | 254 | 261 | 132 | 3 | 0 | 61 | 37 | 77 | 44 | 64 |
| Binary | 10101100 | 10110001 | 1011010 | 11 | 0 | 110001 | 11111 | 111111 | 100100 | 110100 |
Color Harmonies of #ACB15A
Complementary color
Monochromatic Colors of #ACB15A
Black with #ACB15A
Text Example
Text Example
White with #ACB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB15A; }
p { color: rgb(172,177,90); }
H1.HeaderClassName
{
color: #ACB15A;
}
.AnyTagClassName
{
color: #ACB15A;
}
</style>
background-color css
<style>
a { background-color: #ACB15A; }
a { background-color: rgb(172,177,90); }
div.DivClassName
{
background-color: #ACB15A;
}
.BgClassName
{
background-color: #ACB15A;
}
</style>
border-color css
<style>
span { border-color: #ACB15A; }
span { border-color: rgb(172,177,90); }
td.TdClassName
{
border-color: #ACB15A;
}
.TagClassName
{
border-color: #ACB15A;
}
</style>