#ACAC64

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

Shades of Olive Green #ACAC64

Tints of Olive Green #ACAC64

Color information

#ACAC64 (or 0xACAC64) is unknown color: approx Olive Green. HEX triplet: AC, AC and 64. RGB value is (172,172,100). Sum of RGB (Red+Green+Blue) = 172+172+100=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC64 is #53539B. Grayscale: #A4A4A4. Windows color (decimal): -5460892 or 6597804. OLE color: 6597804.

HSL color Cylindrical-coordinate representation of color #ACAC64: hue angle of 60º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACAC64 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB172172100-
CMYK000.420.33
HSL60º30.25%53.33%-
HSV(B)60º41.86%67.45%-
XYZ34.0739.217.83-
YUV163.7992133.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=38.74%
G=38.74%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172100000.420.336030.2553.33
HexACAC64002A213c1e35
Octal254254144005241743665
Binary101011001010110011001000010101010000111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC64; }

 p { color: rgb(172,172,100); }

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

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

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

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

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

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

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