COLOR #98BE74

HEX: #98BE74
RGB: (152,190,116)

Color info

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

RGB color model

#98BE74 color RGB value is (152,190,116).

  • red value is 152;
  • green value is 190;
  • blue value is 116.
RGB:
(152,190,116)
(60%,75%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 116 of 255 = 45%

152
190
116

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 116 = 458 (100%)
R 152 of 458 ~ 33.19%
G 190 of 458 ~ 41.48%
B 116 of 458 ~ 25.33%

%33.19
%41.48
%25.33

CMYK color model

#98BE74 color CMYK value is (20,0,39,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(20,0,39,25)
C20M0Y39K25 
(20%,0%,39%,25%)
(0.20/0.00/0.39/0.25)	

CMYK percentages

%20
%0
%38.95
%25.49

Codes

Color #98BE74 in popluar color models

98BE74
RGB152190116
HSL91°36.27%60.00%
HSB/HSV91°38.95%74.51%
CMYK20.00%0.00%38.95%
25.49%

Color #98BE74 in popluar number systems.

HEX98BE74
Decimal152190116
Binary10011000101111101110100
Octal230276164

Shades and tints

Shades of #98BE74

#98BE74
(152,190,116)
#8BAD6A
(139,173,106)
#7E9C60
(126,156,96)
#718B56
(113,139,86)
#647A4C
(100,122,76)
#576942
(87,105,66)
#4A5838
(74,88,56)
#3D472E
(61,71,46)
#303624
(48,54,36)
#23251A
(35,37,26)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #98BE74

#98BE74
(152,190,116)
#A1C380
(161,195,128)
#AAC88C
(170,200,140)
#B3CD98
(179,205,152)
#BCD2A4
(188,210,164)
#C5D7B0
(197,215,176)
#CEDCBC
(206,220,188)
#D7E1C8
(215,225,200)
#E0E6D4
(224,230,212)
#E9EBE0
(233,235,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BE74; }

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

This text font color is #98BE74.


Background Color

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

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

This div background color is #98BE74.


Border color

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

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

This div border color is #98BE74.


Opacity

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

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

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

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

This text has shadow with #98BE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BE74 on black background.


Color preview on white background

This text has color #98BE74 on white background.



Black color preview on #98BE74 background

This text has black color on #98BE74 background.


White color preview on #98BE74 background

This text has white color on #98BE74 background.