COLOR #98B15A

HEX: #98B15A RGB: (152,177,90)

Color info

#98B15A contains mainly red and green colors. Web safe color of #98B15A is #999966 (or #996).

RGB color model

#98B15A color RGB value is (152,177,90).

RGB: (152,177,90) (60%, 69%, 35%)

RGB channels and saturation

R 152 of 255 = 60%
G 177 of 255 = 69%
B 90 of 255 = 35%

152
177
90

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

Portions of RGB colors in percentages

R + G + B = 152 + 177 + 90 = 419 (100%)
R 152 of 419 ~ 36.28%
G 177 of 419 ~ 42.24%
B 90 of 419 ~ 21.48'%

%36.28
%42.24
%21.48

CMYK color model

#98B15A color CMYK value is (14,0,49,31).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 30.59%

CMYK: (14,0,49,31)
C14M0Y49K31 (14%, 0%, 49%, 31%)
(0.14 / 0.00 / 0.49 / 0.31)

CMYK percentages

%14.12
%0
%49.15
%30.59

Codes

Color #98B15A in popluar color models

98 B1 5A
RGB 152 177 90
HSL 77° 35.80% 52.35%
HSB/HSV 77° 49.15% 69.41%
CMYK 14.12% 0.00% 49.15%
30.59%

Color #98B15A in popluar number systems.

HEX 98 B1 5A
Decimal 152 177 90
Binary 10011000 10110001 1011010
Octal 230 261 132

Shades and tints

Shades of #98B15A

#98B15A
(152,177,90)
#8BA152
(139,161,82)
#7E914A
(126,145,74)
#718142
(113,129,66)
#64713A
(100,113,58)
#576132
(87,97,50)
#4A512A
(74,81,42)
#3D4122
(61,65,34)
#30311A
(48,49,26)
#232112
(35,33,18)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #98B15A

#98B15A
(152,177,90)
#A1B869
(161,184,105)
#AABF78
(170,191,120)
#B3C687
(179,198,135)
#BCCD96
(188,205,150)
#C5D4A5
(197,212,165)
#CEDBB4
(206,219,180)
#D7E2C3
(215,226,195)
#E0E9D2
(224,233,210)
#E9F0E1
(233,240,225)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B15A color. Also use rgb(152,177,90) instead hex code.

Text Font Color

.myTextColor { color: #98B15A; }

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

This text font color is #98B15A.

Background Color

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

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

This div background color is #98B15A.

Border color

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

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

This div border color is #98B15A.

Opacity

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

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

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

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

This text has shadow with #98B15A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B15A.

Preview

Color preview on black background

This text has color #98B15A on black background.


Color preview on white background

This text has color #98B15A on white background.


Black color preview on #98B15A background

This text has black color on #98B15A background.


White color preview on #98B15A background

This text has white color on #98B15A background.


Related colors

Complementary color

Complementary color for #hex is #674EA5.


I love getcolorcode.com

Triadic colors

1 #5A98B1 and #B15A98 with #98B15A are triadic colors.

2 #5AB198 and #B1985A with #98B15A are triadic colors.