COLOR #98C96C

HEX: #98C96C
RGB: (152,201,108)

Color info

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

RGB color model

#98C96C color RGB value is (152,201,108).

  • red value is 152;
  • green value is 201;
  • blue value is 108.
RGB:
(152,201,108)
(60%,79%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 201 of 255 = 79%
B 108 of 255 = 42%

152
201
108

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

Portions of RGB colors in percentages

R + G + B =
152 + 201 + 108 = 461 (100%)
R 152 of 461 ~ 32.97%
G 201 of 461 ~ 43.6%
B 108 of 461 ~ 23.43%

%32.97
%43.6
%23.43

CMYK color model

#98C96C color CMYK value is (24,0,46,21).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK:
(24,0,46,21)
C24M0Y46K21 
(24%,0%,46%,21%)
(0.24/0.00/0.46/0.21)	

CMYK percentages

%24.38
%0
%46.27
%21.18

Codes

Color #98C96C in popluar color models

98C96C
RGB152201108
HSL92°46.27%60.59%
HSB/HSV92°46.27%78.82%
CMYK24.38%0.00%46.27%
21.18%

Color #98C96C in popluar number systems.

HEX98C96C
Decimal152201108
Binary10011000110010011101100
Octal230311154

Shades and tints

Shades of #98C96C

#98C96C
(152,201,108)
#8BB763
(139,183,99)
#7EA55A
(126,165,90)
#719351
(113,147,81)
#648148
(100,129,72)
#576F3F
(87,111,63)
#4A5D36
(74,93,54)
#3D4B2D
(61,75,45)
#303924
(48,57,36)
#23271B
(35,39,27)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #98C96C

#98C96C
(152,201,108)
#A1CD79
(161,205,121)
#AAD186
(170,209,134)
#B3D593
(179,213,147)
#BCD9A0
(188,217,160)
#C5DDAD
(197,221,173)
#CEE1BA
(206,225,186)
#D7E5C7
(215,229,199)
#E0E9D4
(224,233,212)
#E9EDE1
(233,237,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C96C color. Also use rgb(152,201,108) instead hex code.

Text Font Color

.myTextColor { color: #98C96C; }

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

This text font color is #98C96C.


Background Color

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

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

This div background color is #98C96C.


Border color

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

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

This div border color is #98C96C.


Opacity

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

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

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

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

This text has shadow with #98C96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C96C on black background.


Color preview on white background

This text has color #98C96C on white background.



Black color preview on #98C96C background

This text has black color on #98C96C background.


White color preview on #98C96C background

This text has white color on #98C96C background.