#86B476

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

Shades of Amulet #86B476

Tints of Amulet #86B476

Color information

#86B476 (or 0x86B476) is unknown color: approx Amulet. HEX triplet: 86, B4 and 76. RGB value is (134,180,118). Sum of RGB (Red+Green+Blue) = 134+180+118=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #86B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B476 is #794B89. Grayscale: #9F9F9F. Windows color (decimal): -7949194 or 7779462. OLE color: 7779462.

HSL color Cylindrical-coordinate representation of color #86B476: hue angle of 104.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86B476 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB134180118-
CMYK0.2600.340.29
HSL104.52º29.25%58.43%-
HSV(B)104.52º34.44%70.59%-
XYZ29.4239.0223.12-
YUV159.18104.76110.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=31.02%
G=41.67%
B=27.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801180.2600.340.29104.5229.2558.43
Hex86B4761A0221D691d3a
Octal20626416632042351513572
Binary1000011010110100111011011010010001011101110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,118); }

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

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

 a { background-color: rgb(134,180,118); }

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

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

 span { border-color: rgb(134,180,118); }

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