COLOR #89AA5A

HEX: #89AA5A
RGB: (137,170,90)

Color info

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

RGB color model

#89AA5A color RGB value is (137,170,90).

  • red value is 137;
  • green value is 170;
  • blue value is 90.
RGB:
(137,170,90)
(54%,67%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 90 of 255 = 35%

137
170
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 90 = 397 (100%)
R 137 of 397 ~ 34.51%
G 170 of 397 ~ 42.82%
B 90 of 397 ~ 22.67%

%34.51
%42.82
%22.67

CMYK color model

#89AA5A color CMYK value is (19,0,47,33).

  • cyan value is 19.41%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(19,0,47,33)
C19M0Y47K33 
(19%,0%,47%,33%)
(0.19/0.00/0.47/0.33)	

CMYK percentages

%19.41
%0
%47.06
%33.33

Codes

Color #89AA5A in popluar color models

89AA5A
RGB13717090
HSL85°32.00%50.98%
HSB/HSV85°47.06%66.67%
CMYK19.41%0.00%47.06%
33.33%

Color #89AA5A in popluar number systems.

HEX89AA5A
Decimal13717090
Binary10001001101010101011010
Octal211252132

Shades and tints

Shades of #89AA5A

#89AA5A
(137,170,90)
#7D9B52
(125,155,82)
#718C4A
(113,140,74)
#657D42
(101,125,66)
#596E3A
(89,110,58)
#4D5F32
(77,95,50)
#41502A
(65,80,42)
#354122
(53,65,34)
#29321A
(41,50,26)
#1D2312
(29,35,18)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #89AA5A

#89AA5A
(137,170,90)
#93B169
(147,177,105)
#9DB878
(157,184,120)
#A7BF87
(167,191,135)
#B1C696
(177,198,150)
#BBCDA5
(187,205,165)
#C5D4B4
(197,212,180)
#CFDBC3
(207,219,195)
#D9E2D2
(217,226,210)
#E3E9E1
(227,233,225)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AA5A color. Also use rgb(137,170,90) instead hex code.

Text Font Color

.myTextColor { color: #89AA5A; }

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

This text font color is #89AA5A.


Background Color

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

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

This div background color is #89AA5A.


Border color

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

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

This div border color is #89AA5A.


Opacity

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

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

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

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

This text has shadow with #89AA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AA5A on black background.


Color preview on white background

This text has color #89AA5A on white background.



Black color preview on #89AA5A background

This text has black color on #89AA5A background.


White color preview on #89AA5A background

This text has white color on #89AA5A background.