COLOR #98A261

HEX: #98A261
RGB: (152,162,97)

Color info

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

RGB color model

#98A261 color RGB value is (152,162,97).

  • red value is 152;
  • green value is 162;
  • blue value is 97.
RGB:
(152,162,97)
(60%,64%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 97 of 255 = 38%

152
162
97

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

Portions of RGB colors in percentages

R + G + B =
152 + 162 + 97 = 411 (100%)
R 152 of 411 ~ 36.98%
G 162 of 411 ~ 39.42%
B 97 of 411 ~ 23.6%

%36.98
%39.42
%23.6

CMYK color model

#98A261 color CMYK value is (6,0,40,36).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 36.47%
CMYK:
(6,0,40,36)
C6M0Y40K36 
(6%,0%,40%,36%)
(0.06/0.00/0.40/0.36)	

CMYK percentages

%6.17
%0
%40.12
%36.47

Codes

Color #98A261 in popluar color models

98A261
RGB15216297
HSL69°25.90%50.78%
HSB/HSV69°40.12%63.53%
CMYK6.17%0.00%40.12%
36.47%

Color #98A261 in popluar number systems.

HEX98A261
Decimal15216297
Binary10011000101000101100001
Octal230242141

Shades and tints

Shades of #98A261

#98A261
(152,162,97)
#8B9459
(139,148,89)
#7E8651
(126,134,81)
#717849
(113,120,73)
#646A41
(100,106,65)
#575C39
(87,92,57)
#4A4E31
(74,78,49)
#3D4029
(61,64,41)
#303221
(48,50,33)
#232419
(35,36,25)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #98A261

#98A261
(152,162,97)
#A1AA6F
(161,170,111)
#AAB27D
(170,178,125)
#B3BA8B
(179,186,139)
#BCC299
(188,194,153)
#C5CAA7
(197,202,167)
#CED2B5
(206,210,181)
#D7DAC3
(215,218,195)
#E0E2D1
(224,226,209)
#E9EADF
(233,234,223)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A261 color. Also use rgb(152,162,97) instead hex code.

Text Font Color

.myTextColor { color: #98A261; }

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

This text font color is #98A261.


Background Color

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

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

This div background color is #98A261.


Border color

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

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

This div border color is #98A261.


Opacity

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

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

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

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

This text has shadow with #98A261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A261 on black background.


Color preview on white background

This text has color #98A261 on white background.



Black color preview on #98A261 background

This text has black color on #98A261 background.


White color preview on #98A261 background

This text has white color on #98A261 background.