#ACAE68

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

Shades of Olive Green #ACAE68

Tints of Olive Green #ACAE68

Color information

#ACAE68 (or 0xACAE68) is unknown color: approx Olive Green. HEX triplet: AC, AE and 68. RGB value is (172,174,104). Sum of RGB (Red+Green+Blue) = 172+174+104=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE68 is #535197. Grayscale: #A5A5A5. Windows color (decimal): -5460376 or 6860460. OLE color: 6860460.

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

Color convert

RGB172174104-
CMYK0.0100.400.32
HSL61.71º30.17%54.51%-
HSV(B)61.71º40.23%68.24%-
XYZ34.6540.0419-
YUV165.4293.34132.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=38.22%
G=38.67%
B=23.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741040.0100.400.3261.7130.1754.51
HexACAE681028203e1e37
Octal254256150105040763667
Binary101011001010111011010001010100010000011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE68; }

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

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

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

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

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

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

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

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