COLOR #98C526

HEX: #98C526
RGB: (152,197,38)

Color info

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

RGB color model

#98C526 color RGB value is (152,197,38).

  • red value is 152;
  • green value is 197;
  • blue value is 38.
RGB:
(152,197,38)
(60%,77%,15%)

RGB channels and saturation

R 152 of 255 = 60%
G 197 of 255 = 77%
B 38 of 255 = 15%

152
197
38

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

Portions of RGB colors in percentages

R + G + B =
152 + 197 + 38 = 387 (100%)
R 152 of 387 ~ 39.28%
G 197 of 387 ~ 50.9%
B 38 of 387 ~ 9.82%

%39.28
%50.9
%9.82

CMYK color model

#98C526 color CMYK value is (23,0,81,23).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 80.71%
  • key color value is 22.75%
CMYK:
(23,0,81,23)
C23M0Y81K23 
(23%,0%,81%,23%)
(0.23/0.00/0.81/0.23)	

CMYK percentages

%22.84
%0
%80.71
%22.75

Codes

Color #98C526 in popluar color models

98C526
RGB15219738
HSL77°67.66%46.08%
HSB/HSV77°80.71%77.25%
CMYK22.84%0.00%80.71%
22.75%

Color #98C526 in popluar number systems.

HEX98C526
Decimal15219738
Binary1001100011000101100110
Octal23030546

Shades and tints

Shades of #98C526

#98C526
(152,197,38)
#8BB423
(139,180,35)
#7EA320
(126,163,32)
#71921D
(113,146,29)
#64811A
(100,129,26)
#577017
(87,112,23)
#4A5F14
(74,95,20)
#3D4E11
(61,78,17)
#303D0E
(48,61,14)
#232C0B
(35,44,11)
#161B08
(22,27,8)
#000000
(0,0,0)

Tints of #98C526

#98C526
(152,197,38)
#A1CA39
(161,202,57)
#AACF4C
(170,207,76)
#B3D45F
(179,212,95)
#BCD972
(188,217,114)
#C5DE85
(197,222,133)
#CEE398
(206,227,152)
#D7E8AB
(215,232,171)
#E0EDBE
(224,237,190)
#E9F2D1
(233,242,209)
#F2F7E4
(242,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C526 color. Also use rgb(152,197,38) instead hex code.

Text Font Color

.myTextColor { color: #98C526; }

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

This text font color is #98C526.


Background Color

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

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

This div background color is #98C526.


Border color

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

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

This div border color is #98C526.


Opacity

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

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

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

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

This text has shadow with #98C526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C526 on black background.


Color preview on white background

This text has color #98C526 on white background.



Black color preview on #98C526 background

This text has black color on #98C526 background.


White color preview on #98C526 background

This text has white color on #98C526 background.