COLOR #89BD6F

HEX: #89BD6F
RGB: (137,189,111)

Color info

#89BD6F contains mainly red and green colors. Web safe color of #89BD6F is #99CC66 (or #9C6).

RGB color model

#89BD6F color RGB value is (137,189,111).

  • red value is 137;
  • green value is 189;
  • blue value is 111.
RGB:
(137,189,111)
(54%,74%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 189 of 255 = 74%
B 111 of 255 = 44%

137
189
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 189 + 111 = 437 (100%)
R 137 of 437 ~ 31.35%
G 189 of 437 ~ 43.25%
B 111 of 437 ~ 25.4%

%31.35
%43.25
%25.4

CMYK color model

#89BD6F color CMYK value is (28,0,41,26).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 25.88%
CMYK:
(28,0,41,26)
C28M0Y41K26 
(28%,0%,41%,26%)
(0.28/0.00/0.41/0.26)	

CMYK percentages

%27.51
%0
%41.27
%25.88

Codes

Color #89BD6F in popluar color models

89BD6F
RGB137189111
HSL100°37.14%58.82%
HSB/HSV100°41.27%74.12%
CMYK27.51%0.00%41.27%
25.88%

Color #89BD6F in popluar number systems.

HEX89BD6F
Decimal137189111
Binary10001001101111011101111
Octal211275157

Shades and tints

Shades of #89BD6F

#89BD6F
(137,189,111)
#7DAC65
(125,172,101)
#719B5B
(113,155,91)
#658A51
(101,138,81)
#597947
(89,121,71)
#4D683D
(77,104,61)
#415733
(65,87,51)
#354629
(53,70,41)
#29351F
(41,53,31)
#1D2415
(29,36,21)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #89BD6F

#89BD6F
(137,189,111)
#93C37C
(147,195,124)
#9DC989
(157,201,137)
#A7CF96
(167,207,150)
#B1D5A3
(177,213,163)
#BBDBB0
(187,219,176)
#C5E1BD
(197,225,189)
#CFE7CA
(207,231,202)
#D9EDD7
(217,237,215)
#E3F3E4
(227,243,228)
#EDF9F1
(237,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BD6F color. Also use rgb(137,189,111) instead hex code.

Text Font Color

.myTextColor { color: #89BD6F; }

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

This text font color is #89BD6F.


Background Color

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

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

This div background color is #89BD6F.


Border color

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

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

This div border color is #89BD6F.


Opacity

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

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

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

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

This text has shadow with #89BD6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BD6F on black background.


Color preview on white background

This text has color #89BD6F on white background.



Black color preview on #89BD6F background

This text has black color on #89BD6F background.


White color preview on #89BD6F background

This text has white color on #89BD6F background.