#86B38B

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

Shades of Envy #86B38B

Tints of Envy #86B38B

Color information

#86B38B (or 0x86B38B) is unknown color: approx Envy. HEX triplet: 86, B3 and 8B. RGB value is (134,179,139). Sum of RGB (Red+Green+Blue) = 134+179+139=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #86B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B38B is #794C74. Grayscale: #A1A1A1. Windows color (decimal): -7949429 or 9155462. OLE color: 9155462.

HSL color Cylindrical-coordinate representation of color #86B38B: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B38B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB134179139-
CMYK0.2500.220.30
HSL126.67º22.84%61.37%-
HSV(B)126.67º25.14%70.2%-
XYZ30.6139.1730.37-
YUV160.98115.59108.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=29.65%
G=39.60%
B=30.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341791390.2500.220.30126.6722.8461.37
Hex86B38B190161E7f173d
Octal20626321331026361772775
Binary1000011010110011100010111100101011011110111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,139); }

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

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

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

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

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

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

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