#ACAE57

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

Shades of Olive Green #ACAE57

Tints of Olive Green #ACAE57

Color information

#ACAE57 (or 0xACAE57) is unknown color: approx Olive Green. HEX triplet: AC, AE and 57. RGB value is (172,174,87). Sum of RGB (Red+Green+Blue) = 172+174+87=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE57 is #5351A8. Grayscale: #A3A3A3. Windows color (decimal): -5460393 or 5746348. OLE color: 5746348.

HSL color Cylindrical-coordinate representation of color #ACAE57: hue angle of 61.38º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACAE57 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17217487-
CMYK0.0100.50.32
HSL61.38º34.94%51.18%-
HSV(B)61.38º50%68.24%-
XYZ33.8739.7314.9-
YUV163.4884.84134.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=39.72%
G=40.18%
B=20.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174870.0100.50.3261.3834.9451.18
HexACAE571032203d2333
Octal254256127106240754363
Binary1010110010101110101011110110010100000111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE57; }

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

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

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

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

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

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

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

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