COLOR #89B55F

HEX: #89B55F
RGB: (137,181,95)

Color info

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

RGB color model

#89B55F color RGB value is (137,181,95).

  • red value is 137;
  • green value is 181;
  • blue value is 95.
RGB:
(137,181,95)
(54%,71%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 181 of 255 = 71%
B 95 of 255 = 37%

137
181
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 181 + 95 = 413 (100%)
R 137 of 413 ~ 33.17%
G 181 of 413 ~ 43.83%
B 95 of 413 ~ 23%

%33.17
%43.83
%23

CMYK color model

#89B55F color CMYK value is (24,0,48,29).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 47.51%
  • key color value is 29.02%
CMYK:
(24,0,48,29)
C24M0Y48K29 
(24%,0%,48%,29%)
(0.24/0.00/0.48/0.29)	

CMYK percentages

%24.31
%0
%47.51
%29.02

Codes

Color #89B55F in popluar color models

89B55F
RGB13718195
HSL91°36.75%54.12%
HSB/HSV91°47.51%70.98%
CMYK24.31%0.00%47.51%
29.02%

Color #89B55F in popluar number systems.

HEX89B55F
Decimal13718195
Binary10001001101101011011111
Octal211265137

Shades and tints

Shades of #89B55F

#89B55F
(137,181,95)
#7DA557
(125,165,87)
#71954F
(113,149,79)
#658547
(101,133,71)
#59753F
(89,117,63)
#4D6537
(77,101,55)
#41552F
(65,85,47)
#354527
(53,69,39)
#29351F
(41,53,31)
#1D2517
(29,37,23)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #89B55F

#89B55F
(137,181,95)
#93BB6D
(147,187,109)
#9DC17B
(157,193,123)
#A7C789
(167,199,137)
#B1CD97
(177,205,151)
#BBD3A5
(187,211,165)
#C5D9B3
(197,217,179)
#CFDFC1
(207,223,193)
#D9E5CF
(217,229,207)
#E3EBDD
(227,235,221)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B55F color. Also use rgb(137,181,95) instead hex code.

Text Font Color

.myTextColor { color: #89B55F; }

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

This text font color is #89B55F.


Background Color

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

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

This div background color is #89B55F.


Border color

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

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

This div border color is #89B55F.


Opacity

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

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

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

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

This text has shadow with #89B55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B55F on black background.


Color preview on white background

This text has color #89B55F on white background.



Black color preview on #89B55F background

This text has black color on #89B55F background.


White color preview on #89B55F background

This text has white color on #89B55F background.