COLOR #89B488

HEX: #89B488 RGB: (137,180,136)

Color info

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

RGB color model

#89B488 color RGB value is (137,180,136).

RGB: (137,180,136) (54%, 71%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 180 of 255 = 71%
B 136 of 255 = 53%

137
180
136

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

Portions of RGB colors in percentages

R + G + B = 137 + 180 + 136 = 453 (100%)
R 137 of 453 ~ 30.24%
G 180 of 453 ~ 39.74%
B 136 of 453 ~ 30.02'%

%30.24
%39.74
%30.02

CMYK color model

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

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%

CMYK: (24,0,24,29)
C24M0Y24K29 (24%, 0%, 24%, 29%)
(0.24 / 0.00 / 0.24 / 0.29)

CMYK percentages

%23.89
%0
%24.44
%29.41

Codes

Color #89B488 in popluar color models

89 B4 88
RGB 137 180 136
HSL 119° 22.68% 61.96%
HSB/HSV 119° 24.44% 70.59%
CMYK 23.89% 0.00% 24.44%
29.41%

Color #89B488 in popluar number systems.

HEX 89 B4 88
Decimal 137 180 136
Binary 10001001 10110100 10001000
Octal 211 264 210

Shades and tints

Shades of #89B488

#89B488
(137,180,136)
#7DA47C
(125,164,124)
#719470
(113,148,112)
#658464
(101,132,100)
#597458
(89,116,88)
#4D644C
(77,100,76)
#415440
(65,84,64)
#354434
(53,68,52)
#293428
(41,52,40)
#1D241C
(29,36,28)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #89B488

#89B488
(137,180,136)
#93BA92
(147,186,146)
#9DC09C
(157,192,156)
#A7C6A6
(167,198,166)
#B1CCB0
(177,204,176)
#BBD2BA
(187,210,186)
#C5D8C4
(197,216,196)
#CFDECE
(207,222,206)
#D9E4D8
(217,228,216)
#E3EAE2
(227,234,226)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B488 color. Also use rgb(137,180,136) instead hex code.

Text Font Color

.myTextColor { color: #89B488; }

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

This text font color is #89B488.

Background Color

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

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

This div background color is #89B488.

Border color

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

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

This div border color is #89B488.

Opacity

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

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

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

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

This text has shadow with #89B488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B488.

Preview

Color preview on black background

This text has color #89B488 on black background.


Color preview on white background

This text has color #89B488 on white background.


Black color preview on #89B488 background

This text has black color on #89B488 background.


White color preview on #89B488 background

This text has white color on #89B488 background.


Related colors

Complementary color

Complementary color for #hex is #764B77.


I love getcolorcode.com

Triadic colors

1 #8889B4 and #B48889 with #89B488 are triadic colors.

2 #88B489 and #B48988 with #89B488 are triadic colors.