#8E9B84

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

Shades of Delta #8E9B84

Tints of Delta #8E9B84

Color information

#8E9B84 (or 0x8E9B84) is unknown color: approx Delta. HEX triplet: 8E, 9B and 84. RGB value is (142,155,132). Sum of RGB (Red+Green+Blue) = 142+155+132=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B84 is #71647B. Grayscale: #949494. Windows color (decimal): -7431292 or 8690574. OLE color: 8690574.

HSL color Cylindrical-coordinate representation of color #8E9B84: hue angle of 93.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E9B84 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB142155132-
CMYK0.0800.150.39
HSL93.91º10.31%56.27%-
HSV(B)93.91º14.84%60.78%-
XYZ27.0430.8626.36-
YUV148.49118.69123.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=33.10%
G=36.13%
B=30.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551320.0800.150.3993.9110.3156.27
Hex8E9B8480F275ea38
Octal21623320410017471361270
Binary10001110100110111000010010000111110011110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,132); }

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

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

 a { background-color: rgb(142,155,132); }

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

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

 span { border-color: rgb(142,155,132); }

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