COLOR #98B45C

HEX: #98B45C
RGB: (152,180,92)

Color info

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

RGB color model

#98B45C color RGB value is (152,180,92).

  • red value is 152;
  • green value is 180;
  • blue value is 92.
RGB:
(152,180,92)
(60%,71%,36%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 92 of 255 = 36%

152
180
92

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

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 92 = 424 (100%)
R 152 of 424 ~ 35.85%
G 180 of 424 ~ 42.45%
B 92 of 424 ~ 21.7%

%35.85
%42.45
%21.7

CMYK color model

#98B45C color CMYK value is (16,0,49,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 29.41%
CMYK:
(16,0,49,29)
C16M0Y49K29 
(16%,0%,49%,29%)
(0.16/0.00/0.49/0.29)	

CMYK percentages

%15.56
%0
%48.89
%29.41

Codes

Color #98B45C in popluar color models

98B45C
RGB15218092
HSL79°36.97%53.33%
HSB/HSV79°48.89%70.59%
CMYK15.56%0.00%48.89%
29.41%

Color #98B45C in popluar number systems.

HEX98B45C
Decimal15218092
Binary10011000101101001011100
Octal230264134

Shades and tints

Shades of #98B45C

#98B45C
(152,180,92)
#8BA454
(139,164,84)
#7E944C
(126,148,76)
#718444
(113,132,68)
#64743C
(100,116,60)
#576434
(87,100,52)
#4A542C
(74,84,44)
#3D4424
(61,68,36)
#30341C
(48,52,28)
#232414
(35,36,20)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #98B45C

#98B45C
(152,180,92)
#A1BA6A
(161,186,106)
#AAC078
(170,192,120)
#B3C686
(179,198,134)
#BCCC94
(188,204,148)
#C5D2A2
(197,210,162)
#CED8B0
(206,216,176)
#D7DEBE
(215,222,190)
#E0E4CC
(224,228,204)
#E9EADA
(233,234,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B45C; }

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

This text font color is #98B45C.


Background Color

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

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

This div background color is #98B45C.


Border color

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

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

This div border color is #98B45C.


Opacity

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

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

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

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

This text has shadow with #98B45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B45C on black background.


Color preview on white background

This text has color #98B45C on white background.



Black color preview on #98B45C background

This text has black color on #98B45C background.


White color preview on #98B45C background

This text has white color on #98B45C background.