COLOR #89B66F

HEX: #89B66F
RGB: (137,182,111)

Color info

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

RGB color model

#89B66F color RGB value is (137,182,111).

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

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 111 of 255 = 44%

137
182
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 111 = 430 (100%)
R 137 of 430 ~ 31.86%
G 182 of 430 ~ 42.33%
B 111 of 430 ~ 25.81%

%31.86
%42.33
%25.81

CMYK color model

#89B66F color CMYK value is (25,0,39,29).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(25,0,39,29)
C25M0Y39K29 
(25%,0%,39%,29%)
(0.25/0.00/0.39/0.29)	

CMYK percentages

%24.73
%0
%39.01
%28.63

Codes

Color #89B66F in popluar color models

89B66F
RGB137182111
HSL98°32.72%57.45%
HSB/HSV98°39.01%71.37%
CMYK24.73%0.00%39.01%
28.63%

Color #89B66F in popluar number systems.

HEX89B66F
Decimal137182111
Binary10001001101101101101111
Octal211266157

Shades and tints

Shades of #89B66F

#89B66F
(137,182,111)
#7DA665
(125,166,101)
#71965B
(113,150,91)
#658651
(101,134,81)
#597647
(89,118,71)
#4D663D
(77,102,61)
#415633
(65,86,51)
#354629
(53,70,41)
#29361F
(41,54,31)
#1D2615
(29,38,21)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #89B66F

#89B66F
(137,182,111)
#93BC7C
(147,188,124)
#9DC289
(157,194,137)
#A7C896
(167,200,150)
#B1CEA3
(177,206,163)
#BBD4B0
(187,212,176)
#C5DABD
(197,218,189)
#CFE0CA
(207,224,202)
#D9E6D7
(217,230,215)
#E3ECE4
(227,236,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B66F; }

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

This text font color is #89B66F.


Background Color

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

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

This div background color is #89B66F.


Border color

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

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

This div border color is #89B66F.


Opacity

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

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

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

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

This text has shadow with #89B66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B66F on black background.


Color preview on white background

This text has color #89B66F on white background.



Black color preview on #89B66F background

This text has black color on #89B66F background.


White color preview on #89B66F background

This text has white color on #89B66F background.