#8E9386

Color #8E9386 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #8E9386

Tints of Delta #8E9386

Color information

#8E9386 (or 0x8E9386) is unknown color: approx Delta. HEX triplet: 8E, 93 and 86. RGB value is (142,147,134). Sum of RGB (Red+Green+Blue) = 142+147+134=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9386 is #716C79. Grayscale: #909090. Windows color (decimal): -7433338 or 8819598. OLE color: 8819598.

HSL color Cylindrical-coordinate representation of color #8E9386: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E9386 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB142147134-
CMYK0.0300.090.42
HSL83.08º5.68%55.1%-
HSV(B)83.08º8.84%57.65%-
XYZ25.8928.3426.66-
YUV144.02122.34126.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=33.57%
G=34.75%
B=31.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471340.0300.090.4283.085.6855.1
Hex8E93863092A53637
Octal216223206301152123667
Binary10001110100100111000011011010011010101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9386; }

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

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

<style>
 a { background-color: #8E9386; }

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

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

<style>
 span { border-color: #8E9386; }

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

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