#86AB8E

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

Shades of Envy #86AB8E

Tints of Envy #86AB8E

Color information

#86AB8E (or 0x86AB8E) is unknown color: approx Envy. HEX triplet: 86, AB and 8E. RGB value is (134,171,142). Sum of RGB (Red+Green+Blue) = 134+171+142=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB8E is #795471. Grayscale: #9C9C9C. Windows color (decimal): -7951474 or 9350022. OLE color: 9350022.

HSL color Cylindrical-coordinate representation of color #86AB8E: hue angle of 132.97º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AB8E is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB134171142-
CMYK0.2200.170.33
HSL132.97º18.05%59.8%-
HSV(B)132.97º21.64%67.06%-
XYZ29.2836.1531.03-
YUV156.63119.74111.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=29.98%
G=38.26%
B=31.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711420.2200.170.33132.9718.0559.8
Hex86AB8E160112185123c
Octal20625321626021412052274
Binary100001101010101110001110101100100011000011000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,142); }

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

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

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

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

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

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

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