COLOR #98B474

HEX: #98B474 RGB: (152,180,116)

Color info

#98B474 contains mainly red and green colors. Web safe color of #98B474 is #99CC66 (or #9C6).

RGB color model

#98B474 color RGB value is (152,180,116).

RGB: (152,180,116) (60%, 71%, 45%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 116 of 255 = 45%

152
180
116

R + G + B ~ 59%. #98B474 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 180 + 116 = 448 (100%)
R 152 of 448 ~ 33.93%
G 180 of 448 ~ 40.18%
B 116 of 448 ~ 25.89'%

%33.93
%40.18
%25.89

CMYK color model

#98B474 color CMYK value is (16,0,36,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%

CMYK: (16,0,36,29)
C16M0Y36K29 (16%, 0%, 36%, 29%)
(0.16 / 0.00 / 0.36 / 0.29)

CMYK percentages

%15.56
%0
%35.56
%29.41

Codes

Color #98B474 in popluar color models

98 B4 74
RGB 152 180 116
HSL 86° 29.91% 58.04%
HSB/HSV 86° 35.56% 70.59%
CMYK 15.56% 0.00% 35.56%
29.41%

Color #98B474 in popluar number systems.

HEX 98 B4 74
Decimal 152 180 116
Binary 10011000 10110100 1110100
Octal 230 264 164

Shades and tints

Shades of #98B474

#98B474
(152,180,116)
#8BA46A
(139,164,106)
#7E9460
(126,148,96)
#718456
(113,132,86)
#64744C
(100,116,76)
#576442
(87,100,66)
#4A5438
(74,84,56)
#3D442E
(61,68,46)
#303424
(48,52,36)
#23241A
(35,36,26)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #98B474

#98B474
(152,180,116)
#A1BA80
(161,186,128)
#AAC08C
(170,192,140)
#B3C698
(179,198,152)
#BCCCA4
(188,204,164)
#C5D2B0
(197,210,176)
#CED8BC
(206,216,188)
#D7DEC8
(215,222,200)
#E0E4D4
(224,228,212)
#E9EAE0
(233,234,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B474 color. Also use rgb(152,180,116) instead hex code.

Text Font Color

.myTextColor { color: #98B474; }

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

This text font color is #98B474.

Background Color

.myBgColor { background-color: #98B474; }

<div style="background-color:#98B474">Inner text</div>

This div background color is #98B474.

Border color

.myBorderColor { border: 1px solid #98B474; }

<div style="border:3px solid #98B474">Div</div>

This div border color is #98B474.

Opacity

.myOpacity80 { color: #98B474; opacity: 0.8; }

<p style="color:#98B474;opacity:0.8;">80%</p>

Text with #98B474 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 #98B474;}

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

This text has shadow with #98B474 color.


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

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

This text has shadow with #98B474 primary color and red secondary color.


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

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

This text has shadow with #98B474 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98B474.

Preview

Color preview on black background

This text has color #98B474 on black background.


Color preview on white background

This text has color #98B474 on white background.


Black color preview on #98B474 background

This text has black color on #98B474 background.


White color preview on #98B474 background

This text has white color on #98B474 background.


Related colors

Complementary color

Complementary color for #hex is #674B8B.


I love getcolorcode.com

Triadic colors

1 #7498B4 and #B47498 with #98B474 are triadic colors.

2 #74B498 and #B49874 with #98B474 are triadic colors.