COLOR #98AA5A

HEX: #98AA5A
RGB: (152,170,90)

Color info

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

RGB color model

#98AA5A color RGB value is (152,170,90).

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

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 90 of 255 = 35%

152
170
90

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

Portions of RGB colors in percentages

R + G + B =
152 + 170 + 90 = 412 (100%)
R 152 of 412 ~ 36.89%
G 170 of 412 ~ 41.26%
B 90 of 412 ~ 21.84%

%36.89
%41.26
%21.84

CMYK color model

#98AA5A color CMYK value is (11,0,47,33).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(11,0,47,33)
C11M0Y47K33 
(11%,0%,47%,33%)
(0.11/0.00/0.47/0.33)	

CMYK percentages

%10.59
%0
%47.06
%33.33

Codes

Color #98AA5A in popluar color models

98AA5A
RGB15217090
HSL74°32.00%50.98%
HSB/HSV74°47.06%66.67%
CMYK10.59%0.00%47.06%
33.33%

Color #98AA5A in popluar number systems.

HEX98AA5A
Decimal15217090
Binary10011000101010101011010
Octal230252132

Shades and tints

Shades of #98AA5A

#98AA5A
(152,170,90)
#8B9B52
(139,155,82)
#7E8C4A
(126,140,74)
#717D42
(113,125,66)
#646E3A
(100,110,58)
#575F32
(87,95,50)
#4A502A
(74,80,42)
#3D4122
(61,65,34)
#30321A
(48,50,26)
#232312
(35,35,18)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #98AA5A

#98AA5A
(152,170,90)
#A1B169
(161,177,105)
#AAB878
(170,184,120)
#B3BF87
(179,191,135)
#BCC696
(188,198,150)
#C5CDA5
(197,205,165)
#CED4B4
(206,212,180)
#D7DBC3
(215,219,195)
#E0E2D2
(224,226,210)
#E9E9E1
(233,233,225)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AA5A; }

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

This text font color is #98AA5A.


Background Color

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

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

This div background color is #98AA5A.


Border color

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

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

This div border color is #98AA5A.


Opacity

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

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

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

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

This text has shadow with #98AA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AA5A on black background.


Color preview on white background

This text has color #98AA5A on white background.



Black color preview on #98AA5A background

This text has black color on #98AA5A background.


White color preview on #98AA5A background

This text has white color on #98AA5A background.