#86A36E

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

Shades of Amulet #86A36E

Tints of Amulet #86A36E

Color information

#86A36E (or 0x86A36E) is unknown color: approx Amulet. HEX triplet: 86, A3 and 6E. RGB value is (134,163,110). Sum of RGB (Red+Green+Blue) = 134+163+110=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #86A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A36E is #795C91. Grayscale: #949494. Windows color (decimal): -7953554 or 7250822. OLE color: 7250822.

HSL color Cylindrical-coordinate representation of color #86A36E: hue angle of 92.83º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A36E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB134163110-
CMYK0.1800.330.36
HSL92.83º22.36%53.53%-
HSV(B)92.83º32.52%63.92%-
XYZ25.7432.3919.65-
YUV148.29106.39117.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=32.92%
G=40.05%
B=27.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341631100.1800.330.3692.8322.3653.53
Hex86A36E12021245d1636
Octal20624315622041441352666
Binary10000110101000111101110100100100001100100101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,110); }

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

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

 a { background-color: rgb(134,163,110); }

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

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

 span { border-color: rgb(134,163,110); }

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