COLOR #89CB5A

HEX: #89CB5A
RGB: (137,203,90)

Color info

#89CB5A contains mainly green color. Web safe color of #89CB5A is #99CC66 (or #9C6).

RGB color model

#89CB5A color RGB value is (137,203,90).

  • red value is 137;
  • green value is 203;
  • blue value is 90.
RGB:
(137,203,90)
(54%,80%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 203 of 255 = 80%
B 90 of 255 = 35%

137
203
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 203 + 90 = 430 (100%)
R 137 of 430 ~ 31.86%
G 203 of 430 ~ 47.21%
B 90 of 430 ~ 20.93%

%31.86
%47.21
%20.93

CMYK color model

#89CB5A color CMYK value is (33,0,56,20).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 55.67%
  • key color value is 20.39%
CMYK:
(33,0,56,20)
C33M0Y56K20 
(33%,0%,56%,20%)
(0.33/0.00/0.56/0.20)	

CMYK percentages

%32.51
%0
%55.67
%20.39

Codes

Color #89CB5A in popluar color models

89CB5A
RGB13720390
HSL95°52.07%57.45%
HSB/HSV95°55.67%79.61%
CMYK32.51%0.00%55.67%
20.39%

Color #89CB5A in popluar number systems.

HEX89CB5A
Decimal13720390
Binary10001001110010111011010
Octal211313132

Shades and tints

Shades of #89CB5A

#89CB5A
(137,203,90)
#7DB952
(125,185,82)
#71A74A
(113,167,74)
#659542
(101,149,66)
#59833A
(89,131,58)
#4D7132
(77,113,50)
#415F2A
(65,95,42)
#354D22
(53,77,34)
#293B1A
(41,59,26)
#1D2912
(29,41,18)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #89CB5A

#89CB5A
(137,203,90)
#93CF69
(147,207,105)
#9DD378
(157,211,120)
#A7D787
(167,215,135)
#B1DB96
(177,219,150)
#BBDFA5
(187,223,165)
#C5E3B4
(197,227,180)
#CFE7C3
(207,231,195)
#D9EBD2
(217,235,210)
#E3EFE1
(227,239,225)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CB5A color. Also use rgb(137,203,90) instead hex code.

Text Font Color

.myTextColor { color: #89CB5A; }

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

This text font color is #89CB5A.


Background Color

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

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

This div background color is #89CB5A.


Border color

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

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

This div border color is #89CB5A.


Opacity

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

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

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

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

This text has shadow with #89CB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CB5A on black background.


Color preview on white background

This text has color #89CB5A on white background.



Black color preview on #89CB5A background

This text has black color on #89CB5A background.


White color preview on #89CB5A background

This text has white color on #89CB5A background.