COLOR #98BD84

HEX: #98BD84 RGB: (152,189,132)

Color info

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

RGB color model

#98BD84 color RGB value is (152,189,132).

RGB: (152,189,132) (60%, 74%, 52%)

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 132 of 255 = 52%

152
189
132

R + G + B ~ 62%. #98BD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 189 + 132 = 473 (100%)
R 152 of 473 ~ 32.14%
G 189 of 473 ~ 39.96%
B 132 of 473 ~ 27.91'%

%32.14
%39.96
%27.91

CMYK color model

#98BD84 color CMYK value is (20,0,30,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK: (20,0,30,26) C20M0Y30K26 (20%,0%,30%,26%) (0.20/0.00/0.30/0.26) 

CMYK percentages

%19.58
%0
%30.16
%25.88

Codes

Color #98BD84 in popluar color models

98 BD 84
RGB 152 189 132
HSL 99° 30.16% 62.94%
HSB/HSV 99° 30.16% 74.12%
CMYK 19.58% 0.00% 30.16%
25.88%

Color #98BD84 in popluar number systems.

HEX 98 BD 84
Decimal 152 189 132
Binary 10011000 10111101 10000100
Octal 230 275 204

Shades and tints

Shades of #98BD84

#98BD84
(152,189,132)
#8BAC78
(139,172,120)
#7E9B6C
(126,155,108)
#718A60
(113,138,96)
#647954
(100,121,84)
#576848
(87,104,72)
#4A573C
(74,87,60)
#3D4630
(61,70,48)
#303524
(48,53,36)
#232418
(35,36,24)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #98BD84

#98BD84
(152,189,132)
#A1C38F
(161,195,143)
#AAC99A
(170,201,154)
#B3CFA5
(179,207,165)
#BCD5B0
(188,213,176)
#C5DBBB
(197,219,187)
#CEE1C6
(206,225,198)
#D7E7D1
(215,231,209)
#E0EDDC
(224,237,220)
#E9F3E7
(233,243,231)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BD84; }

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

This text font color is #98BD84.

Background Color

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

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

This div background color is #98BD84.

Border color

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

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

This div border color is #98BD84.

Opacity

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

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

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

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

This text has shadow with #98BD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BD84.

Preview

Color preview on black background

This text has color #98BD84 on black background.


Color preview on white background

This text has color #98BD84 on white background.


Black color preview on #98BD84 background

This text has black color on #98BD84 background.


White color preview on #98BD84 background

This text has white color on #98BD84 background.


Related colors

Complementary color

Complementary color for #hex is #67427B.


I love getcolorcode.com

Triadic colors

1 #8498BD and #BD8498 with #98BD84 are triadic colors.

2 #84BD98 and #BD9884 with #98BD84 are triadic colors.