COLOR #98B76D

HEX: #98B76D
RGB: (152,183,109)

Color info

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

RGB color model

#98B76D color RGB value is (152,183,109).

  • red value is 152;
  • green value is 183;
  • blue value is 109.
RGB:
(152,183,109)
(60%,72%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 109 of 255 = 43%

152
183
109

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

Portions of RGB colors in percentages

R + G + B =
152 + 183 + 109 = 444 (100%)
R 152 of 444 ~ 34.23%
G 183 of 444 ~ 41.22%
B 109 of 444 ~ 24.55%

%34.23
%41.22
%24.55

CMYK color model

#98B76D color CMYK value is (17,0,40,28).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 28.24%
CMYK:
(17,0,40,28)
C17M0Y40K28 
(17%,0%,40%,28%)
(0.17/0.00/0.40/0.28)	

CMYK percentages

%16.94
%0
%40.44
%28.24

Codes

Color #98B76D in popluar color models

98B76D
RGB152183109
HSL85°33.94%57.25%
HSB/HSV85°40.44%71.76%
CMYK16.94%0.00%40.44%
28.24%

Color #98B76D in popluar number systems.

HEX98B76D
Decimal152183109
Binary10011000101101111101101
Octal230267155

Shades and tints

Shades of #98B76D

#98B76D
(152,183,109)
#8BA764
(139,167,100)
#7E975B
(126,151,91)
#718752
(113,135,82)
#647749
(100,119,73)
#576740
(87,103,64)
#4A5737
(74,87,55)
#3D472E
(61,71,46)
#303725
(48,55,37)
#23271C
(35,39,28)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #98B76D

#98B76D
(152,183,109)
#A1BD7A
(161,189,122)
#AAC387
(170,195,135)
#B3C994
(179,201,148)
#BCCFA1
(188,207,161)
#C5D5AE
(197,213,174)
#CEDBBB
(206,219,187)
#D7E1C8
(215,225,200)
#E0E7D5
(224,231,213)
#E9EDE2
(233,237,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B76D; }

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

This text font color is #98B76D.


Background Color

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

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

This div background color is #98B76D.


Border color

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

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

This div border color is #98B76D.


Opacity

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

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

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

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

This text has shadow with #98B76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B76D on black background.


Color preview on white background

This text has color #98B76D on white background.



Black color preview on #98B76D background

This text has black color on #98B76D background.


White color preview on #98B76D background

This text has white color on #98B76D background.