#86B18D

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

Shades of Envy #86B18D

Tints of Envy #86B18D

Color information

#86B18D (or 0x86B18D) is unknown color: approx Envy. HEX triplet: 86, B1 and 8D. RGB value is (134,177,141). Sum of RGB (Red+Green+Blue) = 134+177+141=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #86B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B18D is #794E72. Grayscale: #A0A0A0. Windows color (decimal): -7949939 or 9286022. OLE color: 9286022.

HSL color Cylindrical-coordinate representation of color #86B18D: hue angle of 129.77º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B18D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB134177141-
CMYK0.2400.200.31
HSL129.77º21.61%60.98%-
HSV(B)129.77º24.29%69.41%-
XYZ30.3638.4431.02-
YUV160.04117.25109.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=29.65%
G=39.16%
B=31.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771410.2400.200.31129.7721.6160.98
Hex86B18D180141F82163d
Octal20626121530024372022675
Binary10000110101100011000110111000010100111111000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,177,141); }

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

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

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

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

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

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

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