COLOR #89C477

HEX: #89C477
RGB: (137,196,119)

Color info

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

RGB color model

#89C477 color RGB value is (137,196,119).

  • red value is 137;
  • green value is 196;
  • blue value is 119.
RGB:
(137,196,119)
(54%,77%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 196 of 255 = 77%
B 119 of 255 = 47%

137
196
119

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

Portions of RGB colors in percentages

R + G + B =
137 + 196 + 119 = 452 (100%)
R 137 of 452 ~ 30.31%
G 196 of 452 ~ 43.36%
B 119 of 452 ~ 26.33%

%30.31
%43.36
%26.33

CMYK color model

#89C477 color CMYK value is (30,0,39,23).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 23.14%
CMYK:
(30,0,39,23)
C30M0Y39K23 
(30%,0%,39%,23%)
(0.30/0.00/0.39/0.23)	

CMYK percentages

%30.1
%0
%39.29
%23.14

Codes

Color #89C477 in popluar color models

89C477
RGB137196119
HSL106°39.49%61.76%
HSB/HSV106°39.29%76.86%
CMYK30.10%0.00%39.29%
23.14%

Color #89C477 in popluar number systems.

HEX89C477
Decimal137196119
Binary10001001110001001110111
Octal211304167

Shades and tints

Shades of #89C477

#89C477
(137,196,119)
#7DB36D
(125,179,109)
#71A263
(113,162,99)
#659159
(101,145,89)
#59804F
(89,128,79)
#4D6F45
(77,111,69)
#415E3B
(65,94,59)
#354D31
(53,77,49)
#293C27
(41,60,39)
#1D2B1D
(29,43,29)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #89C477

#89C477
(137,196,119)
#93C983
(147,201,131)
#9DCE8F
(157,206,143)
#A7D39B
(167,211,155)
#B1D8A7
(177,216,167)
#BBDDB3
(187,221,179)
#C5E2BF
(197,226,191)
#CFE7CB
(207,231,203)
#D9ECD7
(217,236,215)
#E3F1E3
(227,241,227)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C477 color. Also use rgb(137,196,119) instead hex code.

Text Font Color

.myTextColor { color: #89C477; }

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

This text font color is #89C477.


Background Color

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

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

This div background color is #89C477.


Border color

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

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

This div border color is #89C477.


Opacity

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

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

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

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

This text has shadow with #89C477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C477 on black background.


Color preview on white background

This text has color #89C477 on white background.



Black color preview on #89C477 background

This text has black color on #89C477 background.


White color preview on #89C477 background

This text has white color on #89C477 background.