COLOR #899B4E

HEX: #899B4E RGB: (137,155,78)

Color info

#899B4E contains mainly red and green colors. Web safe color of #899B4E is #999966 (or #996).

RGB color model

#899B4E color RGB value is (137,155,78).

RGB: (137,155,78) (54%, 61%, 31%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 78 of 255 = 31%

137
155
78

R + G + B ~ 49%. #899B4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 78 = 370 (100%)
R 137 of 370 ~ 37.03%
G 155 of 370 ~ 41.89%
B 78 of 370 ~ 21.08'%

%37.03
%41.89
%21.08

CMYK color model

#899B4E color CMYK value is (12,0,50,39).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 39.22%

CMYK: (12,0,50,39)
C12M0Y50K39 (12%, 0%, 50%, 39%)
(0.12 / 0.00 / 0.50 / 0.39)

CMYK percentages

%11.61
%0
%49.68
%39.22

Codes

Color #899B4E in popluar color models

89 9B 4E
RGB 137 155 78
HSL 74° 33.05% 45.69%
HSB/HSV 74° 49.68% 60.78%
CMYK 11.61% 0.00% 49.68%
39.22%

Color #899B4E in popluar number systems.

HEX 89 9B 4E
Decimal 137 155 78
Binary 10001001 10011011 1001110
Octal 211 233 116

Shades and tints

Shades of #899B4E

#899B4E
(137,155,78)
#7D8D47
(125,141,71)
#717F40
(113,127,64)
#657139
(101,113,57)
#596332
(89,99,50)
#4D552B
(77,85,43)
#414724
(65,71,36)
#35391D
(53,57,29)
#292B16
(41,43,22)
#1D1D0F
(29,29,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #899B4E

#899B4E
(137,155,78)
#93A45E
(147,164,94)
#9DAD6E
(157,173,110)
#A7B67E
(167,182,126)
#B1BF8E
(177,191,142)
#BBC89E
(187,200,158)
#C5D1AE
(197,209,174)
#CFDABE
(207,218,190)
#D9E3CE
(217,227,206)
#E3ECDE
(227,236,222)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899B4E color. Also use rgb(137,155,78) instead hex code.

Text Font Color

.myTextColor { color: #899B4E; }

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

This text font color is #899B4E.

Background Color

.myBgColor { background-color: #899B4E; }

<div style="background-color:#899B4E">Inner text</div>

This div background color is #899B4E.

Border color

.myBorderColor { border: 1px solid #899B4E; }

<div style="border:3px solid #899B4E">Div</div>

This div border color is #899B4E.

Opacity

.myOpacity80 { color: #899B4E; opacity: 0.8; }

<p style="color:#899B4E;opacity:0.8;">80%</p>

Text with #899B4E 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 #899B4E;}

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

This text has shadow with #899B4E color.


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

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

This text has shadow with #899B4E primary color and red secondary color.


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

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

This text has shadow with #899B4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #899B4E.

Preview

Color preview on black background

This text has color #899B4E on black background.


Color preview on white background

This text has color #899B4E on white background.


Black color preview on #899B4E background

This text has black color on #899B4E background.


White color preview on #899B4E background

This text has white color on #899B4E background.


Related colors

Complementary color

Complementary color for #hex is #7664B1.


I love getcolorcode.com

Triadic colors

1 #4E899B and #9B4E89 with #899B4E are triadic colors.

2 #4E9B89 and #9B894E with #899B4E are triadic colors.