#89B08D

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

Shades of Envy #89B08D

Tints of Envy #89B08D

Color information

#89B08D (or 0x89B08D) is unknown color: approx Envy. HEX triplet: 89, B0 and 8D. RGB value is (137,176,141). Sum of RGB (Red+Green+Blue) = 137+176+141=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #89B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B08D is #764F72. Grayscale: #A0A0A0. Windows color (decimal): -7753587 or 9285769. OLE color: 9285769.

HSL color Cylindrical-coordinate representation of color #89B08D: hue angle of 126.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89B08D is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB137176141-
CMYK0.2200.200.31
HSL126.15º19.8%61.37%-
HSV(B)126.15º22.16%69.02%-
XYZ30.6538.2930.98-
YUV160.35117.08111.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=30.18%
G=38.77%
B=31.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371761410.2200.200.31126.1519.861.37
Hex89B08D160141F7e143d
Octal21126021526024371762475
Binary1000100110110000100011011011001010011111111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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