COLOR #98AC63

HEX: #98AC63
RGB: (152,172,99)

Color info

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

RGB color model

#98AC63 color RGB value is (152,172,99).

  • red value is 152;
  • green value is 172;
  • blue value is 99.
RGB:
(152,172,99)
(60%,67%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 99 of 255 = 39%

152
172
99

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 99 = 423 (100%)
R 152 of 423 ~ 35.93%
G 172 of 423 ~ 40.66%
B 99 of 423 ~ 23.4%

%35.93
%40.66
%23.4

CMYK color model

#98AC63 color CMYK value is (12,0,42,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK:
(12,0,42,33)
C12M0Y42K33 
(12%,0%,42%,33%)
(0.12/0.00/0.42/0.33)	

CMYK percentages

%11.63
%0
%42.44
%32.55

Codes

Color #98AC63 in popluar color models

98AC63
RGB15217299
HSL76°30.54%53.14%
HSB/HSV76°42.44%67.45%
CMYK11.63%0.00%42.44%
32.55%

Color #98AC63 in popluar number systems.

HEX98AC63
Decimal15217299
Binary10011000101011001100011
Octal230254143

Shades and tints

Shades of #98AC63

#98AC63
(152,172,99)
#8B9D5A
(139,157,90)
#7E8E51
(126,142,81)
#717F48
(113,127,72)
#64703F
(100,112,63)
#576136
(87,97,54)
#4A522D
(74,82,45)
#3D4324
(61,67,36)
#30341B
(48,52,27)
#232512
(35,37,18)
#161609
(22,22,9)
#000000
(0,0,0)

Tints of #98AC63

#98AC63
(152,172,99)
#A1B371
(161,179,113)
#AABA7F
(170,186,127)
#B3C18D
(179,193,141)
#BCC89B
(188,200,155)
#C5CFA9
(197,207,169)
#CED6B7
(206,214,183)
#D7DDC5
(215,221,197)
#E0E4D3
(224,228,211)
#E9EBE1
(233,235,225)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AC63 color. Also use rgb(152,172,99) instead hex code.

Text Font Color

.myTextColor { color: #98AC63; }

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

This text font color is #98AC63.


Background Color

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

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

This div background color is #98AC63.


Border color

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

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

This div border color is #98AC63.


Opacity

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

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

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

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

This text has shadow with #98AC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AC63 on black background.


Color preview on white background

This text has color #98AC63 on white background.



Black color preview on #98AC63 background

This text has black color on #98AC63 background.


White color preview on #98AC63 background

This text has white color on #98AC63 background.