#ACAC66

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

Shades of Olive Green #ACAC66

Tints of Olive Green #ACAC66

Color information

#ACAC66 (or 0xACAC66) is unknown color: approx Olive Green. HEX triplet: AC, AC and 66. RGB value is (172,172,102). Sum of RGB (Red+Green+Blue) = 172+172+102=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC66 is #535399. Grayscale: #A4A4A4. Windows color (decimal): -5460890 or 6728876. OLE color: 6728876.

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

Color convert

RGB172172102-
CMYK000.410.33
HSL60º29.66%53.73%-
HSV(B)60º40.7%67.45%-
XYZ34.1639.2418.34-
YUV164.0293133.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=38.57%
G=38.57%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172102000.410.336029.6653.73
HexACAC660029213c1e36
Octal254254146005141743666
Binary101011001010110011001100010100110000111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC66; }

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

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

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

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

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

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

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

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