#86A46D

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

Shades of Amulet #86A46D

Tints of Amulet #86A46D

Color information

#86A46D (or 0x86A46D) is unknown color: approx Amulet. HEX triplet: 86, A4 and 6D. RGB value is (134,164,109). Sum of RGB (Red+Green+Blue) = 134+164+109=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #86A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A46D is #795B92. Grayscale: #949494. Windows color (decimal): -7953299 or 7185542. OLE color: 7185542.

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

Color convert

RGB134164109-
CMYK0.1800.340.36
HSL92.73º23.21%53.53%-
HSV(B)92.73º33.54%64.31%-
XYZ25.8732.7219.42-
YUV148.76105.56117.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=32.92%
G=40.29%
B=26.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641090.1800.340.3692.7323.2153.53
Hex86A46D12022245d1736
Octal20624415522042441352766
Binary10000110101001001101101100100100010100100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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