#86A272

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

Shades of Amulet #86A272

Tints of Amulet #86A272

Color information

#86A272 (or 0x86A272) is unknown color: approx Amulet. HEX triplet: 86, A2 and 72. RGB value is (134,162,114). Sum of RGB (Red+Green+Blue) = 134+162+114=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #86A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A272 is #795D8D. Grayscale: #949494. Windows color (decimal): -7953806 or 7512710. OLE color: 7512710.

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

Color convert

RGB134162114-
CMYK0.1700.300.36
HSL95º20.51%54.12%-
HSV(B)95º29.63%63.53%-
XYZ25.7932.1220.76-
YUV148.16108.72117.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=32.68%
G=39.51%
B=27.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341621140.1700.300.369520.5154.12
Hex86A2721101E245f1536
Octal20624216221036441372566
Binary1000011010100010111001010001011110100100101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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