#86A388

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

Shades of Envy #86A388

Tints of Envy #86A388

Color information

#86A388 (or 0x86A388) is unknown color: approx Envy. HEX triplet: 86, A3 and 88. RGB value is (134,163,136). Sum of RGB (Red+Green+Blue) = 134+163+136=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #86A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A388 is #795C77. Grayscale: #979797. Windows color (decimal): -7953528 or 8954758. OLE color: 8954758.

HSL color Cylindrical-coordinate representation of color #86A388: hue angle of 124.14º 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 #86A388 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB134163136-
CMYK0.1800.170.36
HSL124.14º13.62%58.24%-
HSV(B)124.14º17.79%63.92%-
XYZ27.3733.0428.23-
YUV151.25119.39115.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=30.95%
G=37.64%
B=31.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341631360.1800.170.36124.1413.6258.24
Hex86A38812011247ce3a
Octal20624321022021441741672
Binary1000011010100011100010001001001000110010011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,136); }

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

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

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

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

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

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

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