#86A26F

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

Shades of Amulet #86A26F

Tints of Amulet #86A26F

Color information

#86A26F (or 0x86A26F) is unknown color: approx Amulet. HEX triplet: 86, A2 and 6F. RGB value is (134,162,111). Sum of RGB (Red+Green+Blue) = 134+162+111=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #86A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A26F is #795D90. Grayscale: #939393. Windows color (decimal): -7953809 or 7316102. OLE color: 7316102.

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

Color convert

RGB134162111-
CMYK0.1700.310.36
HSL92.94º21.52%53.53%-
HSV(B)92.94º31.48%63.53%-
XYZ25.6232.0619.88-
YUV147.81107.22118.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=32.92%
G=39.80%
B=27.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341621110.1700.310.3692.9421.5253.53
Hex86A26F1101F245d1636
Octal20624215721037441352666
Binary1000011010100010110111110001011111100100101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,111); }

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

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

 a { background-color: rgb(134,162,111); }

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

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

 span { border-color: rgb(134,162,111); }

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