#86B26F

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

Shades of Amulet #86B26F

Tints of Amulet #86B26F

Color information

#86B26F (or 0x86B26F) is unknown color: approx Amulet. HEX triplet: 86, B2 and 6F. RGB value is (134,178,111). Sum of RGB (Red+Green+Blue) = 134+178+111=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #86B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B26F is #794D90. Grayscale: #9D9D9D. Windows color (decimal): -7949713 or 7320198. OLE color: 7320198.

HSL color Cylindrical-coordinate representation of color #86B26F: hue angle of 99.4º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B26F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB134178111-
CMYK0.2500.380.30
HSL99.4º30.32%56.67%-
HSV(B)99.4º37.64%69.8%-
XYZ28.6238.0620.88-
YUV157.21101.92111.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=31.68%
G=42.08%
B=26.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341781110.2500.380.3099.430.3256.67
Hex86B26F190261E631e39
Octal20626215731046361433671
Binary1000011010110010110111111001010011011110110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,111); }

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

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

 a { background-color: rgb(134,178,111); }

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

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

 span { border-color: rgb(134,178,111); }

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