COLOR #98A54E

HEX: #98A54E
RGB: (152,165,78)

Color info

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

RGB color model

#98A54E color RGB value is (152,165,78).

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

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 78 of 255 = 31%

152
165
78

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

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 78 = 395 (100%)
R 152 of 395 ~ 38.48%
G 165 of 395 ~ 41.77%
B 78 of 395 ~ 19.75%

%38.48
%41.77
%19.75

CMYK color model

#98A54E color CMYK value is (8,0,53,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 52.73%
  • key color value is 35.29%
CMYK:
(8,0,53,35)
C8M0Y53K35 
(8%,0%,53%,35%)
(0.08/0.00/0.53/0.35)	

CMYK percentages

%7.88
%0
%52.73
%35.29

Codes

Color #98A54E in popluar color models

98A54E
RGB15216578
HSL69°35.80%47.65%
HSB/HSV69°52.73%64.71%
CMYK7.88%0.00%52.73%
35.29%

Color #98A54E in popluar number systems.

HEX98A54E
Decimal15216578
Binary10011000101001011001110
Octal230245116

Shades and tints

Shades of #98A54E

#98A54E
(152,165,78)
#8B9647
(139,150,71)
#7E8740
(126,135,64)
#717839
(113,120,57)
#646932
(100,105,50)
#575A2B
(87,90,43)
#4A4B24
(74,75,36)
#3D3C1D
(61,60,29)
#302D16
(48,45,22)
#231E0F
(35,30,15)
#160F08
(22,15,8)
#000000
(0,0,0)

Tints of #98A54E

#98A54E
(152,165,78)
#A1AD5E
(161,173,94)
#AAB56E
(170,181,110)
#B3BD7E
(179,189,126)
#BCC58E
(188,197,142)
#C5CD9E
(197,205,158)
#CED5AE
(206,213,174)
#D7DDBE
(215,221,190)
#E0E5CE
(224,229,206)
#E9EDDE
(233,237,222)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A54E; }

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

This text font color is #98A54E.


Background Color

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

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

This div background color is #98A54E.


Border color

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

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

This div border color is #98A54E.


Opacity

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

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

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

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

This text has shadow with #98A54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A54E on black background.


Color preview on white background

This text has color #98A54E on white background.



Black color preview on #98A54E background

This text has black color on #98A54E background.


White color preview on #98A54E background

This text has white color on #98A54E background.