#ACAC55

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

Shades of Olive Green #ACAC55

Tints of Olive Green #ACAC55

Color information

#ACAC55 (or 0xACAC55) is unknown color: approx Olive Green. HEX triplet: AC, AC and 55. RGB value is (172,172,85). Sum of RGB (Red+Green+Blue) = 172+172+85=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC55 is #5353AA. Grayscale: #A2A2A2. Windows color (decimal): -5460907 or 5614764. OLE color: 5614764.

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

Color convert

RGB17217285-
CMYK000.510.33
HSL60º34.39%50.39%-
HSV(B)60º50.58%67.45%-
XYZ33.4138.9314.35-
YUV162.0884.5135.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=40.09%
G=40.09%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217285000.510.336034.3950.39
HexACAC550033213c2232
Octal254254125006341744262
Binary1010110010101100101010100110011100001111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC55; }

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

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

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

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

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

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

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

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