COLOR #98B491

HEX: #98B491 RGB: (152,180,145)

Color info

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

RGB color model

#98B491 color RGB value is (152,180,145).

RGB: (152,180,145) (60%, 71%, 57%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 145 of 255 = 57%

152
180
145

R + G + B ~ 63%. #98B491 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 180 + 145 = 477 (100%)
R 152 of 477 ~ 31.87%
G 180 of 477 ~ 37.74%
B 145 of 477 ~ 30.4'%

%31.87
%37.74
%30.4

CMYK color model

#98B491 color CMYK value is (16,0,19,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%

CMYK: (16,0,19,29)
C16M0Y19K29 (16%, 0%, 19%, 29%)
(0.16 / 0.00 / 0.19 / 0.29)

CMYK percentages

%15.56
%0
%19.44
%29.41

Codes

Color #98B491 in popluar color models

98 B4 91
RGB 152 180 145
HSL 108° 18.92% 63.73%
HSB/HSV 108° 19.44% 70.59%
CMYK 15.56% 0.00% 19.44%
29.41%

Color #98B491 in popluar number systems.

HEX 98 B4 91
Decimal 152 180 145
Binary 10011000 10110100 10010001
Octal 230 264 221

Shades and tints

Shades of #98B491

#98B491
(152,180,145)
#8BA484
(139,164,132)
#7E9477
(126,148,119)
#71846A
(113,132,106)
#64745D
(100,116,93)
#576450
(87,100,80)
#4A5443
(74,84,67)
#3D4436
(61,68,54)
#303429
(48,52,41)
#23241C
(35,36,28)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #98B491

#98B491
(152,180,145)
#A1BA9B
(161,186,155)
#AAC0A5
(170,192,165)
#B3C6AF
(179,198,175)
#BCCCB9
(188,204,185)
#C5D2C3
(197,210,195)
#CED8CD
(206,216,205)
#D7DED7
(215,222,215)
#E0E4E1
(224,228,225)
#E9EAEB
(233,234,235)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B491; }

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

This text font color is #98B491.

Background Color

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

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

This div background color is #98B491.

Border color

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

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

This div border color is #98B491.

Opacity

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

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

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

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

This text has shadow with #98B491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B491.

Preview

Color preview on black background

This text has color #98B491 on black background.


Color preview on white background

This text has color #98B491 on white background.


Black color preview on #98B491 background

This text has black color on #98B491 background.


White color preview on #98B491 background

This text has white color on #98B491 background.


Related colors

Complementary color

Complementary color for #hex is #674B6E.


I love getcolorcode.com

Triadic colors

1 #9198B4 and #B49198 with #98B491 are triadic colors.

2 #91B498 and #B49891 with #98B491 are triadic colors.