#ACAD63

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

Shades of Olive Green #ACAD63

Tints of Olive Green #ACAD63

Color information

#ACAD63 (or 0xACAD63) is unknown color: approx Olive Green. HEX triplet: AC, AD and 63. RGB value is (172,173,99). Sum of RGB (Red+Green+Blue) = 172+173+99=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD63 is #53529C. Grayscale: #A4A4A4. Windows color (decimal): -5460637 or 6532524. OLE color: 6532524.

HSL color Cylindrical-coordinate representation of color #ACAD63: hue angle of 60.81º 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 #ACAD63 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17217399-
CMYK0.0100.430.32
HSL60.81º31.09%53.33%-
HSV(B)60.81º42.77%67.84%-
XYZ34.2139.5617.64-
YUV164.2691.17133.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=38.74%
G=38.96%
B=22.30%

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
Decimal172173990.0100.430.3260.8131.0953.33
HexACAD63102B203d1f35
Octal254255143105340753765
Binary101011001010110111000111010101110000011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD63; }

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

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

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

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

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

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

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

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