COLOR #98C389

HEX: #98C389
RGB: (152,195,137)

Color info

#98C389 contains red, green and blue colors in about the same proportion. Web safe color of #98C389 is #99CC99 (or #9C9).

RGB color model

#98C389 color RGB value is (152,195,137).

  • red value is 152;
  • green value is 195;
  • blue value is 137.
RGB:
(152,195,137)
(60%,76%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 195 of 255 = 76%
B 137 of 255 = 54%

152
195
137

R + G + B ~ 63%. #98C389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 195 + 137 = 484 (100%)
R 152 of 484 ~ 31.4%
G 195 of 484 ~ 40.29%
B 137 of 484 ~ 28.31%

%31.4
%40.29
%28.31

CMYK color model

#98C389 color CMYK value is (22,0,30,24).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(22,0,30,24)
C22M0Y30K24 
(22%,0%,30%,24%)
(0.22/0.00/0.30/0.24)	

CMYK percentages

%22.05
%0
%29.74
%23.53

Codes

Color #98C389 in popluar color models

98C389
RGB152195137
HSL104°32.58%65.10%
HSB/HSV104°29.74%76.47%
CMYK22.05%0.00%29.74%
23.53%

Color #98C389 in popluar number systems.

HEX98C389
Decimal152195137
Binary100110001100001110001001
Octal230303211

Shades and tints

Shades of #98C389

#98C389
(152,195,137)
#8BB27D
(139,178,125)
#7EA171
(126,161,113)
#719065
(113,144,101)
#647F59
(100,127,89)
#576E4D
(87,110,77)
#4A5D41
(74,93,65)
#3D4C35
(61,76,53)
#303B29
(48,59,41)
#232A1D
(35,42,29)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #98C389

#98C389
(152,195,137)
#A1C893
(161,200,147)
#AACD9D
(170,205,157)
#B3D2A7
(179,210,167)
#BCD7B1
(188,215,177)
#C5DCBB
(197,220,187)
#CEE1C5
(206,225,197)
#D7E6CF
(215,230,207)
#E0EBD9
(224,235,217)
#E9F0E3
(233,240,227)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C389 color. Also use rgb(152,195,137) instead hex code.

Text Font Color

.myTextColor { color: #98C389; }

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

This text font color is #98C389.


Background Color

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

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

This div background color is #98C389.


Border color

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

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

This div border color is #98C389.


Opacity

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

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

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

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

This text has shadow with #98C389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C389 on black background.


Color preview on white background

This text has color #98C389 on white background.



Black color preview on #98C389 background

This text has black color on #98C389 background.


White color preview on #98C389 background

This text has white color on #98C389 background.