#89A48D

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

Shades of Envy #89A48D

Tints of Envy #89A48D

Color information

#89A48D (or 0x89A48D) is unknown color: approx Envy. HEX triplet: 89, A4 and 8D. RGB value is (137,164,141). Sum of RGB (Red+Green+Blue) = 137+164+141=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #89A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A48D is #765B72. Grayscale: #999999. Windows color (decimal): -7756659 or 9282697. OLE color: 9282697.

HSL color Cylindrical-coordinate representation of color #89A48D: hue angle of 128.89º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A48D is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB137164141-
CMYK0.1600.140.36
HSL128.89º12.92%59.02%-
HSV(B)128.89º16.46%64.31%-
XYZ28.433.7930.23-
YUV153.3121.05116.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=31.00%
G=37.10%
B=31.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641410.1600.140.36128.8912.9259.02
Hex89A48D100E2481d3b
Octal21124421520016442011573
Binary1000100110100100100011011000001110100100100000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A48D; }

 p { color: rgb(137,164,141); }

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

<style>
 a { background-color: #89A48D; }

 a { background-color: rgb(137,164,141); }

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

<style>
 span { border-color: #89A48D; }

 span { border-color: rgb(137,164,141); }

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