#86AB6C

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

Shades of Amulet #86AB6C

Tints of Amulet #86AB6C

Color information

#86AB6C (or 0x86AB6C) is unknown color: approx Amulet. HEX triplet: 86, AB and 6C. RGB value is (134,171,108). Sum of RGB (Red+Green+Blue) = 134+171+108=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB6C is #795493. Grayscale: #989898. Windows color (decimal): -7951508 or 7121798. OLE color: 7121798.

HSL color Cylindrical-coordinate representation of color #86AB6C: hue angle of 95.24º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86AB6C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB134171108-
CMYK0.2200.370.33
HSL95.24º27.27%54.71%-
HSV(B)95.24º36.84%67.06%-
XYZ27.135.2819.57-
YUV152.76102.74114.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=32.45%
G=41.40%
B=26.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711080.2200.370.3395.2427.2754.71
Hex86AB6C16025215f1b37
Octal20625315426045411373367
Binary10000110101010111101100101100100101100001101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,108); }

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

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

 a { background-color: rgb(134,171,108); }

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

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

 span { border-color: rgb(134,171,108); }

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