COLOR #98A569

HEX: #98A569
RGB: (152,165,105)

Color info

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

RGB color model

#98A569 color RGB value is (152,165,105).

  • red value is 152;
  • green value is 165;
  • blue value is 105.
RGB:
(152,165,105)
(60%,65%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 105 of 255 = 41%

152
165
105

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

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 105 = 422 (100%)
R 152 of 422 ~ 36.02%
G 165 of 422 ~ 39.1%
B 105 of 422 ~ 24.88%

%36.02
%39.1
%24.88

CMYK color model

#98A569 color CMYK value is (8,0,36,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(8,0,36,35)
C8M0Y36K35 
(8%,0%,36%,35%)
(0.08/0.00/0.36/0.35)	

CMYK percentages

%7.88
%0
%36.36
%35.29

Codes

Color #98A569 in popluar color models

98A569
RGB152165105
HSL73°25.00%52.94%
HSB/HSV73°36.36%64.71%
CMYK7.88%0.00%36.36%
35.29%

Color #98A569 in popluar number systems.

HEX98A569
Decimal152165105
Binary10011000101001011101001
Octal230245151

Shades and tints

Shades of #98A569

#98A569
(152,165,105)
#8B9660
(139,150,96)
#7E8757
(126,135,87)
#71784E
(113,120,78)
#646945
(100,105,69)
#575A3C
(87,90,60)
#4A4B33
(74,75,51)
#3D3C2A
(61,60,42)
#302D21
(48,45,33)
#231E18
(35,30,24)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #98A569

#98A569
(152,165,105)
#A1AD76
(161,173,118)
#AAB583
(170,181,131)
#B3BD90
(179,189,144)
#BCC59D
(188,197,157)
#C5CDAA
(197,205,170)
#CED5B7
(206,213,183)
#D7DDC4
(215,221,196)
#E0E5D1
(224,229,209)
#E9EDDE
(233,237,222)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A569 color. Also use rgb(152,165,105) instead hex code.

Text Font Color

.myTextColor { color: #98A569; }

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

This text font color is #98A569.


Background Color

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

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

This div background color is #98A569.


Border color

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

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

This div border color is #98A569.


Opacity

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

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

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

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

This text has shadow with #98A569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A569 on black background.


Color preview on white background

This text has color #98A569 on white background.



Black color preview on #98A569 background

This text has black color on #98A569 background.


White color preview on #98A569 background

This text has white color on #98A569 background.