COLOR #98B484

HEX: #98B484 RGB: (152,180,132)

Color info

#98B484 contains red, green and blue colors in about the same proportion. Web safe color of #98B484 is #99CC99 (or #9C9).

RGB color model

#98B484 color RGB value is (152,180,132).

RGB: (152,180,132) (60%, 71%, 52%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 132 of 255 = 52%

152
180
132

R + G + B ~ 61%. #98B484 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 180 + 132 = 464 (100%)
R 152 of 464 ~ 32.76%
G 180 of 464 ~ 38.79%
B 132 of 464 ~ 28.45'%

%32.76
%38.79
%28.45

CMYK color model

#98B484 color CMYK value is (16,0,27,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK: (16,0,27,29) C16M0Y27K29 (16%,0%,27%,29%) (0.16/0.00/0.27/0.29) 

CMYK percentages

%15.56
%0
%26.67
%29.41

Codes

Color #98B484 in popluar color models

98 B4 84
RGB 152 180 132
HSL 95° 24.24% 61.18%
HSB/HSV 95° 26.67% 70.59%
CMYK 15.56% 0.00% 26.67%
29.41%

Color #98B484 in popluar number systems.

HEX 98 B4 84
Decimal 152 180 132
Binary 10011000 10110100 10000100
Octal 230 264 204

Shades and tints

Shades of #98B484

#98B484
(152,180,132)
#8BA478
(139,164,120)
#7E946C
(126,148,108)
#718460
(113,132,96)
#647454
(100,116,84)
#576448
(87,100,72)
#4A543C
(74,84,60)
#3D4430
(61,68,48)
#303424
(48,52,36)
#232418
(35,36,24)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #98B484

#98B484
(152,180,132)
#A1BA8F
(161,186,143)
#AAC09A
(170,192,154)
#B3C6A5
(179,198,165)
#BCCCB0
(188,204,176)
#C5D2BB
(197,210,187)
#CED8C6
(206,216,198)
#D7DED1
(215,222,209)
#E0E4DC
(224,228,220)
#E9EAE7
(233,234,231)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B484 color. Also use rgb(152,180,132) instead hex code.

Text Font Color

.myTextColor { color: #98B484; }

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

This text font color is #98B484.

Background Color

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

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

This div background color is #98B484.

Border color

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

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

This div border color is #98B484.

Opacity

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

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

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

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

This text has shadow with #98B484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B484.

Preview

Color preview on black background

This text has color #98B484 on black background.


Color preview on white background

This text has color #98B484 on white background.


Black color preview on #98B484 background

This text has black color on #98B484 background.


White color preview on #98B484 background

This text has white color on #98B484 background.


Related colors

Complementary color

Complementary color for #hex is #674B7B.


I love getcolorcode.com

Triadic colors

1 #8498B4 and #B48498 with #98B484 are triadic colors.

2 #84B498 and #B49884 with #98B484 are triadic colors.