COLOR #98B979

HEX: #98B979
RGB: (152,185,121)

Color info

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

RGB color model

#98B979 color RGB value is (152,185,121).

  • red value is 152;
  • green value is 185;
  • blue value is 121.
RGB:
(152,185,121)
(60%,73%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 121 of 255 = 47%

152
185
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 121 = 458 (100%)
R 152 of 458 ~ 33.19%
G 185 of 458 ~ 40.39%
B 121 of 458 ~ 26.42%

%33.19
%40.39
%26.42

CMYK color model

#98B979 color CMYK value is (18,0,35,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(18,0,35,27)
C18M0Y35K27 
(18%,0%,35%,27%)
(0.18/0.00/0.35/0.27)	

CMYK percentages

%17.84
%0
%34.59
%27.45

Codes

Color #98B979 in popluar color models

98B979
RGB152185121
HSL91°31.37%60.00%
HSB/HSV91°34.59%72.55%
CMYK17.84%0.00%34.59%
27.45%

Color #98B979 in popluar number systems.

HEX98B979
Decimal152185121
Binary10011000101110011111001
Octal230271171

Shades and tints

Shades of #98B979

#98B979
(152,185,121)
#8BA96E
(139,169,110)
#7E9963
(126,153,99)
#718958
(113,137,88)
#64794D
(100,121,77)
#576942
(87,105,66)
#4A5937
(74,89,55)
#3D492C
(61,73,44)
#303921
(48,57,33)
#232916
(35,41,22)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #98B979

#98B979
(152,185,121)
#A1BF85
(161,191,133)
#AAC591
(170,197,145)
#B3CB9D
(179,203,157)
#BCD1A9
(188,209,169)
#C5D7B5
(197,215,181)
#CEDDC1
(206,221,193)
#D7E3CD
(215,227,205)
#E0E9D9
(224,233,217)
#E9EFE5
(233,239,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B979 color. Also use rgb(152,185,121) instead hex code.

Text Font Color

.myTextColor { color: #98B979; }

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

This text font color is #98B979.


Background Color

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

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

This div background color is #98B979.


Border color

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

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

This div border color is #98B979.


Opacity

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

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

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

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

This text has shadow with #98B979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B979 on black background.


Color preview on white background

This text has color #98B979 on white background.



Black color preview on #98B979 background

This text has black color on #98B979 background.


White color preview on #98B979 background

This text has white color on #98B979 background.