COLOR #89BC92

HEX: #89BC92 RGB: (137,188,146)

Color info

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

RGB color model

#89BC92 color RGB value is (137,188,146).

RGB: (137,188,146) (54%, 74%, 57%)

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 146 of 255 = 57%

137
188
146

R + G + B ~ 62%. #89BC92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 188 + 146 = 471 (100%)
R 137 of 471 ~ 29.09%
G 188 of 471 ~ 39.92%
B 146 of 471 ~ 31'%

%29.09
%39.92
%31

CMYK color model

#89BC92 color CMYK value is (27,0,22,26).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 26.27%

CMYK: (27,0,22,26)
C27M0Y22K26 (27%, 0%, 22%, 26%)
(0.27 / 0.00 / 0.22 / 0.26)

CMYK percentages

%27.13
%0
%22.34
%26.27

Codes

Color #89BC92 in popluar color models

89 BC 92
RGB 137 188 146
HSL 131° 27.57% 63.73%
HSB/HSV 131° 27.13% 73.73%
CMYK 27.13% 0.00% 22.34%
26.27%

Color #89BC92 in popluar number systems.

HEX 89 BC 92
Decimal 137 188 146
Binary 10001001 10111100 10010010
Octal 211 274 222

Shades and tints

Shades of #89BC92

#89BC92
(137,188,146)
#7DAB85
(125,171,133)
#719A78
(113,154,120)
#65896B
(101,137,107)
#59785E
(89,120,94)
#4D6751
(77,103,81)
#415644
(65,86,68)
#354537
(53,69,55)
#29342A
(41,52,42)
#1D231D
(29,35,29)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #89BC92

#89BC92
(137,188,146)
#93C29B
(147,194,155)
#9DC8A4
(157,200,164)
#A7CEAD
(167,206,173)
#B1D4B6
(177,212,182)
#BBDABF
(187,218,191)
#C5E0C8
(197,224,200)
#CFE6D1
(207,230,209)
#D9ECDA
(217,236,218)
#E3F2E3
(227,242,227)
#EDF8EC
(237,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BC92 color. Also use rgb(137,188,146) instead hex code.

Text Font Color

.myTextColor { color: #89BC92; }

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

This text font color is #89BC92.

Background Color

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

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

This div background color is #89BC92.

Border color

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

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

This div border color is #89BC92.

Opacity

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

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

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

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

This text has shadow with #89BC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BC92.

Preview

Color preview on black background

This text has color #89BC92 on black background.


Color preview on white background

This text has color #89BC92 on white background.


Black color preview on #89BC92 background

This text has black color on #89BC92 background.


White color preview on #89BC92 background

This text has white color on #89BC92 background.


Related colors

Complementary color

Complementary color for #hex is #76436D.


I love getcolorcode.com

Triadic colors

1 #9289BC and #BC9289 with #89BC92 are triadic colors.

2 #92BC89 and #BC8992 with #89BC92 are triadic colors.