COLOR #98B624

HEX: #98B624
RGB: (152,182,36)

Color info

#98B624 contains mainly red and green colors. Web safe color of #98B624 is #99CC33 (or #9C3).

RGB color model

#98B624 color RGB value is (152,182,36).

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

RGB channels and saturation

R 152 of 255 = 60%
G 182 of 255 = 71%
B 36 of 255 = 14%

152
182
36

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

Portions of RGB colors in percentages

R + G + B =
152 + 182 + 36 = 370 (100%)
R 152 of 370 ~ 41.08%
G 182 of 370 ~ 49.19%
B 36 of 370 ~ 9.73%

%41.08
%49.19
%9.73

CMYK color model

#98B624 color CMYK value is (16,0,80,29).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 80.22%
  • key color value is 28.63%
CMYK:
(16,0,80,29)
C16M0Y80K29 
(16%,0%,80%,29%)
(0.16/0.00/0.80/0.29)	

CMYK percentages

%16.48
%0
%80.22
%28.63

Codes

Color #98B624 in popluar color models

98B624
RGB15218236
HSL72°66.97%42.75%
HSB/HSV72°80.22%71.37%
CMYK16.48%0.00%80.22%
28.63%

Color #98B624 in popluar number systems.

HEX98B624
Decimal15218236
Binary1001100010110110100100
Octal23026644

Shades and tints

Shades of #98B624

#98B624
(152,182,36)
#8BA621
(139,166,33)
#7E961E
(126,150,30)
#71861B
(113,134,27)
#647618
(100,118,24)
#576615
(87,102,21)
#4A5612
(74,86,18)
#3D460F
(61,70,15)
#30360C
(48,54,12)
#232609
(35,38,9)
#161606
(22,22,6)
#000000
(0,0,0)

Tints of #98B624

#98B624
(152,182,36)
#A1BC37
(161,188,55)
#AAC24A
(170,194,74)
#B3C85D
(179,200,93)
#BCCE70
(188,206,112)
#C5D483
(197,212,131)
#CEDA96
(206,218,150)
#D7E0A9
(215,224,169)
#E0E6BC
(224,230,188)
#E9ECCF
(233,236,207)
#F2F2E2
(242,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B624; }

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

This text font color is #98B624.


Background Color

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

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

This div background color is #98B624.


Border color

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

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

This div border color is #98B624.


Opacity

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

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

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

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

This text has shadow with #98B624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B624 on black background.


Color preview on white background

This text has color #98B624 on white background.



Black color preview on #98B624 background

This text has black color on #98B624 background.


White color preview on #98B624 background

This text has white color on #98B624 background.