COLOR #98B862

HEX: #98B862
RGB: (152,184,98)

Color info

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

RGB color model

#98B862 color RGB value is (152,184,98).

  • red value is 152;
  • green value is 184;
  • blue value is 98.
RGB:
(152,184,98)
(60%,72%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 98 of 255 = 38%

152
184
98

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

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 98 = 434 (100%)
R 152 of 434 ~ 35.02%
G 184 of 434 ~ 42.4%
B 98 of 434 ~ 22.58%

%35.02
%42.4
%22.58

CMYK color model

#98B862 color CMYK value is (17,0,47,28).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(17,0,47,28)
C17M0Y47K28 
(17%,0%,47%,28%)
(0.17/0.00/0.47/0.28)	

CMYK percentages

%17.39
%0
%46.74
%27.84

Codes

Color #98B862 in popluar color models

98B862
RGB15218498
HSL82°37.72%55.29%
HSB/HSV82°46.74%72.16%
CMYK17.39%0.00%46.74%
27.84%

Color #98B862 in popluar number systems.

HEX98B862
Decimal15218498
Binary10011000101110001100010
Octal230270142

Shades and tints

Shades of #98B862

#98B862
(152,184,98)
#8BA85A
(139,168,90)
#7E9852
(126,152,82)
#71884A
(113,136,74)
#647842
(100,120,66)
#57683A
(87,104,58)
#4A5832
(74,88,50)
#3D482A
(61,72,42)
#303822
(48,56,34)
#23281A
(35,40,26)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98B862

#98B862
(152,184,98)
#A1BE70
(161,190,112)
#AAC47E
(170,196,126)
#B3CA8C
(179,202,140)
#BCD09A
(188,208,154)
#C5D6A8
(197,214,168)
#CEDCB6
(206,220,182)
#D7E2C4
(215,226,196)
#E0E8D2
(224,232,210)
#E9EEE0
(233,238,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B862; }

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

This text font color is #98B862.


Background Color

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

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

This div background color is #98B862.


Border color

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

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

This div border color is #98B862.


Opacity

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

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

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

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

This text has shadow with #98B862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B862 on black background.


Color preview on white background

This text has color #98B862 on white background.



Black color preview on #98B862 background

This text has black color on #98B862 background.


White color preview on #98B862 background

This text has white color on #98B862 background.