COLOR #89B64E

HEX: #89B64E
RGB: (137,182,78)

Color info

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

RGB color model

#89B64E color RGB value is (137,182,78).

  • red value is 137;
  • green value is 182;
  • blue value is 78.
RGB:
(137,182,78)
(54%,71%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 78 of 255 = 31%

137
182
78

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

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 78 = 397 (100%)
R 137 of 397 ~ 34.51%
G 182 of 397 ~ 45.84%
B 78 of 397 ~ 19.65%

%34.51
%45.84
%19.65

CMYK color model

#89B64E color CMYK value is (25,0,57,29).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 28.63%
CMYK:
(25,0,57,29)
C25M0Y57K29 
(25%,0%,57%,29%)
(0.25/0.00/0.57/0.29)	

CMYK percentages

%24.73
%0
%57.14
%28.63

Codes

Color #89B64E in popluar color models

89B64E
RGB13718278
HSL86°41.60%50.98%
HSB/HSV86°57.14%71.37%
CMYK24.73%0.00%57.14%
28.63%

Color #89B64E in popluar number systems.

HEX89B64E
Decimal13718278
Binary10001001101101101001110
Octal211266116

Shades and tints

Shades of #89B64E

#89B64E
(137,182,78)
#7DA647
(125,166,71)
#719640
(113,150,64)
#658639
(101,134,57)
#597632
(89,118,50)
#4D662B
(77,102,43)
#415624
(65,86,36)
#35461D
(53,70,29)
#293616
(41,54,22)
#1D260F
(29,38,15)
#111608
(17,22,8)
#000000
(0,0,0)

Tints of #89B64E

#89B64E
(137,182,78)
#93BC5E
(147,188,94)
#9DC26E
(157,194,110)
#A7C87E
(167,200,126)
#B1CE8E
(177,206,142)
#BBD49E
(187,212,158)
#C5DAAE
(197,218,174)
#CFE0BE
(207,224,190)
#D9E6CE
(217,230,206)
#E3ECDE
(227,236,222)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B64E color. Also use rgb(137,182,78) instead hex code.

Text Font Color

.myTextColor { color: #89B64E; }

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

This text font color is #89B64E.


Background Color

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

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

This div background color is #89B64E.


Border color

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

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

This div border color is #89B64E.


Opacity

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

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

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

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

This text has shadow with #89B64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B64E on black background.


Color preview on white background

This text has color #89B64E on white background.



Black color preview on #89B64E background

This text has black color on #89B64E background.


White color preview on #89B64E background

This text has white color on #89B64E background.