COLOR #98AF53

HEX: #98AF53
RGB: (152,175,83)

Color info

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

RGB color model

#98AF53 color RGB value is (152,175,83).

  • red value is 152;
  • green value is 175;
  • blue value is 83.
RGB:
(152,175,83)
(60%,69%,33%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 83 of 255 = 33%

152
175
83

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 83 = 410 (100%)
R 152 of 410 ~ 37.07%
G 175 of 410 ~ 42.68%
B 83 of 410 ~ 20.24%

%37.07
%42.68
%20.24

CMYK color model

#98AF53 color CMYK value is (13,0,53,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK:
(13,0,53,31)
C13M0Y53K31 
(13%,0%,53%,31%)
(0.13/0.00/0.53/0.31)	

CMYK percentages

%13.14
%0
%52.57
%31.37

Codes

Color #98AF53 in popluar color models

98AF53
RGB15217583
HSL75°36.51%50.59%
HSB/HSV75°52.57%68.63%
CMYK13.14%0.00%52.57%
31.37%

Color #98AF53 in popluar number systems.

HEX98AF53
Decimal15217583
Binary10011000101011111010011
Octal230257123

Shades and tints

Shades of #98AF53

#98AF53
(152,175,83)
#8BA04C
(139,160,76)
#7E9145
(126,145,69)
#71823E
(113,130,62)
#647337
(100,115,55)
#576430
(87,100,48)
#4A5529
(74,85,41)
#3D4622
(61,70,34)
#30371B
(48,55,27)
#232814
(35,40,20)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #98AF53

#98AF53
(152,175,83)
#A1B662
(161,182,98)
#AABD71
(170,189,113)
#B3C480
(179,196,128)
#BCCB8F
(188,203,143)
#C5D29E
(197,210,158)
#CED9AD
(206,217,173)
#D7E0BC
(215,224,188)
#E0E7CB
(224,231,203)
#E9EEDA
(233,238,218)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AF53 color. Also use rgb(152,175,83) instead hex code.

Text Font Color

.myTextColor { color: #98AF53; }

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

This text font color is #98AF53.


Background Color

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

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

This div background color is #98AF53.


Border color

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

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

This div border color is #98AF53.


Opacity

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

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

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

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

This text has shadow with #98AF53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AF53 on black background.


Color preview on white background

This text has color #98AF53 on white background.



Black color preview on #98AF53 background

This text has black color on #98AF53 background.


White color preview on #98AF53 background

This text has white color on #98AF53 background.