COLOR #89B391

HEX: #89B391 RGB: (137,179,145)

Color info

#89B391 contains red, green and blue colors in about the same proportion. Web safe color of #89B391 is #999999 (or #999).

RGB color model

#89B391 color RGB value is (137,179,145).

RGB: (137,179,145) (54%, 70%, 57%)

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 145 of 255 = 57%

137
179
145

R + G + B ~ 60%. #89B391 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 179 + 145 = 461 (100%)
R 137 of 461 ~ 29.72%
G 179 of 461 ~ 38.83%
B 145 of 461 ~ 31.45'%

%29.72
%38.83
%31.45

CMYK color model

#89B391 color CMYK value is (23,0,19,30).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (23,0,19,30)
C23M0Y19K30 (23%, 0%, 19%, 30%)
(0.23 / 0.00 / 0.19 / 0.30)

CMYK percentages

%23.46
%0
%18.99
%29.8

Codes

Color #89B391 in popluar color models

89 B3 91
RGB 137 179 145
HSL 131° 21.65% 61.96%
HSB/HSV 131° 23.46% 70.20%
CMYK 23.46% 0.00% 18.99%
29.80%

Color #89B391 in popluar number systems.

HEX 89 B3 91
Decimal 137 179 145
Binary 10001001 10110011 10010001
Octal 211 263 221

Shades and tints

Shades of #89B391

#89B391
(137,179,145)
#7DA384
(125,163,132)
#719377
(113,147,119)
#65836A
(101,131,106)
#59735D
(89,115,93)
#4D6350
(77,99,80)
#415343
(65,83,67)
#354336
(53,67,54)
#293329
(41,51,41)
#1D231C
(29,35,28)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #89B391

#89B391
(137,179,145)
#93B99B
(147,185,155)
#9DBFA5
(157,191,165)
#A7C5AF
(167,197,175)
#B1CBB9
(177,203,185)
#BBD1C3
(187,209,195)
#C5D7CD
(197,215,205)
#CFDDD7
(207,221,215)
#D9E3E1
(217,227,225)
#E3E9EB
(227,233,235)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B391 color. Also use rgb(137,179,145) instead hex code.

Text Font Color

.myTextColor { color: #89B391; }

<p style="color:#89B391">This sample text font color is #89B391.</p>

This text font color is #89B391.

Background Color

.myBgColor { background-color: #89B391; }

<div style="background-color:#89B391">Inner text</div>

This div background color is #89B391.

Border color

.myBorderColor { border: 1px solid #89B391; }

<div style="border:3px solid #89B391">Div</div>

This div border color is #89B391.

Opacity

.myOpacity80 { color: #89B391; opacity: 0.8; }

<p style="color:#89B391;opacity:0.8;">80%</p>

Text with #89B391 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #89B391;}

<p style="text-shadow: 3px 3px 1px #89B391">Text here.</p>

This text has shadow with #89B391 color.


.textShadow {text-shadow: 3px 3px 1px #89B391', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #89B391, 5px 5px 20px red">Text here.</p>

This text has shadow with #89B391 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89B391, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#89B391, Direction=45, Strength=4)">Text</p>

This text has shadow with #89B391 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #89B391;
-webkit-box-shadow: 1px 1px 3px 2px #89B391;
box-shadow: 1px 1px 3px 2px #89B391;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89B391; -webkit-box-shadow: 1px 1px 3px 2px #89B391; box-shadow:1px 1px 3px 2px #89B391;">
Div content here
</div>

This div box has shadow with color #89B391.

Preview

Color preview on black background

This text has color #89B391 on black background.


Color preview on white background

This text has color #89B391 on white background.


Black color preview on #89B391 background

This text has black color on #89B391 background.


White color preview on #89B391 background

This text has white color on #89B391 background.


Related colors

Complementary color

Complementary color for #hex is #764C6E.


I love getcolorcode.com

Triadic colors

1 #9189B3 and #B39189 with #89B391 are triadic colors.

2 #91B389 and #B38991 with #89B391 are triadic colors.