COLOR #89A55E

HEX: #89A55E
RGB: (137,165,94)

Color info

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

RGB color model

#89A55E color RGB value is (137,165,94).

  • red value is 137;
  • green value is 165;
  • blue value is 94.
RGB:
(137,165,94)
(54%,65%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 94 of 255 = 37%

137
165
94

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 94 = 396 (100%)
R 137 of 396 ~ 34.6%
G 165 of 396 ~ 41.67%
B 94 of 396 ~ 23.74%

%34.6
%41.67
%23.74

CMYK color model

#89A55E color CMYK value is (17,0,43,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(17,0,43,35)
C17M0Y43K35 
(17%,0%,43%,35%)
(0.17/0.00/0.43/0.35)	

CMYK percentages

%16.97
%0
%43.03
%35.29

Codes

Color #89A55E in popluar color models

89A55E
RGB13716594
HSL84°28.29%50.78%
HSB/HSV84°43.03%64.71%
CMYK16.97%0.00%43.03%
35.29%

Color #89A55E in popluar number systems.

HEX89A55E
Decimal13716594
Binary10001001101001011011110
Octal211245136

Shades and tints

Shades of #89A55E

#89A55E
(137,165,94)
#7D9656
(125,150,86)
#71874E
(113,135,78)
#657846
(101,120,70)
#59693E
(89,105,62)
#4D5A36
(77,90,54)
#414B2E
(65,75,46)
#353C26
(53,60,38)
#292D1E
(41,45,30)
#1D1E16
(29,30,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #89A55E

#89A55E
(137,165,94)
#93AD6C
(147,173,108)
#9DB57A
(157,181,122)
#A7BD88
(167,189,136)
#B1C596
(177,197,150)
#BBCDA4
(187,205,164)
#C5D5B2
(197,213,178)
#CFDDC0
(207,221,192)
#D9E5CE
(217,229,206)
#E3EDDC
(227,237,220)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A55E color. Also use rgb(137,165,94) instead hex code.

Text Font Color

.myTextColor { color: #89A55E; }

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

This text font color is #89A55E.


Background Color

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

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

This div background color is #89A55E.


Border color

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

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

This div border color is #89A55E.


Opacity

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

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

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

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

This text has shadow with #89A55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A55E on black background.


Color preview on white background

This text has color #89A55E on white background.



Black color preview on #89A55E background

This text has black color on #89A55E background.


White color preview on #89A55E background

This text has white color on #89A55E background.