#89A28E

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

Shades of Envy #89A28E

Tints of Envy #89A28E

Color information

#89A28E (or 0x89A28E) is unknown color: approx Envy. HEX triplet: 89, A2 and 8E. RGB value is (137,162,142). Sum of RGB (Red+Green+Blue) = 137+162+142=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #89A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A28E is #765D71. Grayscale: #989898. Windows color (decimal): -7757170 or 9347721. OLE color: 9347721.

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

Color convert

RGB137162142-
CMYK0.1500.120.36
HSL132º11.85%58.63%-
HSV(B)132º15.43%63.53%-
XYZ28.1233.1130.5-
YUV152.24122.22117.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.07%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=31.07%
G=36.73%
B=32.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371621420.1500.120.3613211.8558.63
Hex89A28EF0C2484c3b
Octal21124221617014442041473
Binary100010011010001010001110111101100100100100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,142); }

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

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

 a { background-color: rgb(137,162,142); }

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

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

 span { border-color: rgb(137,162,142); }

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