#86A86D

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

Shades of Amulet #86A86D

Tints of Amulet #86A86D

Color information

#86A86D (or 0x86A86D) is unknown color: approx Amulet. HEX triplet: 86, A8 and 6D. RGB value is (134,168,109). Sum of RGB (Red+Green+Blue) = 134+168+109=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #86A86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A86D is #795792. Grayscale: #979797. Windows color (decimal): -7952275 or 7186566. OLE color: 7186566.

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

Color convert

RGB134168109-
CMYK0.2000.350.34
HSL94.58º25.32%54.31%-
HSV(B)94.58º35.12%65.88%-
XYZ26.5934.1819.66-
YUV151.11104.24115.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=32.60%
G=40.88%
B=26.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341681090.2000.350.3494.5825.3254.31
Hex86A86D14023225f1936
Octal20625015524043421373166
Binary10000110101010001101101101000100011100010101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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