COLOR #98B459

HEX: #98B459
RGB: (152,180,89)

Color info

#98B459 contains mainly red and green colors. Web safe color of #98B459 is #99CC66 (or #9C6).

RGB color model

#98B459 color RGB value is (152,180,89).

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

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 89 of 255 = 35%

152
180
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 89 = 421 (100%)
R 152 of 421 ~ 36.1%
G 180 of 421 ~ 42.76%
B 89 of 421 ~ 21.14%

%36.1
%42.76
%21.14

CMYK color model

#98B459 color CMYK value is (16,0,51,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 50.56%
  • key color value is 29.41%
CMYK:
(16,0,51,29)
C16M0Y51K29 
(16%,0%,51%,29%)
(0.16/0.00/0.51/0.29)	

CMYK percentages

%15.56
%0
%50.56
%29.41

Codes

Color #98B459 in popluar color models

98B459
RGB15218089
HSL78°37.76%52.75%
HSB/HSV78°50.56%70.59%
CMYK15.56%0.00%50.56%
29.41%

Color #98B459 in popluar number systems.

HEX98B459
Decimal15218089
Binary10011000101101001011001
Octal230264131

Shades and tints

Shades of #98B459

#98B459
(152,180,89)
#8BA451
(139,164,81)
#7E9449
(126,148,73)
#718441
(113,132,65)
#647439
(100,116,57)
#576431
(87,100,49)
#4A5429
(74,84,41)
#3D4421
(61,68,33)
#303419
(48,52,25)
#232411
(35,36,17)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #98B459

#98B459
(152,180,89)
#A1BA68
(161,186,104)
#AAC077
(170,192,119)
#B3C686
(179,198,134)
#BCCC95
(188,204,149)
#C5D2A4
(197,210,164)
#CED8B3
(206,216,179)
#D7DEC2
(215,222,194)
#E0E4D1
(224,228,209)
#E9EAE0
(233,234,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B459; }

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

This text font color is #98B459.


Background Color

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

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

This div background color is #98B459.


Border color

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

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

This div border color is #98B459.


Opacity

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

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

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

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

This text has shadow with #98B459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B459 on black background.


Color preview on white background

This text has color #98B459 on white background.



Black color preview on #98B459 background

This text has black color on #98B459 background.


White color preview on #98B459 background

This text has white color on #98B459 background.