COLOR #89A362

HEX: #89A362 RGB: (137,163,98)

Color info

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

RGB color model

#89A362 color RGB value is (137,163,98).

RGB: (137,163,98) (54%, 64%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 98 of 255 = 38%

137
163
98

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

Portions of RGB colors in percentages

R + G + B = 137 + 163 + 98 = 398 (100%)
R 137 of 398 ~ 34.42%
G 163 of 398 ~ 40.95%
B 98 of 398 ~ 24.62'%

%34.42
%40.95
%24.62

CMYK color model

#89A362 color CMYK value is (16,0,40,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 36.08%

CMYK: (16,0,40,36)
C16M0Y40K36 (16%, 0%, 40%, 36%)
(0.16 / 0.00 / 0.40 / 0.36)

CMYK percentages

%15.95
%0
%39.88
%36.08

Codes

Color #89A362 in popluar color models

89 A3 62
RGB 137 163 98
HSL 84° 26.10% 51.18%
HSB/HSV 84° 39.88% 63.92%
CMYK 15.95% 0.00% 39.88%
36.08%

Color #89A362 in popluar number systems.

HEX 89 A3 62
Decimal 137 163 98
Binary 10001001 10100011 1100010
Octal 211 243 142

Shades and tints

Shades of #89A362

#89A362
(137,163,98)
#7D955A
(125,149,90)
#718752
(113,135,82)
#65794A
(101,121,74)
#596B42
(89,107,66)
#4D5D3A
(77,93,58)
#414F32
(65,79,50)
#35412A
(53,65,42)
#293322
(41,51,34)
#1D251A
(29,37,26)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #89A362

#89A362
(137,163,98)
#93AB70
(147,171,112)
#9DB37E
(157,179,126)
#A7BB8C
(167,187,140)
#B1C39A
(177,195,154)
#BBCBA8
(187,203,168)
#C5D3B6
(197,211,182)
#CFDBC4
(207,219,196)
#D9E3D2
(217,227,210)
#E3EBE0
(227,235,224)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A362 color. Also use rgb(137,163,98) instead hex code.

Text Font Color

.myTextColor { color: #89A362; }

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

This text font color is #89A362.

Background Color

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

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

This div background color is #89A362.

Border color

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

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

This div border color is #89A362.

Opacity

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

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

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

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

This text has shadow with #89A362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A362.

Preview

Color preview on black background

This text has color #89A362 on black background.


Color preview on white background

This text has color #89A362 on white background.


Black color preview on #89A362 background

This text has black color on #89A362 background.


White color preview on #89A362 background

This text has white color on #89A362 background.


Related colors

Complementary color

Complementary color for #hex is #765C9D.


I love getcolorcode.com

Triadic colors

1 #6289A3 and #A36289 with #89A362 are triadic colors.

2 #62A389 and #A38962 with #89A362 are triadic colors.