COLOR #98A054

HEX: #98A054 RGB: (152,160,84)

Color info

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

RGB color model

#98A054 color RGB value is (152,160,84).

RGB: (152,160,84) (60%, 63%, 33%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 84 of 255 = 33%

152
160
84

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

Portions of RGB colors in percentages

R + G + B = 152 + 160 + 84 = 396 (100%)
R 152 of 396 ~ 38.38%
G 160 of 396 ~ 40.4%
B 84 of 396 ~ 21.21'%

%38.38
%40.4
%21.21

CMYK color model

#98A054 color CMYK value is (5,0,48,37).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 37.25%

CMYK: (5,0,48,37)
C5M0Y48K37 (5%, 0%, 48%, 37%)
(0.05 / 0.00 / 0.48 / 0.37)

CMYK percentages

%5
%0
%47.5
%37.25

Codes

Color #98A054 in popluar color models

98 A0 54
RGB 152 160 84
HSL 66° 31.15% 47.84%
HSB/HSV 66° 47.50% 62.75%
CMYK 5.00% 0.00% 47.50%
37.25%

Color #98A054 in popluar number systems.

HEX 98 A0 54
Decimal 152 160 84
Binary 10011000 10100000 1010100
Octal 230 240 124

Shades and tints

Shades of #98A054

#98A054
(152,160,84)
#8B924D
(139,146,77)
#7E8446
(126,132,70)
#71763F
(113,118,63)
#646838
(100,104,56)
#575A31
(87,90,49)
#4A4C2A
(74,76,42)
#3D3E23
(61,62,35)
#30301C
(48,48,28)
#232215
(35,34,21)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #98A054

#98A054
(152,160,84)
#A1A863
(161,168,99)
#AAB072
(170,176,114)
#B3B881
(179,184,129)
#BCC090
(188,192,144)
#C5C89F
(197,200,159)
#CED0AE
(206,208,174)
#D7D8BD
(215,216,189)
#E0E0CC
(224,224,204)
#E9E8DB
(233,232,219)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A054 color. Also use rgb(152,160,84) instead hex code.

Text Font Color

.myTextColor { color: #98A054; }

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

This text font color is #98A054.

Background Color

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

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

This div background color is #98A054.

Border color

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

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

This div border color is #98A054.

Opacity

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

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

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

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

This text has shadow with #98A054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A054.

Preview

Color preview on black background

This text has color #98A054 on black background.


Color preview on white background

This text has color #98A054 on white background.


Black color preview on #98A054 background

This text has black color on #98A054 background.


White color preview on #98A054 background

This text has white color on #98A054 background.


Related colors

Complementary color

Complementary color for #hex is #675FAB.


I love getcolorcode.com

Triadic colors

1 #5498A0 and #A05498 with #98A054 are triadic colors.

2 #54A098 and #A09854 with #98A054 are triadic colors.