COLOR #98B999

HEX: #98B999 RGB: (152,185,153)

Color info

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

RGB color model

#98B999 color RGB value is (152,185,153).

RGB: (152,185,153) (60%, 73%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 153 of 255 = 60%

152
185
153

R + G + B ~ 64%. #98B999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 185 + 153 = 490 (100%)
R 152 of 490 ~ 31.02%
G 185 of 490 ~ 37.76%
B 153 of 490 ~ 31.22'%

%31.02
%37.76
%31.22

CMYK color model

#98B999 color CMYK value is (18,0,17,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%

CMYK: (18,0,17,27)
C18M0Y17K27 (18%, 0%, 17%, 27%)
(0.18 / 0.00 / 0.17 / 0.27)

CMYK percentages

%17.84
%0
%17.3
%27.45

Codes

Color #98B999 in popluar color models

98 B9 99
RGB 152 185 153
HSL 122° 19.08% 66.08%
HSB/HSV 122° 17.84% 72.55%
CMYK 17.84% 0.00% 17.30%
27.45%

Color #98B999 in popluar number systems.

HEX 98 B9 99
Decimal 152 185 153
Binary 10011000 10111001 10011001
Octal 230 271 231

Shades and tints

Shades of #98B999

#98B999
(152,185,153)
#8BA98C
(139,169,140)
#7E997F
(126,153,127)
#718972
(113,137,114)
#647965
(100,121,101)
#576958
(87,105,88)
#4A594B
(74,89,75)
#3D493E
(61,73,62)
#303931
(48,57,49)
#232924
(35,41,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #98B999

#98B999
(152,185,153)
#A1BFA2
(161,191,162)
#AAC5AB
(170,197,171)
#B3CBB4
(179,203,180)
#BCD1BD
(188,209,189)
#C5D7C6
(197,215,198)
#CEDDCF
(206,221,207)
#D7E3D8
(215,227,216)
#E0E9E1
(224,233,225)
#E9EFEA
(233,239,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B999 color. Also use rgb(152,185,153) instead hex code.

Text Font Color

.myTextColor { color: #98B999; }

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

This text font color is #98B999.

Background Color

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

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

This div background color is #98B999.

Border color

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

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

This div border color is #98B999.

Opacity

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

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

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

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

This text has shadow with #98B999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B999.

Preview

Color preview on black background

This text has color #98B999 on black background.


Color preview on white background

This text has color #98B999 on white background.


Black color preview on #98B999 background

This text has black color on #98B999 background.


White color preview on #98B999 background

This text has white color on #98B999 background.


Related colors

Complementary color

Complementary color for #hex is #674666.


I love getcolorcode.com

Triadic colors

1 #9998B9 and #B99998 with #98B999 are triadic colors.

2 #99B998 and #B99899 with #98B999 are triadic colors.