COLOR #89BA4D

HEX: #89BA4D RGB: (137,186,77)

Color info

#89BA4D contains mainly red and green colors. Web safe color of #89BA4D is #99CC33 (or #9C3).

RGB color model

#89BA4D color RGB value is (137,186,77).

RGB: (137,186,77) (54%, 73%, 30%)

RGB channels and saturation

R 137 of 255 = 54%
G 186 of 255 = 73%
B 77 of 255 = 30%

137
186
77

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

Portions of RGB colors in percentages

R + G + B = 137 + 186 + 77 = 400 (100%)
R 137 of 400 ~ 34.25%
G 186 of 400 ~ 46.5%
B 77 of 400 ~ 19.25'%

%34.25
%46.5
%19.25

CMYK color model

#89BA4D color CMYK value is (26,0,59,27).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 58.60%
  • key color value is 27.06%

CMYK: (26,0,59,27)
C26M0Y59K27 (26%, 0%, 59%, 27%)
(0.26 / 0.00 / 0.59 / 0.27)

CMYK percentages

%26.34
%0
%58.6
%27.06

Codes

Color #89BA4D in popluar color models

89 BA 4D
RGB 137 186 77
HSL 87° 44.13% 51.57%
HSB/HSV 87° 58.60% 72.94%
CMYK 26.34% 0.00% 58.60%
27.06%

Color #89BA4D in popluar number systems.

HEX 89 BA 4D
Decimal 137 186 77
Binary 10001001 10111010 1001101
Octal 211 272 115

Shades and tints

Shades of #89BA4D

#89BA4D
(137,186,77)
#7DAA46
(125,170,70)
#719A3F
(113,154,63)
#658A38
(101,138,56)
#597A31
(89,122,49)
#4D6A2A
(77,106,42)
#415A23
(65,90,35)
#354A1C
(53,74,28)
#293A15
(41,58,21)
#1D2A0E
(29,42,14)
#111A07
(17,26,7)
#000000
(0,0,0)

Tints of #89BA4D

#89BA4D
(137,186,77)
#93C05D
(147,192,93)
#9DC66D
(157,198,109)
#A7CC7D
(167,204,125)
#B1D28D
(177,210,141)
#BBD89D
(187,216,157)
#C5DEAD
(197,222,173)
#CFE4BD
(207,228,189)
#D9EACD
(217,234,205)
#E3F0DD
(227,240,221)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BA4D color. Also use rgb(137,186,77) instead hex code.

Text Font Color

.myTextColor { color: #89BA4D; }

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

This text font color is #89BA4D.

Background Color

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

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

This div background color is #89BA4D.

Border color

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

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

This div border color is #89BA4D.

Opacity

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

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

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

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

This text has shadow with #89BA4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BA4D.

Preview

Color preview on black background

This text has color #89BA4D on black background.


Color preview on white background

This text has color #89BA4D on white background.


Black color preview on #89BA4D background

This text has black color on #89BA4D background.


White color preview on #89BA4D background

This text has white color on #89BA4D background.


Related colors

Complementary color

Complementary color for #hex is #7645B2.


I love getcolorcode.com

Triadic colors

1 #4D89BA and #BA4D89 with #89BA4D are triadic colors.

2 #4DBA89 and #BA894D with #89BA4D are triadic colors.