#86A485

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

Shades of Envy #86A485

Tints of Envy #86A485

Color information

#86A485 (or 0x86A485) is unknown color: approx Envy. HEX triplet: 86, A4 and 85. RGB value is (134,164,133). Sum of RGB (Red+Green+Blue) = 134+164+133=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #86A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A485 is #795B7A. Grayscale: #979797. Windows color (decimal): -7953275 or 8758406. OLE color: 8758406.

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

Color convert

RGB134164133-
CMYK0.1800.190.36
HSL118.06º14.55%58.24%-
HSV(B)118.06º18.9%64.31%-
XYZ27.3433.3127.18-
YUV151.5117.56115.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=31.09%
G=38.05%
B=30.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641330.1800.190.36118.0614.5558.24
Hex86A485120132476f3a
Octal20624420522023441661772
Binary1000011010100100100001011001001001110010011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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