Shades of Olive Green #ACBC64
Tints of Olive Green #ACBC64
RGB
CMYK
RGB Variations
Color information
#ACBC64 (or 0xACBC64) is known color: Olive Green. HEX triplet: AC, BC and 64. RGB value is (172,188,100). Sum of RGB (Red+Green+Blue) = 172+188+100=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC64 is #53439B. Grayscale: #ADADAD. Windows color (decimal): -5456796 or 6601900. OLE color: 6601900.
HSL color Cylindrical-coordinate representation of color #ACBC64: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACBC64 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 100 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.26 |
| HSL | 70.91º | 0.4% | 0.56% | - |
| HSV(B) | 70.91º | 0.47% | 0.74% | - |
| XYZ | 37.3 | 45.66 | 18.9 | - |
| YUV | 173.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 100 | 0.09 | 0 | 0.47 | 0.26 | 70.91 | 0.4 | 0.56 |
| Hex | AC | BC | 64 | 9 | 0 | 2F | 1A | 47 | 28 | 38 |
| Octal | 254 | 274 | 144 | 11 | 0 | 57 | 32 | 107 | 50 | 70 |
| Binary | 10101100 | 10111100 | 1100100 | 1001 | 0 | 101111 | 11010 | 1000111 | 101000 | 111000 |
Color Harmonies of #ACBC64
Complementary color
Monochromatic Colors of #ACBC64
Black with #ACBC64
Text Example
Text Example
White with #ACBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC64; }
p { color: rgb(172,188,100); }
H1.HeaderClassName
{
color: #ACBC64;
}
.AnyTagClassName
{
color: #ACBC64;
}
</style>
background-color css
<style>
a { background-color: #ACBC64; }
a { background-color: rgb(172,188,100); }
div.DivClassName
{
background-color: #ACBC64;
}
.BgClassName
{
background-color: #ACBC64;
}
</style>
border-color css
<style>
span { border-color: #ACBC64; }
span { border-color: rgb(172,188,100); }
td.TdClassName
{
border-color: #ACBC64;
}
.TagClassName
{
border-color: #ACBC64;
}
</style>