#ACAE58

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

Shades of Olive Green #ACAE58

Tints of Olive Green #ACAE58

Color information

#ACAE58 (or 0xACAE58) is unknown color: approx Olive Green. HEX triplet: AC, AE and 58. RGB value is (172,174,88). Sum of RGB (Red+Green+Blue) = 172+174+88=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE58 is #5351A7. Grayscale: #A3A3A3. Windows color (decimal): -5460392 or 5811884. OLE color: 5811884.

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

Color convert

RGB17217488-
CMYK0.0100.490.32
HSL61.4º34.68%51.37%-
HSV(B)61.4º49.43%68.24%-
XYZ33.9139.7515.12-
YUV163.685.34133.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=39.63%
G=40.09%
B=20.28%

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
Decimal172174880.0100.490.3261.434.6851.37
HexACAE581031203d2333
Octal254256130106140754363
Binary1010110010101110101100010110001100000111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE58; }

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

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

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

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

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

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

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

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