COLOR #98A624

HEX: #98A624
RGB: (152,166,36)

Color info

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

RGB color model

#98A624 color RGB value is (152,166,36).

  • red value is 152;
  • green value is 166;
  • blue value is 36.
RGB:
(152,166,36)
(60%,65%,14%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 36 of 255 = 14%

152
166
36

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

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 36 = 354 (100%)
R 152 of 354 ~ 42.94%
G 166 of 354 ~ 46.89%
B 36 of 354 ~ 10.17%

%42.94
%46.89
%10.17

CMYK color model

#98A624 color CMYK value is (8,0,78,35).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 78.31%
  • key color value is 34.90%
CMYK:
(8,0,78,35)
C8M0Y78K35 
(8%,0%,78%,35%)
(0.08/0.00/0.78/0.35)	

CMYK percentages

%8.43
%0
%78.31
%34.9

Codes

Color #98A624 in popluar color models

98A624
RGB15216636
HSL66°64.36%39.61%
HSB/HSV66°78.31%65.10%
CMYK8.43%0.00%78.31%
34.90%

Color #98A624 in popluar number systems.

HEX98A624
Decimal15216636
Binary1001100010100110100100
Octal23024644

Shades and tints

Shades of #98A624

#98A624
(152,166,36)
#8B9721
(139,151,33)
#7E881E
(126,136,30)
#71791B
(113,121,27)
#646A18
(100,106,24)
#575B15
(87,91,21)
#4A4C12
(74,76,18)
#3D3D0F
(61,61,15)
#302E0C
(48,46,12)
#231F09
(35,31,9)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #98A624

#98A624
(152,166,36)
#A1AE37
(161,174,55)
#AAB64A
(170,182,74)
#B3BE5D
(179,190,93)
#BCC670
(188,198,112)
#C5CE83
(197,206,131)
#CED696
(206,214,150)
#D7DEA9
(215,222,169)
#E0E6BC
(224,230,188)
#E9EECF
(233,238,207)
#F2F6E2
(242,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A624 color. Also use rgb(152,166,36) instead hex code.

Text Font Color

.myTextColor { color: #98A624; }

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

This text font color is #98A624.


Background Color

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

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

This div background color is #98A624.


Border color

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

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

This div border color is #98A624.


Opacity

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

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

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

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

This text has shadow with #98A624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A624 on black background.


Color preview on white background

This text has color #98A624 on white background.



Black color preview on #98A624 background

This text has black color on #98A624 background.


White color preview on #98A624 background

This text has white color on #98A624 background.