#ACB457

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

Shades of Olive Green #ACB457

Tints of Olive Green #ACB457

Color information

#ACB457 (or 0xACB457) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 57. RGB value is (172,180,87). Sum of RGB (Red+Green+Blue) = 172+180+87=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB457 is #534BA8. Grayscale: #A7A7A7. Windows color (decimal): -5458857 or 5747884. OLE color: 5747884.

HSL color Cylindrical-coordinate representation of color #ACB457: hue angle of 65.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB457 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17218087-
CMYK0.0400.520.29
HSL65.16º38.27%52.35%-
HSV(B)65.16º51.67%70.59%-
XYZ35.0542.115.3-
YUV167.0182.85131.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 87 (34.38% from 255) = 19.82%
R=39.18%
G=41.00%
B=19.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172180870.0400.520.2965.1638.2752.35
HexACB45740341D412634
Octal2542641274064351014664
Binary101011001011010010101111000110100111011000001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB457; }

 p { color: rgb(172,180,87); }

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

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

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

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

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

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

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