COLOR #89C098

HEX: #89C098 RGB: (137,192,152)

Color info

#89C098 contains red, green and blue colors in about the same proportion. Web safe color of #89C098 is #99CC99 (or #9C9).

RGB color model

#89C098 color RGB value is (137,192,152).

RGB: (137,192,152) (54%, 75%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 152 of 255 = 60%

137
192
152

R + G + B ~ 63%. #89C098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 192 + 152 = 481 (100%)
R 137 of 481 ~ 28.48%
G 192 of 481 ~ 39.92%
B 152 of 481 ~ 31.6'%

%28.48
%39.92
%31.6

CMYK color model

#89C098 color CMYK value is (29,0,21,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 24.71%

CMYK: (29,0,21,25)
C29M0Y21K25 (29%, 0%, 21%, 25%)
(0.29 / 0.00 / 0.21 / 0.25)

CMYK percentages

%28.65
%0
%20.83
%24.71

Codes

Color #89C098 in popluar color models

89 C0 98
RGB 137 192 152
HSL 136° 30.39% 64.51%
HSB/HSV 136° 28.65% 75.29%
CMYK 28.65% 0.00% 20.83%
24.71%

Color #89C098 in popluar number systems.

HEX 89 C0 98
Decimal 137 192 152
Binary 10001001 11000000 10011000
Octal 211 300 230

Shades and tints

Shades of #89C098

#89C098
(137,192,152)
#7DAF8B
(125,175,139)
#719E7E
(113,158,126)
#658D71
(101,141,113)
#597C64
(89,124,100)
#4D6B57
(77,107,87)
#415A4A
(65,90,74)
#35493D
(53,73,61)
#293830
(41,56,48)
#1D2723
(29,39,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #89C098

#89C098
(137,192,152)
#93C5A1
(147,197,161)
#9DCAAA
(157,202,170)
#A7CFB3
(167,207,179)
#B1D4BC
(177,212,188)
#BBD9C5
(187,217,197)
#C5DECE
(197,222,206)
#CFE3D7
(207,227,215)
#D9E8E0
(217,232,224)
#E3EDE9
(227,237,233)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C098 color. Also use rgb(137,192,152) instead hex code.

Text Font Color

.myTextColor { color: #89C098; }

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

This text font color is #89C098.

Background Color

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

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

This div background color is #89C098.

Border color

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

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

This div border color is #89C098.

Opacity

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

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

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

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

This text has shadow with #89C098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C098.

Preview

Color preview on black background

This text has color #89C098 on black background.


Color preview on white background

This text has color #89C098 on white background.


Black color preview on #89C098 background

This text has black color on #89C098 background.


White color preview on #89C098 background

This text has white color on #89C098 background.


Related colors

Complementary color

Complementary color for #hex is #763F67.


I love getcolorcode.com

Triadic colors

1 #9889C0 and #C09889 with #89C098 are triadic colors.

2 #98C089 and #C08998 with #89C098 are triadic colors.