COLOR #98B960

HEX: #98B960
RGB: (152,185,96)

Color info

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

RGB color model

#98B960 color RGB value is (152,185,96).

  • red value is 152;
  • green value is 185;
  • blue value is 96.
RGB:
(152,185,96)
(60%,73%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 96 of 255 = 38%

152
185
96

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

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 96 = 433 (100%)
R 152 of 433 ~ 35.1%
G 185 of 433 ~ 42.73%
B 96 of 433 ~ 22.17%

%35.1
%42.73
%22.17

CMYK color model

#98B960 color CMYK value is (18,0,48,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK:
(18,0,48,27)
C18M0Y48K27 
(18%,0%,48%,27%)
(0.18/0.00/0.48/0.27)	

CMYK percentages

%17.84
%0
%48.11
%27.45

Codes

Color #98B960 in popluar color models

98B960
RGB15218596
HSL82°38.86%55.10%
HSB/HSV82°48.11%72.55%
CMYK17.84%0.00%48.11%
27.45%

Color #98B960 in popluar number systems.

HEX98B960
Decimal15218596
Binary10011000101110011100000
Octal230271140

Shades and tints

Shades of #98B960

#98B960
(152,185,96)
#8BA958
(139,169,88)
#7E9950
(126,153,80)
#718948
(113,137,72)
#647940
(100,121,64)
#576938
(87,105,56)
#4A5930
(74,89,48)
#3D4928
(61,73,40)
#303920
(48,57,32)
#232918
(35,41,24)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #98B960

#98B960
(152,185,96)
#A1BF6E
(161,191,110)
#AAC57C
(170,197,124)
#B3CB8A
(179,203,138)
#BCD198
(188,209,152)
#C5D7A6
(197,215,166)
#CEDDB4
(206,221,180)
#D7E3C2
(215,227,194)
#E0E9D0
(224,233,208)
#E9EFDE
(233,239,222)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B960 color. Also use rgb(152,185,96) instead hex code.

Text Font Color

.myTextColor { color: #98B960; }

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

This text font color is #98B960.


Background Color

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

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

This div background color is #98B960.


Border color

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

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

This div border color is #98B960.


Opacity

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

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

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

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

This text has shadow with #98B960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B960 on black background.


Color preview on white background

This text has color #98B960 on white background.



Black color preview on #98B960 background

This text has black color on #98B960 background.


White color preview on #98B960 background

This text has white color on #98B960 background.