COLOR #989C32

HEX: #989C32
RGB: (152,156,50)

Color info

#989C32 contains mainly red and green colors. Web safe color of #989C32 is #999933 (or #993).

RGB color model

#989C32 color RGB value is (152,156,50).

  • red value is 152;
  • green value is 156;
  • blue value is 50.
RGB:
(152,156,50)
(60%,61%,20%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 50 of 255 = 20%

152
156
50

R + G + B ~ 47%. #989C32 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 50 = 358 (100%)
R 152 of 358 ~ 42.46%
G 156 of 358 ~ 43.58%
B 50 of 358 ~ 13.97%

%42.46
%43.58
%13.97

CMYK color model

#989C32 color CMYK value is (3,0,68,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 38.82%
CMYK:
(3,0,68,39)
C3M0Y68K39 
(3%,0%,68%,39%)
(0.03/0.00/0.68/0.39)	

CMYK percentages

%2.56
%0
%67.95
%38.82

Codes

Color #989C32 in popluar color models

989C32
RGB15215650
HSL62°51.46%40.39%
HSB/HSV62°67.95%61.18%
CMYK2.56%0.00%67.95%
38.82%

Color #989C32 in popluar number systems.

HEX989C32
Decimal15215650
Binary1001100010011100110010
Octal23023462

Shades and tints

Shades of #989C32

#989C32
(152,156,50)
#8B8E2E
(139,142,46)
#7E802A
(126,128,42)
#717226
(113,114,38)
#646422
(100,100,34)
#57561E
(87,86,30)
#4A481A
(74,72,26)
#3D3A16
(61,58,22)
#302C12
(48,44,18)
#231E0E
(35,30,14)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #989C32

#989C32
(152,156,50)
#A1A544
(161,165,68)
#AAAE56
(170,174,86)
#B3B768
(179,183,104)
#BCC07A
(188,192,122)
#C5C98C
(197,201,140)
#CED29E
(206,210,158)
#D7DBB0
(215,219,176)
#E0E4C2
(224,228,194)
#E9EDD4
(233,237,212)
#F2F6E6
(242,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989C32 color. Also use rgb(152,156,50) instead hex code.

Text Font Color

.myTextColor { color: #989C32; }

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

This text font color is #989C32.


Background Color

.myBgColor { background-color: #989C32; }

<div style="background-color:#989C32">Inner text</div>

This div background color is #989C32.


Border color

.myBorderColor { border: 1px solid #989C32; }

<div style="border:3px solid #989C32">Div</div>

This div border color is #989C32.


Opacity

.myOpacity80 { color: #989C32; opacity: 0.8; }

<p style="color:#989C32;opacity:0.8;">80%</p>

Text with #989C32 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 #989C32;}

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

This text has shadow with #989C32 color.

.textShadow {text-shadow: 3px 3px 1px #989C32, 3px 3px 1px red;}

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

This text has shadow with #989C32 primary color and red secondary color.


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

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

This text has shadow with #989C32 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #989C32;
-webkit-box-shadow: 1px 1px 3px 2px #989C32;
box-shadow:1px 1px 3px 2px #989C32;">
Div content here</div>
This div box has shadow with color #989C32.

Preview

Color preview on black background

This text has color #989C32 on black background.


Color preview on white background

This text has color #989C32 on white background.



Black color preview on #989C32 background

This text has black color on #989C32 background.


White color preview on #989C32 background

This text has white color on #989C32 background.