COLOR #89B15F

HEX: #89B15F
RGB: (137,177,95)

Color info

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

RGB color model

#89B15F color RGB value is (137,177,95).

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

RGB channels and saturation

R 137 of 255 = 54%
G 177 of 255 = 69%
B 95 of 255 = 37%

137
177
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 177 + 95 = 409 (100%)
R 137 of 409 ~ 33.5%
G 177 of 409 ~ 43.28%
B 95 of 409 ~ 23.23%

%33.5
%43.28
%23.23

CMYK color model

#89B15F color CMYK value is (23,0,46,31).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 46.33%
  • key color value is 30.59%
CMYK:
(23,0,46,31)
C23M0Y46K31 
(23%,0%,46%,31%)
(0.23/0.00/0.46/0.31)	

CMYK percentages

%22.6
%0
%46.33
%30.59

Codes

Color #89B15F in popluar color models

89B15F
RGB13717795
HSL89°34.45%53.33%
HSB/HSV89°46.33%69.41%
CMYK22.60%0.00%46.33%
30.59%

Color #89B15F in popluar number systems.

HEX89B15F
Decimal13717795
Binary10001001101100011011111
Octal211261137

Shades and tints

Shades of #89B15F

#89B15F
(137,177,95)
#7DA157
(125,161,87)
#71914F
(113,145,79)
#658147
(101,129,71)
#59713F
(89,113,63)
#4D6137
(77,97,55)
#41512F
(65,81,47)
#354127
(53,65,39)
#29311F
(41,49,31)
#1D2117
(29,33,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #89B15F

#89B15F
(137,177,95)
#93B86D
(147,184,109)
#9DBF7B
(157,191,123)
#A7C689
(167,198,137)
#B1CD97
(177,205,151)
#BBD4A5
(187,212,165)
#C5DBB3
(197,219,179)
#CFE2C1
(207,226,193)
#D9E9CF
(217,233,207)
#E3F0DD
(227,240,221)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B15F; }

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

This text font color is #89B15F.


Background Color

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

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

This div background color is #89B15F.


Border color

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

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

This div border color is #89B15F.


Opacity

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

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

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

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

This text has shadow with #89B15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B15F on black background.


Color preview on white background

This text has color #89B15F on white background.



Black color preview on #89B15F background

This text has black color on #89B15F background.


White color preview on #89B15F background

This text has white color on #89B15F background.