COLOR #98BA74

HEX: #98BA74
RGB: (152,186,116)

Color info

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

RGB color model

#98BA74 color RGB value is (152,186,116).

  • red value is 152;
  • green value is 186;
  • blue value is 116.
RGB:
(152,186,116)
(60%,73%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 116 of 255 = 45%

152
186
116

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

Portions of RGB colors in percentages

R + G + B =
152 + 186 + 116 = 454 (100%)
R 152 of 454 ~ 33.48%
G 186 of 454 ~ 40.97%
B 116 of 454 ~ 25.55%

%33.48
%40.97
%25.55

CMYK color model

#98BA74 color CMYK value is (18,0,38,27).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(18,0,38,27)
C18M0Y38K27 
(18%,0%,38%,27%)
(0.18/0.00/0.38/0.27)	

CMYK percentages

%18.28
%0
%37.63
%27.06

Codes

Color #98BA74 in popluar color models

98BA74
RGB152186116
HSL89°33.65%59.22%
HSB/HSV89°37.63%72.94%
CMYK18.28%0.00%37.63%
27.06%

Color #98BA74 in popluar number systems.

HEX98BA74
Decimal152186116
Binary10011000101110101110100
Octal230272164

Shades and tints

Shades of #98BA74

#98BA74
(152,186,116)
#8BAA6A
(139,170,106)
#7E9A60
(126,154,96)
#718A56
(113,138,86)
#647A4C
(100,122,76)
#576A42
(87,106,66)
#4A5A38
(74,90,56)
#3D4A2E
(61,74,46)
#303A24
(48,58,36)
#232A1A
(35,42,26)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #98BA74

#98BA74
(152,186,116)
#A1C080
(161,192,128)
#AAC68C
(170,198,140)
#B3CC98
(179,204,152)
#BCD2A4
(188,210,164)
#C5D8B0
(197,216,176)
#CEDEBC
(206,222,188)
#D7E4C8
(215,228,200)
#E0EAD4
(224,234,212)
#E9F0E0
(233,240,224)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BA74; }

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

This text font color is #98BA74.


Background Color

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

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

This div background color is #98BA74.


Border color

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

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

This div border color is #98BA74.


Opacity

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

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

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

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

This text has shadow with #98BA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BA74 on black background.


Color preview on white background

This text has color #98BA74 on white background.



Black color preview on #98BA74 background

This text has black color on #98BA74 background.


White color preview on #98BA74 background

This text has white color on #98BA74 background.