COLOR #989B64

HEX: #989B64 RGB: (152,155,100)

Color info

#989B64 contains red, green and blue colors in about the same proportion. Web safe color of #989B64 is #999966 (or #996).

RGB color model

#989B64 color RGB value is (152,155,100).

RGB: (152,155,100) (60%, 61%, 39%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 100 of 255 = 39%

152
155
100

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 100 = 407 (100%)
R 152 of 407 ~ 37.35%
G 155 of 407 ~ 38.08%
B 100 of 407 ~ 24.57'%

%37.35
%38.08
%24.57

CMYK color model

#989B64 color CMYK value is (2,0,35,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 39.22%

CMYK: (2,0,35,39)
C2M0Y35K39 (2%, 0%, 35%, 39%)
(0.02 / 0.00 / 0.35 / 0.39)

CMYK percentages

%1.94
%0
%35.48
%39.22

Codes

Color #989B64 in popluar color models

98 9B 64
RGB 152 155 100
HSL 63° 21.57% 50.00%
HSB/HSV 63° 35.48% 60.78%
CMYK 1.94% 0.00% 35.48%
39.22%

Color #989B64 in popluar number systems.

HEX 98 9B 64
Decimal 152 155 100
Binary 10011000 10011011 1100100
Octal 230 233 144

Shades and tints

Shades of #989B64

#989B64
(152,155,100)
#8B8D5B
(139,141,91)
#7E7F52
(126,127,82)
#717149
(113,113,73)
#646340
(100,99,64)
#575537
(87,85,55)
#4A472E
(74,71,46)
#3D3925
(61,57,37)
#302B1C
(48,43,28)
#231D13
(35,29,19)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #989B64

#989B64
(152,155,100)
#A1A472
(161,164,114)
#AAAD80
(170,173,128)
#B3B68E
(179,182,142)
#BCBF9C
(188,191,156)
#C5C8AA
(197,200,170)
#CED1B8
(206,209,184)
#D7DAC6
(215,218,198)
#E0E3D4
(224,227,212)
#E9ECE2
(233,236,226)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989B64 color. Also use rgb(152,155,100) instead hex code.

Text Font Color

.myTextColor { color: #989B64; }

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

This text font color is #989B64.

Background Color

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

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

This div background color is #989B64.

Border color

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

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

This div border color is #989B64.

Opacity

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

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

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

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

This text has shadow with #989B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989B64.

Preview

Color preview on black background

This text has color #989B64 on black background.


Color preview on white background

This text has color #989B64 on white background.


Black color preview on #989B64 background

This text has black color on #989B64 background.


White color preview on #989B64 background

This text has white color on #989B64 background.


Related colors

Complementary color

Complementary color for #hex is #67649B.


I love getcolorcode.com

Triadic colors

1 #64989B and #9B6498 with #989B64 are triadic colors.

2 #649B98 and #9B9864 with #989B64 are triadic colors.