COLOR #98AA49

HEX: #98AA49
RGB: (152,170,73)

Color info

#98AA49 contains mainly red and green colors. Web safe color of #98AA49 is #999933 (or #993).

RGB color model

#98AA49 color RGB value is (152,170,73).

  • red value is 152;
  • green value is 170;
  • blue value is 73.
RGB:
(152,170,73)
(60%,67%,29%)

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 73 of 255 = 29%

152
170
73

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

Portions of RGB colors in percentages

R + G + B =
152 + 170 + 73 = 395 (100%)
R 152 of 395 ~ 38.48%
G 170 of 395 ~ 43.04%
B 73 of 395 ~ 18.48%

%38.48
%43.04
%18.48

CMYK color model

#98AA49 color CMYK value is (11,0,57,33).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 33.33%
CMYK:
(11,0,57,33)
C11M0Y57K33 
(11%,0%,57%,33%)
(0.11/0.00/0.57/0.33)	

CMYK percentages

%10.59
%0
%57.06
%33.33

Codes

Color #98AA49 in popluar color models

98AA49
RGB15217073
HSL71°39.92%47.65%
HSB/HSV71°57.06%66.67%
CMYK10.59%0.00%57.06%
33.33%

Color #98AA49 in popluar number systems.

HEX98AA49
Decimal15217073
Binary10011000101010101001001
Octal230252111

Shades and tints

Shades of #98AA49

#98AA49
(152,170,73)
#8B9B43
(139,155,67)
#7E8C3D
(126,140,61)
#717D37
(113,125,55)
#646E31
(100,110,49)
#575F2B
(87,95,43)
#4A5025
(74,80,37)
#3D411F
(61,65,31)
#303219
(48,50,25)
#232313
(35,35,19)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #98AA49

#98AA49
(152,170,73)
#A1B159
(161,177,89)
#AAB869
(170,184,105)
#B3BF79
(179,191,121)
#BCC689
(188,198,137)
#C5CD99
(197,205,153)
#CED4A9
(206,212,169)
#D7DBB9
(215,219,185)
#E0E2C9
(224,226,201)
#E9E9D9
(233,233,217)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AA49 color. Also use rgb(152,170,73) instead hex code.

Text Font Color

.myTextColor { color: #98AA49; }

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

This text font color is #98AA49.


Background Color

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

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

This div background color is #98AA49.


Border color

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

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

This div border color is #98AA49.


Opacity

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

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

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

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

This text has shadow with #98AA49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AA49 on black background.


Color preview on white background

This text has color #98AA49 on white background.



Black color preview on #98AA49 background

This text has black color on #98AA49 background.


White color preview on #98AA49 background

This text has white color on #98AA49 background.