COLOR #89A85A

HEX: #89A85A RGB: (137,168,90)

Color info

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

RGB color model

#89A85A color RGB value is (137,168,90).

RGB: (137,168,90) (54%, 66%, 35%)

RGB channels and saturation

R 137 of 255 = 54%
G 168 of 255 = 66%
B 90 of 255 = 35%

137
168
90

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

Portions of RGB colors in percentages

R + G + B = 137 + 168 + 90 = 395 (100%)
R 137 of 395 ~ 34.68%
G 168 of 395 ~ 42.53%
B 90 of 395 ~ 22.78'%

%34.68
%42.53
%22.78

CMYK color model

#89A85A color CMYK value is (18,0,46,34).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK: (18,0,46,34) C18M0Y46K34 (18%,0%,46%,34%) (0.18/0.00/0.46/0.34) 

CMYK percentages

%18.45
%0
%46.43
%34.12

Codes

Color #89A85A in popluar color models

89 A8 5A
RGB 137 168 90
HSL 84° 30.95% 50.59%
HSB/HSV 84° 46.43% 65.88%
CMYK 18.45% 0.00% 46.43%
34.12%

Color #89A85A in popluar number systems.

HEX 89 A8 5A
Decimal 137 168 90
Binary 10001001 10101000 1011010
Octal 211 250 132

Shades and tints

Shades of #89A85A

#89A85A
(137,168,90)
#7D9952
(125,153,82)
#718A4A
(113,138,74)
#657B42
(101,123,66)
#596C3A
(89,108,58)
#4D5D32
(77,93,50)
#414E2A
(65,78,42)
#353F22
(53,63,34)
#29301A
(41,48,26)
#1D2112
(29,33,18)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #89A85A

#89A85A
(137,168,90)
#93AF69
(147,175,105)
#9DB678
(157,182,120)
#A7BD87
(167,189,135)
#B1C496
(177,196,150)
#BBCBA5
(187,203,165)
#C5D2B4
(197,210,180)
#CFD9C3
(207,217,195)
#D9E0D2
(217,224,210)
#E3E7E1
(227,231,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A85A; }

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

This text font color is #89A85A.

Background Color

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

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

This div background color is #89A85A.

Border color

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

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

This div border color is #89A85A.

Opacity

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

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

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

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

This text has shadow with #89A85A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A85A.

Preview

Color preview on black background

This text has color #89A85A on black background.


Color preview on white background

This text has color #89A85A on white background.


Black color preview on #89A85A background

This text has black color on #89A85A background.


White color preview on #89A85A background

This text has white color on #89A85A background.


Related colors

Complementary color

Complementary color for #hex is #7657A5.


I love getcolorcode.com

Triadic colors

1 #5A89A8 and #A85A89 with #89A85A are triadic colors.

2 #5AA889 and #A8895A with #89A85A are triadic colors.