COLOR #98B77C

HEX: #98B77C
RGB: (152,183,124)

Color info

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

RGB color model

#98B77C color RGB value is (152,183,124).

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

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 124 of 255 = 49%

152
183
124

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

Portions of RGB colors in percentages

R + G + B =
152 + 183 + 124 = 459 (100%)
R 152 of 459 ~ 33.12%
G 183 of 459 ~ 39.87%
B 124 of 459 ~ 27.02%

%33.12
%39.87
%27.02

CMYK color model

#98B77C color CMYK value is (17,0,32,28).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 28.24%
CMYK:
(17,0,32,28)
C17M0Y32K28 
(17%,0%,32%,28%)
(0.17/0.00/0.32/0.28)	

CMYK percentages

%16.94
%0
%32.24
%28.24

Codes

Color #98B77C in popluar color models

98B77C
RGB152183124
HSL92°29.06%60.20%
HSB/HSV92°32.24%71.76%
CMYK16.94%0.00%32.24%
28.24%

Color #98B77C in popluar number systems.

HEX98B77C
Decimal152183124
Binary10011000101101111111100
Octal230267174

Shades and tints

Shades of #98B77C

#98B77C
(152,183,124)
#8BA771
(139,167,113)
#7E9766
(126,151,102)
#71875B
(113,135,91)
#647750
(100,119,80)
#576745
(87,103,69)
#4A573A
(74,87,58)
#3D472F
(61,71,47)
#303724
(48,55,36)
#232719
(35,39,25)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #98B77C

#98B77C
(152,183,124)
#A1BD87
(161,189,135)
#AAC392
(170,195,146)
#B3C99D
(179,201,157)
#BCCFA8
(188,207,168)
#C5D5B3
(197,213,179)
#CEDBBE
(206,219,190)
#D7E1C9
(215,225,201)
#E0E7D4
(224,231,212)
#E9EDDF
(233,237,223)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B77C; }

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

This text font color is #98B77C.


Background Color

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

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

This div background color is #98B77C.


Border color

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

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

This div border color is #98B77C.


Opacity

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

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

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

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

This text has shadow with #98B77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B77C on black background.


Color preview on white background

This text has color #98B77C on white background.



Black color preview on #98B77C background

This text has black color on #98B77C background.


White color preview on #98B77C background

This text has white color on #98B77C background.