#8E9886

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

Shades of Delta #8E9886

Tints of Delta #8E9886

Color information

#8E9886 (or 0x8E9886) is unknown color: approx Delta. HEX triplet: 8E, 98 and 86. RGB value is (142,152,134). Sum of RGB (Red+Green+Blue) = 142+152+134=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9886 is #716779. Grayscale: #939393. Windows color (decimal): -7432058 or 8820878. OLE color: 8820878.

HSL color Cylindrical-coordinate representation of color #8E9886: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E9886 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB142152134-
CMYK0.0700.120.40
HSL93.33º8.04%56.08%-
HSV(B)93.33º11.84%59.61%-
XYZ26.6929.9326.92-
YUV146.96120.69124.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=33.18%
G=35.51%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521340.0700.120.4093.338.0456.08
Hex8E988670C285d838
Octal2162302067014501351070
Binary1000111010011000100001101110110010100010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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