COLOR #98A968

HEX: #98A968
RGB: (152,169,104)

Color info

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

RGB color model

#98A968 color RGB value is (152,169,104).

  • red value is 152;
  • green value is 169;
  • blue value is 104.
RGB:
(152,169,104)
(60%,66%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 104 of 255 = 41%

152
169
104

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

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 104 = 425 (100%)
R 152 of 425 ~ 35.76%
G 169 of 425 ~ 39.76%
B 104 of 425 ~ 24.47%

%35.76
%39.76
%24.47

CMYK color model

#98A968 color CMYK value is (10,0,38,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(10,0,38,34)
C10M0Y38K34 
(10%,0%,38%,34%)
(0.10/0.00/0.38/0.34)	

CMYK percentages

%10.06
%0
%38.46
%33.73

Codes

Color #98A968 in popluar color models

98A968
RGB152169104
HSL76°27.43%53.53%
HSB/HSV76°38.46%66.27%
CMYK10.06%0.00%38.46%
33.73%

Color #98A968 in popluar number systems.

HEX98A968
Decimal152169104
Binary10011000101010011101000
Octal230251150

Shades and tints

Shades of #98A968

#98A968
(152,169,104)
#8B9A5F
(139,154,95)
#7E8B56
(126,139,86)
#717C4D
(113,124,77)
#646D44
(100,109,68)
#575E3B
(87,94,59)
#4A4F32
(74,79,50)
#3D4029
(61,64,41)
#303120
(48,49,32)
#232217
(35,34,23)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #98A968

#98A968
(152,169,104)
#A1B075
(161,176,117)
#AAB782
(170,183,130)
#B3BE8F
(179,190,143)
#BCC59C
(188,197,156)
#C5CCA9
(197,204,169)
#CED3B6
(206,211,182)
#D7DAC3
(215,218,195)
#E0E1D0
(224,225,208)
#E9E8DD
(233,232,221)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A968 color. Also use rgb(152,169,104) instead hex code.

Text Font Color

.myTextColor { color: #98A968; }

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

This text font color is #98A968.


Background Color

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

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

This div background color is #98A968.


Border color

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

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

This div border color is #98A968.


Opacity

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

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

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

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

This text has shadow with #98A968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A968 on black background.


Color preview on white background

This text has color #98A968 on white background.



Black color preview on #98A968 background

This text has black color on #98A968 background.


White color preview on #98A968 background

This text has white color on #98A968 background.