COLOR #89AE66

HEX: #89AE66
RGB: (137,174,102)

Color info

#89AE66 contains mainly red and green colors. Web safe color of #89AE66 is #999966 (or #996).

RGB color model

#89AE66 color RGB value is (137,174,102).

  • red value is 137;
  • green value is 174;
  • blue value is 102.
RGB:
(137,174,102)
(54%,68%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 102 of 255 = 40%

137
174
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 174 + 102 = 413 (100%)
R 137 of 413 ~ 33.17%
G 174 of 413 ~ 42.13%
B 102 of 413 ~ 24.7%

%33.17
%42.13
%24.7

CMYK color model

#89AE66 color CMYK value is (21,0,41,32).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK:
(21,0,41,32)
C21M0Y41K32 
(21%,0%,41%,32%)
(0.21/0.00/0.41/0.32)	

CMYK percentages

%21.26
%0
%41.38
%31.76

Codes

Color #89AE66 in popluar color models

89AE66
RGB137174102
HSL91°30.77%54.12%
HSB/HSV91°41.38%68.24%
CMYK21.26%0.00%41.38%
31.76%

Color #89AE66 in popluar number systems.

HEX89AE66
Decimal137174102
Binary10001001101011101100110
Octal211256146

Shades and tints

Shades of #89AE66

#89AE66
(137,174,102)
#7D9F5D
(125,159,93)
#719054
(113,144,84)
#65814B
(101,129,75)
#597242
(89,114,66)
#4D6339
(77,99,57)
#415430
(65,84,48)
#354527
(53,69,39)
#29361E
(41,54,30)
#1D2715
(29,39,21)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #89AE66

#89AE66
(137,174,102)
#93B573
(147,181,115)
#9DBC80
(157,188,128)
#A7C38D
(167,195,141)
#B1CA9A
(177,202,154)
#BBD1A7
(187,209,167)
#C5D8B4
(197,216,180)
#CFDFC1
(207,223,193)
#D9E6CE
(217,230,206)
#E3EDDB
(227,237,219)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AE66 color. Also use rgb(137,174,102) instead hex code.

Text Font Color

.myTextColor { color: #89AE66; }

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

This text font color is #89AE66.


Background Color

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

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

This div background color is #89AE66.


Border color

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

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

This div border color is #89AE66.


Opacity

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

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

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

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

This text has shadow with #89AE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AE66 on black background.


Color preview on white background

This text has color #89AE66 on white background.



Black color preview on #89AE66 background

This text has black color on #89AE66 background.


White color preview on #89AE66 background

This text has white color on #89AE66 background.