#ACAC5B

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

Shades of Olive Green #ACAC5B

Tints of Olive Green #ACAC5B

Color information

#ACAC5B (or 0xACAC5B) is unknown color: approx Olive Green. HEX triplet: AC, AC and 5B. RGB value is (172,172,91). Sum of RGB (Red+Green+Blue) = 172+172+91=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC5B is #5353A4. Grayscale: #A3A3A3. Windows color (decimal): -5460901 or 6007980. OLE color: 6007980.

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

Color convert

RGB17217291-
CMYK000.470.33
HSL60º32.79%51.57%-
HSV(B)60º47.09%67.45%-
XYZ33.6539.0315.66-
YUV162.7787.5134.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=39.54%
G=39.54%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217291000.470.336032.7951.57
HexACAC5B002F213c2134
Octal254254133005741744164
Binary1010110010101100101101100101111100001111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC5B; }

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

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

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

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

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

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

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

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