#86A56E

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

Shades of Amulet #86A56E

Tints of Amulet #86A56E

Color information

#86A56E (or 0x86A56E) is unknown color: approx Amulet. HEX triplet: 86, A5 and 6E. RGB value is (134,165,110). Sum of RGB (Red+Green+Blue) = 134+165+110=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #86A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A56E is #795A91. Grayscale: #959595. Windows color (decimal): -7953042 or 7251334. OLE color: 7251334.

HSL color Cylindrical-coordinate representation of color #86A56E: hue angle of 93.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A56E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB134165110-
CMYK0.1900.330.35
HSL93.82º23.4%53.92%-
HSV(B)93.82º33.33%64.71%-
XYZ26.133.119.77-
YUV149.46105.73116.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=32.76%
G=40.34%
B=26.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341651100.1900.330.3593.8223.453.92
Hex86A56E13021235e1736
Octal20624515623041431362766
Binary10000110101001011101110100110100001100011101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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