#86AC73

Color #86AC73 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #86AC73

Tints of Amulet #86AC73

Color information

#86AC73 (or 0x86AC73) is unknown color: approx Amulet. HEX triplet: 86, AC and 73. RGB value is (134,172,115). Sum of RGB (Red+Green+Blue) = 134+172+115=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC73 is #79538C. Grayscale: #9A9A9A. Windows color (decimal): -7951245 or 7580806. OLE color: 7580806.

HSL color Cylindrical-coordinate representation of color #86AC73: hue angle of 100º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86AC73 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB134172115-
CMYK0.2200.330.33
HSL100º25.56%56.27%-
HSV(B)100º33.14%67.45%-
XYZ27.6835.8121.67-
YUV154.14105.91113.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=31.83%
G=40.86%
B=27.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721150.2200.330.3310025.5656.27
Hex86AC731602121641a38
Octal20625416326041411443270
Binary10000110101011001110011101100100001100001110010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AC73; }

 p { color: rgb(134,172,115); }

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

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

 a { background-color: rgb(134,172,115); }

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

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

 span { border-color: rgb(134,172,115); }

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