#ACAB5C

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

Shades of Olive Green #ACAB5C

Tints of Olive Green #ACAB5C

Color information

#ACAB5C (or 0xACAB5C) is unknown color: approx Olive Green. HEX triplet: AC, AB and 5C. RGB value is (172,171,92). Sum of RGB (Red+Green+Blue) = 172+171+92=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB5C is #5354A3. Grayscale: #A2A2A2. Windows color (decimal): -5461156 or 6073260. OLE color: 6073260.

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

Color convert

RGB17217192-
CMYK00.010.470.33
HSL59.25º32.52%51.76%-
HSV(B)59.25º46.51%67.45%-
XYZ33.5138.6715.82-
YUV162.2988.33134.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=39.54%
G=39.31%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721719200.010.470.3359.2532.5251.76
HexACAB5C012F213b2134
Octal254253134015741734164
Binary1010110010101011101110001101111100001111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB5C; }

 p { color: rgb(172,171,92); }

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

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

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

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

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

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

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