COLOR #98BE59

HEX: #98BE59
RGB: (152,190,89)

Color info

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

RGB color model

#98BE59 color RGB value is (152,190,89).

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

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 89 of 255 = 35%

152
190
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 89 = 431 (100%)
R 152 of 431 ~ 35.27%
G 190 of 431 ~ 44.08%
B 89 of 431 ~ 20.65%

%35.27
%44.08
%20.65

CMYK color model

#98BE59 color CMYK value is (20,0,53,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 25.49%
CMYK:
(20,0,53,25)
C20M0Y53K25 
(20%,0%,53%,25%)
(0.20/0.00/0.53/0.25)	

CMYK percentages

%20
%0
%53.16
%25.49

Codes

Color #98BE59 in popluar color models

98BE59
RGB15219089
HSL83°43.72%54.71%
HSB/HSV83°53.16%74.51%
CMYK20.00%0.00%53.16%
25.49%

Color #98BE59 in popluar number systems.

HEX98BE59
Decimal15219089
Binary10011000101111101011001
Octal230276131

Shades and tints

Shades of #98BE59

#98BE59
(152,190,89)
#8BAD51
(139,173,81)
#7E9C49
(126,156,73)
#718B41
(113,139,65)
#647A39
(100,122,57)
#576931
(87,105,49)
#4A5829
(74,88,41)
#3D4721
(61,71,33)
#303619
(48,54,25)
#232511
(35,37,17)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #98BE59

#98BE59
(152,190,89)
#A1C368
(161,195,104)
#AAC877
(170,200,119)
#B3CD86
(179,205,134)
#BCD295
(188,210,149)
#C5D7A4
(197,215,164)
#CEDCB3
(206,220,179)
#D7E1C2
(215,225,194)
#E0E6D1
(224,230,209)
#E9EBE0
(233,235,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BE59; }

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

This text font color is #98BE59.


Background Color

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

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

This div background color is #98BE59.


Border color

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

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

This div border color is #98BE59.


Opacity

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

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

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

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

This text has shadow with #98BE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BE59 on black background.


Color preview on white background

This text has color #98BE59 on white background.



Black color preview on #98BE59 background

This text has black color on #98BE59 background.


White color preview on #98BE59 background

This text has white color on #98BE59 background.