COLOR #89A492

HEX: #89A492 RGB: (137,164,146)

Color info

#89A492 contains red, green and blue colors in about the same proportion. Web safe color of #89A492 is #999999 (or #999).

RGB color model

#89A492 color RGB value is (137,164,146).

RGB: (137,164,146) (54%, 64%, 57%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 146 of 255 = 57%

137
164
146

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

Portions of RGB colors in percentages

R + G + B = 137 + 164 + 146 = 447 (100%)
R 137 of 447 ~ 30.65%
G 164 of 447 ~ 36.69%
B 146 of 447 ~ 32.66'%

%30.65
%36.69
%32.66

CMYK color model

#89A492 color CMYK value is (16,0,11,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%

CMYK: (16,0,11,36)
C16M0Y11K36 (16%, 0%, 11%, 36%)
(0.16 / 0.00 / 0.11 / 0.36)

CMYK percentages

%16.46
%0
%10.98
%35.69

Codes

Color #89A492 in popluar color models

89 A4 92
RGB 137 164 146
HSL 140° 12.92% 59.02%
HSB/HSV 140° 16.46% 64.31%
CMYK 16.46% 0.00% 10.98%
35.69%

Color #89A492 in popluar number systems.

HEX 89 A4 92
Decimal 137 164 146
Binary 10001001 10100100 10010010
Octal 211 244 222

Shades and tints

Shades of #89A492

#89A492
(137,164,146)
#7D9685
(125,150,133)
#718878
(113,136,120)
#657A6B
(101,122,107)
#596C5E
(89,108,94)
#4D5E51
(77,94,81)
#415044
(65,80,68)
#354237
(53,66,55)
#29342A
(41,52,42)
#1D261D
(29,38,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #89A492

#89A492
(137,164,146)
#93AC9B
(147,172,155)
#9DB4A4
(157,180,164)
#A7BCAD
(167,188,173)
#B1C4B6
(177,196,182)
#BBCCBF
(187,204,191)
#C5D4C8
(197,212,200)
#CFDCD1
(207,220,209)
#D9E4DA
(217,228,218)
#E3ECE3
(227,236,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A492 color. Also use rgb(137,164,146) instead hex code.

Text Font Color

.myTextColor { color: #89A492; }

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

This text font color is #89A492.

Background Color

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

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

This div background color is #89A492.

Border color

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

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

This div border color is #89A492.

Opacity

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

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

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

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

This text has shadow with #89A492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A492.

Preview

Color preview on black background

This text has color #89A492 on black background.


Color preview on white background

This text has color #89A492 on white background.


Black color preview on #89A492 background

This text has black color on #89A492 background.


White color preview on #89A492 background

This text has white color on #89A492 background.


Related colors

Complementary color

Complementary color for #hex is #765B6D.


I love getcolorcode.com

Triadic colors

1 #9289A4 and #A49289 with #89A492 are triadic colors.

2 #92A489 and #A48992 with #89A492 are triadic colors.