COLOR #98B04E

HEX: #98B04E
RGB: (152,176,78)

Color info

#98B04E contains mainly red and green colors. Web safe color of #98B04E is #999966 (or #996).

RGB color model

#98B04E color RGB value is (152,176,78).

  • red value is 152;
  • green value is 176;
  • blue value is 78.
RGB:
(152,176,78)
(60%,69%,31%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 78 of 255 = 31%

152
176
78

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

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 78 = 406 (100%)
R 152 of 406 ~ 37.44%
G 176 of 406 ~ 43.35%
B 78 of 406 ~ 19.21%

%37.44
%43.35
%19.21

CMYK color model

#98B04E color CMYK value is (14,0,56,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 30.98%
CMYK:
(14,0,56,31)
C14M0Y56K31 
(14%,0%,56%,31%)
(0.14/0.00/0.56/0.31)	

CMYK percentages

%13.64
%0
%55.68
%30.98

Codes

Color #98B04E in popluar color models

98B04E
RGB15217678
HSL75°38.58%49.80%
HSB/HSV75°55.68%69.02%
CMYK13.64%0.00%55.68%
30.98%

Color #98B04E in popluar number systems.

HEX98B04E
Decimal15217678
Binary10011000101100001001110
Octal230260116

Shades and tints

Shades of #98B04E

#98B04E
(152,176,78)
#8BA047
(139,160,71)
#7E9040
(126,144,64)
#718039
(113,128,57)
#647032
(100,112,50)
#57602B
(87,96,43)
#4A5024
(74,80,36)
#3D401D
(61,64,29)
#303016
(48,48,22)
#23200F
(35,32,15)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #98B04E

#98B04E
(152,176,78)
#A1B75E
(161,183,94)
#AABE6E
(170,190,110)
#B3C57E
(179,197,126)
#BCCC8E
(188,204,142)
#C5D39E
(197,211,158)
#CEDAAE
(206,218,174)
#D7E1BE
(215,225,190)
#E0E8CE
(224,232,206)
#E9EFDE
(233,239,222)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B04E color. Also use rgb(152,176,78) instead hex code.

Text Font Color

.myTextColor { color: #98B04E; }

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

This text font color is #98B04E.


Background Color

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

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

This div background color is #98B04E.


Border color

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

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

This div border color is #98B04E.


Opacity

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

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

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

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

This text has shadow with #98B04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B04E on black background.


Color preview on white background

This text has color #98B04E on white background.



Black color preview on #98B04E background

This text has black color on #98B04E background.


White color preview on #98B04E background

This text has white color on #98B04E background.