COLOR #98B391

HEX: #98B391 RGB: (152,179,145)

Color info

#98B391 contains red, green and blue colors in about the same proportion. Web safe color of #98B391 is #999999 (or #999).

RGB color model

#98B391 color RGB value is (152,179,145).

RGB: (152,179,145) (60%, 70%, 57%)

RGB channels and saturation

R 152 of 255 = 60%
G 179 of 255 = 70%
B 145 of 255 = 57%

152
179
145

R + G + B ~ 62%. #98B391 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 179 + 145 = 476 (100%)
R 152 of 476 ~ 31.93%
G 179 of 476 ~ 37.61%
B 145 of 476 ~ 30.46'%

%31.93
%37.61
%30.46

CMYK color model

#98B391 color CMYK value is (15,0,19,30).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (15,0,19,30)
C15M0Y19K30 (15%, 0%, 19%, 30%)
(0.15 / 0.00 / 0.19 / 0.30)

CMYK percentages

%15.08
%0
%18.99
%29.8

Codes

Color #98B391 in popluar color models

98 B3 91
RGB 152 179 145
HSL 108° 18.28% 63.53%
HSB/HSV 108° 18.99% 70.20%
CMYK 15.08% 0.00% 18.99%
29.80%

Color #98B391 in popluar number systems.

HEX 98 B3 91
Decimal 152 179 145
Binary 10011000 10110011 10010001
Octal 230 263 221

Shades and tints

Shades of #98B391

#98B391
(152,179,145)
#8BA384
(139,163,132)
#7E9377
(126,147,119)
#71836A
(113,131,106)
#64735D
(100,115,93)
#576350
(87,99,80)
#4A5343
(74,83,67)
#3D4336
(61,67,54)
#303329
(48,51,41)
#23231C
(35,35,28)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #98B391

#98B391
(152,179,145)
#A1B99B
(161,185,155)
#AABFA5
(170,191,165)
#B3C5AF
(179,197,175)
#BCCBB9
(188,203,185)
#C5D1C3
(197,209,195)
#CED7CD
(206,215,205)
#D7DDD7
(215,221,215)
#E0E3E1
(224,227,225)
#E9E9EB
(233,233,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B391 color. Also use rgb(152,179,145) instead hex code.

Text Font Color

.myTextColor { color: #98B391; }

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

This text font color is #98B391.

Background Color

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

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

This div background color is #98B391.

Border color

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

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

This div border color is #98B391.

Opacity

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

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

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

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

This text has shadow with #98B391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B391.

Preview

Color preview on black background

This text has color #98B391 on black background.


Color preview on white background

This text has color #98B391 on white background.


Black color preview on #98B391 background

This text has black color on #98B391 background.


White color preview on #98B391 background

This text has white color on #98B391 background.


Related colors

Complementary color

Complementary color for #hex is #674C6E.


I love getcolorcode.com

Triadic colors

1 #9198B3 and #B39198 with #98B391 are triadic colors.

2 #91B398 and #B39891 with #98B391 are triadic colors.