COLOR #89B482

HEX: #89B482 RGB: (137,180,130)

Color info

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

RGB color model

#89B482 color RGB value is (137,180,130).

RGB: (137,180,130) (54%, 71%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 180 of 255 = 71%
B 130 of 255 = 51%

137
180
130

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

Portions of RGB colors in percentages

R + G + B = 137 + 180 + 130 = 447 (100%)
R 137 of 447 ~ 30.65%
G 180 of 447 ~ 40.27%
B 130 of 447 ~ 29.08'%

%30.65
%40.27
%29.08

CMYK color model

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

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

CMYK: (24,0,28,29)
C24M0Y28K29 (24%, 0%, 28%, 29%)
(0.24 / 0.00 / 0.28 / 0.29)

CMYK percentages

%23.89
%0
%27.78
%29.41

Codes

Color #89B482 in popluar color models

89 B4 82
RGB 137 180 130
HSL 112° 25.00% 60.78%
HSB/HSV 112° 27.78% 70.59%
CMYK 23.89% 0.00% 27.78%
29.41%

Color #89B482 in popluar number systems.

HEX 89 B4 82
Decimal 137 180 130
Binary 10001001 10110100 10000010
Octal 211 264 202

Shades and tints

Shades of #89B482

#89B482
(137,180,130)
#7DA477
(125,164,119)
#71946C
(113,148,108)
#658461
(101,132,97)
#597456
(89,116,86)
#4D644B
(77,100,75)
#415440
(65,84,64)
#354435
(53,68,53)
#29342A
(41,52,42)
#1D241F
(29,36,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #89B482

#89B482
(137,180,130)
#93BA8D
(147,186,141)
#9DC098
(157,192,152)
#A7C6A3
(167,198,163)
#B1CCAE
(177,204,174)
#BBD2B9
(187,210,185)
#C5D8C4
(197,216,196)
#CFDECF
(207,222,207)
#D9E4DA
(217,228,218)
#E3EAE5
(227,234,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B482; }

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

This text font color is #89B482.

Background Color

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

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

This div background color is #89B482.

Border color

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

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

This div border color is #89B482.

Opacity

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

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

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

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

This text has shadow with #89B482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B482.

Preview

Color preview on black background

This text has color #89B482 on black background.


Color preview on white background

This text has color #89B482 on white background.


Black color preview on #89B482 background

This text has black color on #89B482 background.


White color preview on #89B482 background

This text has white color on #89B482 background.


Related colors

Complementary color

Complementary color for #hex is #764B7D.


I love getcolorcode.com

Triadic colors

1 #8289B4 and #B48289 with #89B482 are triadic colors.

2 #82B489 and #B48982 with #89B482 are triadic colors.