COLOR #98BA79

HEX: #98BA79 RGB: (152,186,121)

Color info

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

RGB color model

#98BA79 color RGB value is (152,186,121).

RGB: (152,186,121) (60%, 73%, 47%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 121 of 255 = 47%

152
186
121

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

Portions of RGB colors in percentages

R + G + B = 152 + 186 + 121 = 459 (100%)
R 152 of 459 ~ 33.12%
G 186 of 459 ~ 40.52%
B 121 of 459 ~ 26.36'%

%33.12
%40.52
%26.36

CMYK color model

#98BA79 color CMYK value is (18,0,35,27).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 27.06%

CMYK: (18,0,35,27)
C18M0Y35K27 (18%, 0%, 35%, 27%)
(0.18 / 0.00 / 0.35 / 0.27)

CMYK percentages

%18.28
%0
%34.95
%27.06

Codes

Color #98BA79 in popluar color models

98 BA 79
RGB 152 186 121
HSL 91° 32.02% 60.20%
HSB/HSV 91° 34.95% 72.94%
CMYK 18.28% 0.00% 34.95%
27.06%

Color #98BA79 in popluar number systems.

HEX 98 BA 79
Decimal 152 186 121
Binary 10011000 10111010 1111001
Octal 230 272 171

Shades and tints

Shades of #98BA79

#98BA79
(152,186,121)
#8BAA6E
(139,170,110)
#7E9A63
(126,154,99)
#718A58
(113,138,88)
#647A4D
(100,122,77)
#576A42
(87,106,66)
#4A5A37
(74,90,55)
#3D4A2C
(61,74,44)
#303A21
(48,58,33)
#232A16
(35,42,22)
#161A0B
(22,26,11)
#000000
(0,0,0)

Tints of #98BA79

#98BA79
(152,186,121)
#A1C085
(161,192,133)
#AAC691
(170,198,145)
#B3CC9D
(179,204,157)
#BCD2A9
(188,210,169)
#C5D8B5
(197,216,181)
#CEDEC1
(206,222,193)
#D7E4CD
(215,228,205)
#E0EAD9
(224,234,217)
#E9F0E5
(233,240,229)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BA79 color. Also use rgb(152,186,121) instead hex code.

Text Font Color

.myTextColor { color: #98BA79; }

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

This text font color is #98BA79.

Background Color

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

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

This div background color is #98BA79.

Border color

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

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

This div border color is #98BA79.

Opacity

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

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

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

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

This text has shadow with #98BA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BA79.

Preview

Color preview on black background

This text has color #98BA79 on black background.


Color preview on white background

This text has color #98BA79 on white background.


Black color preview on #98BA79 background

This text has black color on #98BA79 background.


White color preview on #98BA79 background

This text has white color on #98BA79 background.


Related colors

Complementary color

Complementary color for #hex is #674586.


I love getcolorcode.com

Triadic colors

1 #7998BA and #BA7998 with #98BA79 are triadic colors.

2 #79BA98 and #BA9879 with #98BA79 are triadic colors.