#86B57B

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

Shades of Amulet #86B57B

Tints of Amulet #86B57B

Color information

#86B57B (or 0x86B57B) is unknown color: approx Amulet. HEX triplet: 86, B5 and 7B. RGB value is (134,181,123). Sum of RGB (Red+Green+Blue) = 134+181+123=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #86B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B57B is #794A84. Grayscale: #A0A0A0. Windows color (decimal): -7948933 or 8107398. OLE color: 8107398.

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

Color convert

RGB134181123-
CMYK0.2600.320.29
HSL108.62º28.16%59.61%-
HSV(B)108.62º32.04%70.98%-
XYZ29.9339.5524.79-
YUV160.33106.93109.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=30.59%
G=41.32%
B=28.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811230.2600.320.29108.6228.1659.61
Hex86B57B1A0201D6d1c3c
Octal20626517332040351553474
Binary1000011010110101111101111010010000011101110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,123); }

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

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

 a { background-color: rgb(134,181,123); }

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

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

 span { border-color: rgb(134,181,123); }

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