#ACAD62

Color #ACAD62 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACAD62

Tints of Olive Green #ACAD62

Color information

#ACAD62 (or 0xACAD62) is unknown color: approx Olive Green. HEX triplet: AC, AD and 62. RGB value is (172,173,98). Sum of RGB (Red+Green+Blue) = 172+173+98=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD62 is #53529D. Grayscale: #A4A4A4. Windows color (decimal): -5460638 or 6466988. OLE color: 6466988.

HSL color Cylindrical-coordinate representation of color #ACAD62: hue angle of 60.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACAD62 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17217398-
CMYK0.0100.430.32
HSL60.8º31.38%53.14%-
HSV(B)60.8º43.35%67.84%-
XYZ34.1639.5417.39-
YUV164.1590.67133.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=38.83%
G=39.05%
B=22.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173980.0100.430.3260.831.3853.14
HexACAD62102B203d1f35
Octal254255142105340753765
Binary101011001010110111000101010101110000011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD62; }

 p { color: rgb(172,173,98); }

 H1.HeaderClassName
 {
   color: #ACAD62;
 }
 .AnyTagClassName
 {
   color: #ACAD62;
 }
</style>
background-color css

<style>
 a { background-color: #ACAD62; }

 a { background-color: rgb(172,173,98); }

 div.DivClassName
 {
   background-color: #ACAD62;
 }
 .BgClassName
 {
   background-color: #ACAD62;
 }
</style>
border-color css

<style>
 span { border-color: #ACAD62; }

 span { border-color: rgb(172,173,98); }

 td.TdClassName
 {
   border-color: #ACAD62;
 }
 .TagClassName
 {
   border-color: #ACAD62;
 }
</style>