COLOR #98A459

HEX: #98A459
RGB: (152,164,89)

Color info

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

RGB color model

#98A459 color RGB value is (152,164,89).

  • red value is 152;
  • green value is 164;
  • blue value is 89.
RGB:
(152,164,89)
(60%,64%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 89 of 255 = 35%

152
164
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 89 = 405 (100%)
R 152 of 405 ~ 37.53%
G 164 of 405 ~ 40.49%
B 89 of 405 ~ 21.98%

%37.53
%40.49
%21.98

CMYK color model

#98A459 color CMYK value is (7,0,46,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(7,0,46,36)
C7M0Y46K36 
(7%,0%,46%,36%)
(0.07/0.00/0.46/0.36)	

CMYK percentages

%7.32
%0
%45.73
%35.69

Codes

Color #98A459 in popluar color models

98A459
RGB15216489
HSL70°29.64%49.61%
HSB/HSV70°45.73%64.31%
CMYK7.32%0.00%45.73%
35.69%

Color #98A459 in popluar number systems.

HEX98A459
Decimal15216489
Binary10011000101001001011001
Octal230244131

Shades and tints

Shades of #98A459

#98A459
(152,164,89)
#8B9651
(139,150,81)
#7E8849
(126,136,73)
#717A41
(113,122,65)
#646C39
(100,108,57)
#575E31
(87,94,49)
#4A5029
(74,80,41)
#3D4221
(61,66,33)
#303419
(48,52,25)
#232611
(35,38,17)
#161809
(22,24,9)
#000000
(0,0,0)

Tints of #98A459

#98A459
(152,164,89)
#A1AC68
(161,172,104)
#AAB477
(170,180,119)
#B3BC86
(179,188,134)
#BCC495
(188,196,149)
#C5CCA4
(197,204,164)
#CED4B3
(206,212,179)
#D7DCC2
(215,220,194)
#E0E4D1
(224,228,209)
#E9ECE0
(233,236,224)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A459 color. Also use rgb(152,164,89) instead hex code.

Text Font Color

.myTextColor { color: #98A459; }

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

This text font color is #98A459.


Background Color

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

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

This div background color is #98A459.


Border color

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

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

This div border color is #98A459.


Opacity

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

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

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

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

This text has shadow with #98A459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A459 on black background.


Color preview on white background

This text has color #98A459 on white background.



Black color preview on #98A459 background

This text has black color on #98A459 background.


White color preview on #98A459 background

This text has white color on #98A459 background.