Shades of Olive Green #ACB462
Tints of Olive Green #ACB462
RGB
CMYK
RGB Variations
Color information
#ACB462 (or 0xACB462) is known color: Olive Green. HEX triplet: AC, B4 and 62. RGB value is (172,180,98). Sum of RGB (Red+Green+Blue) = 172+180+98=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB462 is #534B9D. Grayscale: #A8A8A8. Windows color (decimal): -5458846 or 6468780. OLE color: 6468780.
HSL color Cylindrical-coordinate representation of color #ACB462: hue angle of 65.85º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB462 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 98 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.29 |
| HSL | 65.85º | 0.35% | 0.55% | - |
| HSV(B) | 65.85º | 0.46% | 0.71% | - |
| XYZ | 35.54 | 42.3 | 17.85 | - |
| YUV | 168.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 98 | 0.04 | 0 | 0.46 | 0.29 | 65.85 | 0.35 | 0.55 |
| Hex | AC | B4 | 62 | 4 | 0 | 2E | 1D | 42 | 23 | 37 |
| Octal | 254 | 264 | 142 | 4 | 0 | 56 | 35 | 102 | 43 | 67 |
| Binary | 10101100 | 10110100 | 1100010 | 100 | 0 | 101110 | 11101 | 1000010 | 100011 | 110111 |
Color Harmonies of #ACB462
Complementary color
Monochromatic Colors of #ACB462
Black with #ACB462
Text Example
Text Example
White with #ACB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB462; }
p { color: rgb(172,180,98); }
H1.HeaderClassName
{
color: #ACB462;
}
.AnyTagClassName
{
color: #ACB462;
}
</style>
background-color css
<style>
a { background-color: #ACB462; }
a { background-color: rgb(172,180,98); }
div.DivClassName
{
background-color: #ACB462;
}
.BgClassName
{
background-color: #ACB462;
}
</style>
border-color css
<style>
span { border-color: #ACB462; }
span { border-color: rgb(172,180,98); }
td.TdClassName
{
border-color: #ACB462;
}
.TagClassName
{
border-color: #ACB462;
}
</style>