COLOR #89B65D

HEX: #89B65D
RGB: (137,182,93)

Color info

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

RGB color model

#89B65D color RGB value is (137,182,93).

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

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 93 of 255 = 36%

137
182
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 93 = 412 (100%)
R 137 of 412 ~ 33.25%
G 182 of 412 ~ 44.17%
B 93 of 412 ~ 22.57%

%33.25
%44.17
%22.57

CMYK color model

#89B65D color CMYK value is (25,0,49,29).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 28.63%
CMYK:
(25,0,49,29)
C25M0Y49K29 
(25%,0%,49%,29%)
(0.25/0.00/0.49/0.29)	

CMYK percentages

%24.73
%0
%48.9
%28.63

Codes

Color #89B65D in popluar color models

89B65D
RGB13718293
HSL90°37.87%53.92%
HSB/HSV90°48.90%71.37%
CMYK24.73%0.00%48.90%
28.63%

Color #89B65D in popluar number systems.

HEX89B65D
Decimal13718293
Binary10001001101101101011101
Octal211266135

Shades and tints

Shades of #89B65D

#89B65D
(137,182,93)
#7DA655
(125,166,85)
#71964D
(113,150,77)
#658645
(101,134,69)
#59763D
(89,118,61)
#4D6635
(77,102,53)
#41562D
(65,86,45)
#354625
(53,70,37)
#29361D
(41,54,29)
#1D2615
(29,38,21)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #89B65D

#89B65D
(137,182,93)
#93BC6B
(147,188,107)
#9DC279
(157,194,121)
#A7C887
(167,200,135)
#B1CE95
(177,206,149)
#BBD4A3
(187,212,163)
#C5DAB1
(197,218,177)
#CFE0BF
(207,224,191)
#D9E6CD
(217,230,205)
#E3ECDB
(227,236,219)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B65D; }

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

This text font color is #89B65D.


Background Color

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

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

This div background color is #89B65D.


Border color

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

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

This div border color is #89B65D.


Opacity

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

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

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

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

This text has shadow with #89B65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B65D on black background.


Color preview on white background

This text has color #89B65D on white background.



Black color preview on #89B65D background

This text has black color on #89B65D background.


White color preview on #89B65D background

This text has white color on #89B65D background.