Shades of Olive Green #ACB05A
Tints of Olive Green #ACB05A
RGB
CMYK
RGB Variations
Color information
#ACB05A (or 0xACB05A) is known color: Olive Green. HEX triplet: AC, B0 and 5A. RGB value is (172,176,90). Sum of RGB (Red+Green+Blue) = 172+176+90=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB05A is #534FA5. Grayscale: #A5A5A5. Windows color (decimal): -5459878 or 5943468. OLE color: 5943468.
HSL color Cylindrical-coordinate representation of color #ACB05A: hue angle of 62.79º degrees, saturation: 0.35, 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 #ACB05A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 90 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.31 |
| HSL | 62.79º | 0.35% | 0.52% | - |
| HSV(B) | 62.79º | 0.49% | 0.69% | - |
| XYZ | 34.38 | 40.56 | 15.69 | - |
| YUV | 165 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 90 | 0.02 | 0 | 0.49 | 0.31 | 62.79 | 0.35 | 0.52 |
| Hex | AC | B0 | 5A | 2 | 0 | 31 | 1F | 3F | 23 | 34 |
| Octal | 254 | 260 | 132 | 2 | 0 | 61 | 37 | 77 | 43 | 64 |
| Binary | 10101100 | 10110000 | 1011010 | 10 | 0 | 110001 | 11111 | 111111 | 100011 | 110100 |
Color Harmonies of #ACB05A
Complementary color
Monochromatic Colors of #ACB05A
Black with #ACB05A
Text Example
Text Example
White with #ACB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB05A; }
p { color: rgb(172,176,90); }
H1.HeaderClassName
{
color: #ACB05A;
}
.AnyTagClassName
{
color: #ACB05A;
}
</style>
background-color css
<style>
a { background-color: #ACB05A; }
a { background-color: rgb(172,176,90); }
div.DivClassName
{
background-color: #ACB05A;
}
.BgClassName
{
background-color: #ACB05A;
}
</style>
border-color css
<style>
span { border-color: #ACB05A; }
span { border-color: rgb(172,176,90); }
td.TdClassName
{
border-color: #ACB05A;
}
.TagClassName
{
border-color: #ACB05A;
}
</style>