Shades of Olive Green #ACB15D
Tints of Olive Green #ACB15D
RGB
CMYK
RGB Variations
Color information
#ACB15D (or 0xACB15D) is known color: Olive Green. HEX triplet: AC, B1 and 5D. RGB value is (172,177,93). Sum of RGB (Red+Green+Blue) = 172+177+93=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15D is #534EA2. Grayscale: #A6A6A6. Windows color (decimal): -5459619 or 6140332. OLE color: 6140332.
HSL color Cylindrical-coordinate representation of color #ACB15D: hue angle of 63.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB15D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 93 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.31 |
| HSL | 63.57º | 0.35% | 0.53% | - |
| HSV(B) | 63.57º | 0.47% | 0.69% | - |
| XYZ | 34.71 | 41.01 | 16.44 | - |
| YUV | 165.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 93 | 0.03 | 0 | 0.47 | 0.31 | 63.57 | 0.35 | 0.53 |
| Hex | AC | B1 | 5D | 3 | 0 | 2F | 1F | 40 | 23 | 35 |
| Octal | 254 | 261 | 135 | 3 | 0 | 57 | 37 | 100 | 43 | 65 |
| Binary | 10101100 | 10110001 | 1011101 | 11 | 0 | 101111 | 11111 | 1000000 | 100011 | 110101 |
Color Harmonies of #ACB15D
Complementary color
Monochromatic Colors of #ACB15D
Black with #ACB15D
Text Example
Text Example
White with #ACB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB15D; }
p { color: rgb(172,177,93); }
H1.HeaderClassName
{
color: #ACB15D;
}
.AnyTagClassName
{
color: #ACB15D;
}
</style>
background-color css
<style>
a { background-color: #ACB15D; }
a { background-color: rgb(172,177,93); }
div.DivClassName
{
background-color: #ACB15D;
}
.BgClassName
{
background-color: #ACB15D;
}
</style>
border-color css
<style>
span { border-color: #ACB15D; }
span { border-color: rgb(172,177,93); }
td.TdClassName
{
border-color: #ACB15D;
}
.TagClassName
{
border-color: #ACB15D;
}
</style>