COLOR #98B774

HEX: #98B774 RGB: (152,183,116)

Color info

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

RGB color model

#98B774 color RGB value is (152,183,116).

RGB: (152,183,116) (60%, 72%, 45%)

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 116 of 255 = 45%

152
183
116

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

Portions of RGB colors in percentages

R + G + B = 152 + 183 + 116 = 451 (100%)
R 152 of 451 ~ 33.7%
G 183 of 451 ~ 40.58%
B 116 of 451 ~ 25.72'%

%33.7
%40.58
%25.72

CMYK color model

#98B774 color CMYK value is (17,0,37,28).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 28.24%
CMYK: (17,0,37,28) C17M0Y37K28 (17%,0%,37%,28%) (0.17/0.00/0.37/0.28) 

CMYK percentages

%16.94
%0
%36.61
%28.24

Codes

Color #98B774 in popluar color models

98 B7 74
RGB 152 183 116
HSL 88° 31.75% 58.63%
HSB/HSV 88° 36.61% 71.76%
CMYK 16.94% 0.00% 36.61%
28.24%

Color #98B774 in popluar number systems.

HEX 98 B7 74
Decimal 152 183 116
Binary 10011000 10110111 1110100
Octal 230 267 164

Shades and tints

Shades of #98B774

#98B774
(152,183,116)
#8BA76A
(139,167,106)
#7E9760
(126,151,96)
#718756
(113,135,86)
#64774C
(100,119,76)
#576742
(87,103,66)
#4A5738
(74,87,56)
#3D472E
(61,71,46)
#303724
(48,55,36)
#23271A
(35,39,26)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #98B774

#98B774
(152,183,116)
#A1BD80
(161,189,128)
#AAC38C
(170,195,140)
#B3C998
(179,201,152)
#BCCFA4
(188,207,164)
#C5D5B0
(197,213,176)
#CEDBBC
(206,219,188)
#D7E1C8
(215,225,200)
#E0E7D4
(224,231,212)
#E9EDE0
(233,237,224)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B774; }

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

This text font color is #98B774.

Background Color

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

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

This div background color is #98B774.

Border color

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

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

This div border color is #98B774.

Opacity

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

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

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

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

This text has shadow with #98B774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B774.

Preview

Color preview on black background

This text has color #98B774 on black background.


Color preview on white background

This text has color #98B774 on white background.


Black color preview on #98B774 background

This text has black color on #98B774 background.


White color preview on #98B774 background

This text has white color on #98B774 background.


Related colors

Complementary color

Complementary color for #hex is #67488B.


I love getcolorcode.com

Triadic colors

1 #7498B7 and #B77498 with #98B774 are triadic colors.

2 #74B798 and #B79874 with #98B774 are triadic colors.