COLOR #98B050

HEX: #98B050 RGB: (152,176,80)

Color info

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

RGB color model

#98B050 color RGB value is (152,176,80).

RGB: (152,176,80) (60%, 69%, 31%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 80 of 255 = 31%

152
176
80

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

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 80 = 408 (100%)
R 152 of 408 ~ 37.25%
G 176 of 408 ~ 43.14%
B 80 of 408 ~ 19.61'%

%37.25
%43.14
%19.61

CMYK color model

#98B050 color CMYK value is (14,0,55,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 30.98%

CMYK: (14,0,55,31)
C14M0Y55K31 (14%, 0%, 55%, 31%)
(0.14 / 0.00 / 0.55 / 0.31)

CMYK percentages

%13.64
%0
%54.55
%30.98

Codes

Color #98B050 in popluar color models

98 B0 50
RGB 152 176 80
HSL 75° 37.80% 50.20%
HSB/HSV 75° 54.55% 69.02%
CMYK 13.64% 0.00% 54.55%
30.98%

Color #98B050 in popluar number systems.

HEX 98 B0 50
Decimal 152 176 80
Binary 10011000 10110000 1010000
Octal 230 260 120

Shades and tints

Shades of #98B050

#98B050
(152,176,80)
#8BA049
(139,160,73)
#7E9042
(126,144,66)
#71803B
(113,128,59)
#647034
(100,112,52)
#57602D
(87,96,45)
#4A5026
(74,80,38)
#3D401F
(61,64,31)
#303018
(48,48,24)
#232011
(35,32,17)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #98B050

#98B050
(152,176,80)
#A1B75F
(161,183,95)
#AABE6E
(170,190,110)
#B3C57D
(179,197,125)
#BCCC8C
(188,204,140)
#C5D39B
(197,211,155)
#CEDAAA
(206,218,170)
#D7E1B9
(215,225,185)
#E0E8C8
(224,232,200)
#E9EFD7
(233,239,215)
#F2F6E6
(242,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B050 color. Also use rgb(152,176,80) instead hex code.

Text Font Color

.myTextColor { color: #98B050; }

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

This text font color is #98B050.

Background Color

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

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

This div background color is #98B050.

Border color

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

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

This div border color is #98B050.

Opacity

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

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

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

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

This text has shadow with #98B050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B050.

Preview

Color preview on black background

This text has color #98B050 on black background.


Color preview on white background

This text has color #98B050 on white background.


Black color preview on #98B050 background

This text has black color on #98B050 background.


White color preview on #98B050 background

This text has white color on #98B050 background.


Related colors

Complementary color

Complementary color for #hex is #674FAF.


I love getcolorcode.com

Triadic colors

1 #5098B0 and #B05098 with #98B050 are triadic colors.

2 #50B098 and #B09850 with #98B050 are triadic colors.