#ACAE61

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

Shades of Olive Green #ACAE61

Tints of Olive Green #ACAE61

Color information

#ACAE61 (or 0xACAE61) is unknown color: approx Olive Green. HEX triplet: AC, AE and 61. RGB value is (172,174,97). Sum of RGB (Red+Green+Blue) = 172+174+97=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE61 is #53519E. Grayscale: #A4A4A4. Windows color (decimal): -5460383 or 6401708. OLE color: 6401708.

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

Color convert

RGB17217497-
CMYK0.0100.440.32
HSL61.56º32.22%53.14%-
HSV(B)61.56º44.25%68.24%-
XYZ34.3139.9117.2-
YUV164.6289.84133.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=38.83%
G=39.28%
B=21.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174970.0100.440.3261.5632.2253.14
HexACAE61102C203e2035
Octal254256141105440764065
Binary1010110010101110110000110101100100000111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE61; }

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

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

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

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

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

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

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

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