COLOR #989C06

HEX: #989C06 RGB: (152,156,6)

Color info

#989C06 contains mainly red and green colors. Web safe color of #989C06 is #999900 (or #990).

RGB color model

#989C06 color RGB value is (152,156,6).

RGB: (152,156,6) (60%, 61%, 2%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 6 of 255 = 2%

152
156
6

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

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 6 = 314 (100%)
R 152 of 314 ~ 48.41%
G 156 of 314 ~ 49.68%
B 6 of 314 ~ 1.91'%

%48.41
%49.68

CMYK color model

#989C06 color CMYK value is (3,0,96,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 96.15%
  • key color value is 38.82%

CMYK: (3,0,96,39)
C3M0Y96K39 (3%, 0%, 96%, 39%)
(0.03 / 0.00 / 0.96 / 0.39)

CMYK percentages

%2.56
%0
%96.15
%38.82

Codes

Color #989C06 in popluar color models

98 9C 06
RGB 152 156 6
HSL 62° 92.59% 31.76%
HSB/HSV 62° 96.15% 61.18%
CMYK 2.56% 0.00% 96.15%
38.82%

Color #989C06 in popluar number systems.

HEX 98 9C 06
Decimal 152 156 6
Binary 10011000 10011100 110
Octal 230 234 6

Shades and tints

Shades of #989C06

#989C06
(152,156,6)
#8B8E06
(139,142,6)
#7E8006
(126,128,6)
#717206
(113,114,6)
#646406
(100,100,6)
#575606
(87,86,6)
#4A4806
(74,72,6)
#3D3A06
(61,58,6)
#302C06
(48,44,6)
#231E06
(35,30,6)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #989C06

#989C06
(152,156,6)
#A1A51C
(161,165,28)
#AAAE32
(170,174,50)
#B3B748
(179,183,72)
#BCC05E
(188,192,94)
#C5C974
(197,201,116)
#CED28A
(206,210,138)
#D7DBA0
(215,219,160)
#E0E4B6
(224,228,182)
#E9EDCC
(233,237,204)
#F2F6E2
(242,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989C06; }

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

This text font color is #989C06.

Background Color

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

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

This div background color is #989C06.

Border color

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

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

This div border color is #989C06.

Opacity

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

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

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

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

This text has shadow with #989C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989C06.

Preview

Color preview on black background

This text has color #989C06 on black background.


Color preview on white background

This text has color #989C06 on white background.


Black color preview on #989C06 background

This text has black color on #989C06 background.


White color preview on #989C06 background

This text has white color on #989C06 background.


Related colors

Complementary color

Complementary color for #hex is #6763F9.


I love getcolorcode.com

Triadic colors

1 #06989C and #9C0698 with #989C06 are triadic colors.

2 #069C98 and #9C9806 with #989C06 are triadic colors.