COLOR #89C38D

HEX: #89C38D RGB: (137,195,141)

Color info

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

RGB color model

#89C38D color RGB value is (137,195,141).

RGB: (137,195,141) (54%, 76%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 141 of 255 = 55%

137
195
141

R + G + B ~ 62%. #89C38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 195 + 141 = 473 (100%)
R 137 of 473 ~ 28.96%
G 195 of 473 ~ 41.23%
B 141 of 473 ~ 29.81'%

%28.96
%41.23
%29.81

CMYK color model

#89C38D color CMYK value is (30,0,28,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (30,0,28,24)
C30M0Y28K24 (30%, 0%, 28%, 24%)
(0.30 / 0.00 / 0.28 / 0.24)

CMYK percentages

%29.74
%0
%27.69
%23.53

Codes

Color #89C38D in popluar color models

89 C3 8D
RGB 137 195 141
HSL 124° 32.58% 65.10%
HSB/HSV 124° 29.74% 76.47%
CMYK 29.74% 0.00% 27.69%
23.53%

Color #89C38D in popluar number systems.

HEX 89 C3 8D
Decimal 137 195 141
Binary 10001001 11000011 10001101
Octal 211 303 215

Shades and tints

Shades of #89C38D

#89C38D
(137,195,141)
#7DB281
(125,178,129)
#71A175
(113,161,117)
#659069
(101,144,105)
#597F5D
(89,127,93)
#4D6E51
(77,110,81)
#415D45
(65,93,69)
#354C39
(53,76,57)
#293B2D
(41,59,45)
#1D2A21
(29,42,33)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #89C38D

#89C38D
(137,195,141)
#93C897
(147,200,151)
#9DCDA1
(157,205,161)
#A7D2AB
(167,210,171)
#B1D7B5
(177,215,181)
#BBDCBF
(187,220,191)
#C5E1C9
(197,225,201)
#CFE6D3
(207,230,211)
#D9EBDD
(217,235,221)
#E3F0E7
(227,240,231)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C38D color. Also use rgb(137,195,141) instead hex code.

Text Font Color

.myTextColor { color: #89C38D; }

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

This text font color is #89C38D.

Background Color

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

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

This div background color is #89C38D.

Border color

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

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

This div border color is #89C38D.

Opacity

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

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

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

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

This text has shadow with #89C38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C38D.

Preview

Color preview on black background

This text has color #89C38D on black background.


Color preview on white background

This text has color #89C38D on white background.


Black color preview on #89C38D background

This text has black color on #89C38D background.


White color preview on #89C38D background

This text has white color on #89C38D background.


Related colors

Complementary color

Complementary color for #hex is #763C72.


I love getcolorcode.com

Triadic colors

1 #8D89C3 and #C38D89 with #89C38D are triadic colors.

2 #8DC389 and #C3898D with #89C38D are triadic colors.