#ACAE59

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

Shades of Olive Green #ACAE59

Tints of Olive Green #ACAE59

Color information

#ACAE59 (or 0xACAE59) is unknown color: approx Olive Green. HEX triplet: AC, AE and 59. RGB value is (172,174,89). Sum of RGB (Red+Green+Blue) = 172+174+89=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE59 is #5351A6. Grayscale: #A4A4A4. Windows color (decimal): -5460391 or 5877420. OLE color: 5877420.

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

Color convert

RGB17217489-
CMYK0.0100.490.32
HSL61.41º34.41%51.57%-
HSV(B)61.41º48.85%68.24%-
XYZ33.9539.7615.34-
YUV163.7185.84133.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 20.46%
R=39.54%
G=40%
B=20.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174890.0100.490.3261.4134.4151.57
HexACAE591031203d2234
Octal254256131106140754264
Binary1010110010101110101100110110001100000111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE59; }

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

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

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

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

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

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

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

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