COLOR #98A84B

HEX: #98A84B RGB: (152,168,75)

Color info

#98A84B contains mainly red and green colors. Web safe color of #98A84B is #999933 (or #993).

RGB color model

#98A84B color RGB value is (152,168,75).

RGB: (152,168,75) (60%, 66%, 29%)

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 75 of 255 = 29%

152
168
75

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

Portions of RGB colors in percentages

R + G + B = 152 + 168 + 75 = 395 (100%)
R 152 of 395 ~ 38.48%
G 168 of 395 ~ 42.53%
B 75 of 395 ~ 18.99'%

%38.48
%42.53
%18.99

CMYK color model

#98A84B color CMYK value is (10,0,55,34).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 34.12%

CMYK: (10,0,55,34)
C10M0Y55K34 (10%, 0%, 55%, 34%)
(0.10 / 0.00 / 0.55 / 0.34)

CMYK percentages

%9.52
%0
%55.36
%34.12

Codes

Color #98A84B in popluar color models

98 A8 4B
RGB 152 168 75
HSL 70° 38.27% 47.65%
HSB/HSV 70° 55.36% 65.88%
CMYK 9.52% 0.00% 55.36%
34.12%

Color #98A84B in popluar number systems.

HEX 98 A8 4B
Decimal 152 168 75
Binary 10011000 10101000 1001011
Octal 230 250 113

Shades and tints

Shades of #98A84B

#98A84B
(152,168,75)
#8B9945
(139,153,69)
#7E8A3F
(126,138,63)
#717B39
(113,123,57)
#646C33
(100,108,51)
#575D2D
(87,93,45)
#4A4E27
(74,78,39)
#3D3F21
(61,63,33)
#30301B
(48,48,27)
#232115
(35,33,21)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #98A84B

#98A84B
(152,168,75)
#A1AF5B
(161,175,91)
#AAB66B
(170,182,107)
#B3BD7B
(179,189,123)
#BCC48B
(188,196,139)
#C5CB9B
(197,203,155)
#CED2AB
(206,210,171)
#D7D9BB
(215,217,187)
#E0E0CB
(224,224,203)
#E9E7DB
(233,231,219)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A84B color. Also use rgb(152,168,75) instead hex code.

Text Font Color

.myTextColor { color: #98A84B; }

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

This text font color is #98A84B.

Background Color

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

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

This div background color is #98A84B.

Border color

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

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

This div border color is #98A84B.

Opacity

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

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

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

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

This text has shadow with #98A84B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A84B.

Preview

Color preview on black background

This text has color #98A84B on black background.


Color preview on white background

This text has color #98A84B on white background.


Black color preview on #98A84B background

This text has black color on #98A84B background.


White color preview on #98A84B background

This text has white color on #98A84B background.


Related colors

Complementary color

Complementary color for #hex is #6757B4.


I love getcolorcode.com

Triadic colors

1 #4B98A8 and #A84B98 with #98A84B are triadic colors.

2 #4BA898 and #A8984B with #98A84B are triadic colors.