COLOR #89AE5B

HEX: #89AE5B
RGB: (137,174,91)

Color info

#89AE5B contains mainly red and green colors. Web safe color of #89AE5B is #999966 (or #996).

RGB color model

#89AE5B color RGB value is (137,174,91).

  • red value is 137;
  • green value is 174;
  • blue value is 91.
RGB:
(137,174,91)
(54%,68%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 91 of 255 = 36%

137
174
91

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

Portions of RGB colors in percentages

R + G + B =
137 + 174 + 91 = 402 (100%)
R 137 of 402 ~ 34.08%
G 174 of 402 ~ 43.28%
B 91 of 402 ~ 22.64%

%34.08
%43.28
%22.64

CMYK color model

#89AE5B color CMYK value is (21,0,48,32).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 47.70%
  • key color value is 31.76%
CMYK:
(21,0,48,32)
C21M0Y48K32 
(21%,0%,48%,32%)
(0.21/0.00/0.48/0.32)	

CMYK percentages

%21.26
%0
%47.7
%31.76

Codes

Color #89AE5B in popluar color models

89AE5B
RGB13717491
HSL87°33.88%51.96%
HSB/HSV87°47.70%68.24%
CMYK21.26%0.00%47.70%
31.76%

Color #89AE5B in popluar number systems.

HEX89AE5B
Decimal13717491
Binary10001001101011101011011
Octal211256133

Shades and tints

Shades of #89AE5B

#89AE5B
(137,174,91)
#7D9F53
(125,159,83)
#71904B
(113,144,75)
#658143
(101,129,67)
#59723B
(89,114,59)
#4D6333
(77,99,51)
#41542B
(65,84,43)
#354523
(53,69,35)
#29361B
(41,54,27)
#1D2713
(29,39,19)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #89AE5B

#89AE5B
(137,174,91)
#93B569
(147,181,105)
#9DBC77
(157,188,119)
#A7C385
(167,195,133)
#B1CA93
(177,202,147)
#BBD1A1
(187,209,161)
#C5D8AF
(197,216,175)
#CFDFBD
(207,223,189)
#D9E6CB
(217,230,203)
#E3EDD9
(227,237,217)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AE5B color. Also use rgb(137,174,91) instead hex code.

Text Font Color

.myTextColor { color: #89AE5B; }

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

This text font color is #89AE5B.


Background Color

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

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

This div background color is #89AE5B.


Border color

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

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

This div border color is #89AE5B.


Opacity

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

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

Text with #89AE5B 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 #89AE5B;}

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

This text has shadow with #89AE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AE5B on black background.


Color preview on white background

This text has color #89AE5B on white background.



Black color preview on #89AE5B background

This text has black color on #89AE5B background.


White color preview on #89AE5B background

This text has white color on #89AE5B background.