Shades of Olive Green #ACB15C
Tints of Olive Green #ACB15C
RGB
CMYK
RGB Variations
Color information
#ACB15C (or 0xACB15C) is known color: Olive Green. HEX triplet: AC, B1 and 5C. RGB value is (172,177,92). Sum of RGB (Red+Green+Blue) = 172+177+92=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15C is #534EA3. Grayscale: #A6A6A6. Windows color (decimal): -5459620 or 6074796. OLE color: 6074796.
HSL color Cylindrical-coordinate representation of color #ACB15C: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB15C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 92 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.31 |
| HSL | 63.53º | 0.35% | 0.53% | - |
| HSV(B) | 63.53º | 0.48% | 0.69% | - |
| XYZ | 34.67 | 40.99 | 16.21 | - |
| YUV | 165.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 92 | 0.03 | 0 | 0.48 | 0.31 | 63.53 | 0.35 | 0.53 |
| Hex | AC | B1 | 5C | 3 | 0 | 30 | 1F | 40 | 23 | 35 |
| Octal | 254 | 261 | 134 | 3 | 0 | 60 | 37 | 100 | 43 | 65 |
| Binary | 10101100 | 10110001 | 1011100 | 11 | 0 | 110000 | 11111 | 1000000 | 100011 | 110101 |
Color Harmonies of #ACB15C
Complementary color
Monochromatic Colors of #ACB15C
Black with #ACB15C
Text Example
Text Example
White with #ACB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB15C; }
p { color: rgb(172,177,92); }
H1.HeaderClassName
{
color: #ACB15C;
}
.AnyTagClassName
{
color: #ACB15C;
}
</style>
background-color css
<style>
a { background-color: #ACB15C; }
a { background-color: rgb(172,177,92); }
div.DivClassName
{
background-color: #ACB15C;
}
.BgClassName
{
background-color: #ACB15C;
}
</style>
border-color css
<style>
span { border-color: #ACB15C; }
span { border-color: rgb(172,177,92); }
td.TdClassName
{
border-color: #ACB15C;
}
.TagClassName
{
border-color: #ACB15C;
}
</style>