Shades of Olive Green #ACBA5C
Tints of Olive Green #ACBA5C
RGB
CMYK
RGB Variations
Color information
#ACBA5C (or 0xACBA5C) is known color: Olive Green. HEX triplet: AC, BA and 5C. RGB value is (172,186,92). Sum of RGB (Red+Green+Blue) = 172+186+92=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA5C is #5345A3. Grayscale: #ABABAB. Windows color (decimal): -5457316 or 6077100. OLE color: 6077100.
HSL color Cylindrical-coordinate representation of color #ACBA5C: hue angle of 68.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACBA5C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 92 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.27 |
| HSL | 68.94º | 0.41% | 0.55% | - |
| HSV(B) | 68.94º | 0.51% | 0.73% | - |
| XYZ | 36.5 | 44.66 | 16.82 | - |
| YUV | 171.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 92 | 0.08 | 0 | 0.51 | 0.27 | 68.94 | 0.41 | 0.55 |
| Hex | AC | BA | 5C | 8 | 0 | 33 | 1B | 45 | 29 | 37 |
| Octal | 254 | 272 | 134 | 10 | 0 | 63 | 33 | 105 | 51 | 67 |
| Binary | 10101100 | 10111010 | 1011100 | 1000 | 0 | 110011 | 11011 | 1000101 | 101001 | 110111 |
Color Harmonies of #ACBA5C
Complementary color
Monochromatic Colors of #ACBA5C
Black with #ACBA5C
Text Example
Text Example
White with #ACBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA5C; }
p { color: rgb(172,186,92); }
H1.HeaderClassName
{
color: #ACBA5C;
}
.AnyTagClassName
{
color: #ACBA5C;
}
</style>
background-color css
<style>
a { background-color: #ACBA5C; }
a { background-color: rgb(172,186,92); }
div.DivClassName
{
background-color: #ACBA5C;
}
.BgClassName
{
background-color: #ACBA5C;
}
</style>
border-color css
<style>
span { border-color: #ACBA5C; }
span { border-color: rgb(172,186,92); }
td.TdClassName
{
border-color: #ACBA5C;
}
.TagClassName
{
border-color: #ACBA5C;
}
</style>