#86A56D

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

Shades of Amulet #86A56D

Tints of Amulet #86A56D

Color information

#86A56D (or 0x86A56D) is unknown color: approx Amulet. HEX triplet: 86, A5 and 6D. RGB value is (134,165,109). Sum of RGB (Red+Green+Blue) = 134+165+109=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #86A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A56D is #795A92. Grayscale: #959595. Windows color (decimal): -7953043 or 7185798. OLE color: 7185798.

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

Color convert

RGB134165109-
CMYK0.1900.340.35
HSL93.21º23.73%53.73%-
HSV(B)93.21º33.94%64.71%-
XYZ26.0533.0819.48-
YUV149.35105.23117.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=32.84%
G=40.44%
B=26.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341651090.1900.340.3593.2123.7353.73
Hex86A56D13022235d1836
Octal20624515523042431353066
Binary10000110101001011101101100110100010100011101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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