#86A486

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

Shades of Envy #86A486

Tints of Envy #86A486

Color information

#86A486 (or 0x86A486) is unknown color: approx Envy. HEX triplet: 86, A4 and 86. RGB value is (134,164,134). Sum of RGB (Red+Green+Blue) = 134+164+134=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #86A486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A486 is #795B79. Grayscale: #979797. Windows color (decimal): -7953274 or 8823942. OLE color: 8823942.

HSL color Cylindrical-coordinate representation of color #86A486: hue angle of 120º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A486 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB134164134-
CMYK0.1800.180.36
HSL120º14.15%58.43%-
HSV(B)120º18.29%64.31%-
XYZ27.4133.3427.54-
YUV151.61118.06115.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=31.02%
G=37.96%
B=31.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641340.1800.180.3612014.1558.43
Hex86A486120122478e3a
Octal20624420622022441701672
Binary1000011010100100100001101001001001010010011110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,134); }

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

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

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

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

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

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

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