COLOR #89B57A

HEX: #89B57A RGB: (137,181,122)

Color info

#89B57A contains red, green and blue colors in about the same proportion. Web safe color of #89B57A is #99CC66 (or #9C6).

RGB color model

#89B57A color RGB value is (137,181,122).

RGB: (137,181,122) (54%, 71%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 181 of 255 = 71%
B 122 of 255 = 48%

137
181
122

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

Portions of RGB colors in percentages

R + G + B = 137 + 181 + 122 = 440 (100%)
R 137 of 440 ~ 31.14%
G 181 of 440 ~ 41.14%
B 122 of 440 ~ 27.73'%

%31.14
%41.14
%27.73

CMYK color model

#89B57A color CMYK value is (24,0,33,29).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%

CMYK: (24,0,33,29)
C24M0Y33K29 (24%, 0%, 33%, 29%)
(0.24 / 0.00 / 0.33 / 0.29)

CMYK percentages

%24.31
%0
%32.6
%29.02

Codes

Color #89B57A in popluar color models

89 B5 7A
RGB 137 181 122
HSL 105° 28.50% 59.41%
HSB/HSV 105° 32.60% 70.98%
CMYK 24.31% 0.00% 32.60%
29.02%

Color #89B57A in popluar number systems.

HEX 89 B5 7A
Decimal 137 181 122
Binary 10001001 10110101 1111010
Octal 211 265 172

Shades and tints

Shades of #89B57A

#89B57A
(137,181,122)
#7DA56F
(125,165,111)
#719564
(113,149,100)
#658559
(101,133,89)
#59754E
(89,117,78)
#4D6543
(77,101,67)
#415538
(65,85,56)
#35452D
(53,69,45)
#293522
(41,53,34)
#1D2517
(29,37,23)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #89B57A

#89B57A
(137,181,122)
#93BB86
(147,187,134)
#9DC192
(157,193,146)
#A7C79E
(167,199,158)
#B1CDAA
(177,205,170)
#BBD3B6
(187,211,182)
#C5D9C2
(197,217,194)
#CFDFCE
(207,223,206)
#D9E5DA
(217,229,218)
#E3EBE6
(227,235,230)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B57A color. Also use rgb(137,181,122) instead hex code.

Text Font Color

.myTextColor { color: #89B57A; }

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

This text font color is #89B57A.

Background Color

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

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

This div background color is #89B57A.

Border color

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

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

This div border color is #89B57A.

Opacity

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

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

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

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

This text has shadow with #89B57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B57A.

Preview

Color preview on black background

This text has color #89B57A on black background.


Color preview on white background

This text has color #89B57A on white background.


Black color preview on #89B57A background

This text has black color on #89B57A background.


White color preview on #89B57A background

This text has white color on #89B57A background.


Related colors

Complementary color

Complementary color for #hex is #764A85.


I love getcolorcode.com

Triadic colors

1 #7A89B5 and #B57A89 with #89B57A are triadic colors.

2 #7AB589 and #B5897A with #89B57A are triadic colors.