#ACAE65

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

Shades of Olive Green #ACAE65

Tints of Olive Green #ACAE65

Color information

#ACAE65 (or 0xACAE65) is unknown color: approx Olive Green. HEX triplet: AC, AE and 65. RGB value is (172,174,101). Sum of RGB (Red+Green+Blue) = 172+174+101=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE65 is #53519A. Grayscale: #A5A5A5. Windows color (decimal): -5460379 or 6663852. OLE color: 6663852.

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

Color convert

RGB172174101-
CMYK0.0100.420.32
HSL61.64º31.06%53.92%-
HSV(B)61.64º41.95%68.24%-
XYZ34.539.9818.21-
YUV165.0891.84132.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=38.48%
G=38.93%
B=22.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741010.0100.420.3261.6431.0653.92
HexACAE65102A203e1f36
Octal254256145105240763766
Binary101011001010111011001011010101010000011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE65; }

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

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

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

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

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

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

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

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