COLOR #98A565

HEX: #98A565 RGB: (152,165,101)

Color info

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

RGB color model

#98A565 color RGB value is (152,165,101).

RGB: (152,165,101) (60%, 65%, 40%)

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 101 of 255 = 40%

152
165
101

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

Portions of RGB colors in percentages

R + G + B = 152 + 165 + 101 = 418 (100%)
R 152 of 418 ~ 36.36%
G 165 of 418 ~ 39.47%
B 101 of 418 ~ 24.16'%

%36.36
%39.47
%24.16

CMYK color model

#98A565 color CMYK value is (8,0,39,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 35.29%

CMYK: (8,0,39,35)
C8M0Y39K35 (8%, 0%, 39%, 35%)
(0.08 / 0.00 / 0.39 / 0.35)

CMYK percentages

%7.88
%0
%38.79
%35.29

Codes

Color #98A565 in popluar color models

98 A5 65
RGB 152 165 101
HSL 72° 26.23% 52.16%
HSB/HSV 72° 38.79% 64.71%
CMYK 7.88% 0.00% 38.79%
35.29%

Color #98A565 in popluar number systems.

HEX 98 A5 65
Decimal 152 165 101
Binary 10011000 10100101 1100101
Octal 230 245 145

Shades and tints

Shades of #98A565

#98A565
(152,165,101)
#8B965C
(139,150,92)
#7E8753
(126,135,83)
#71784A
(113,120,74)
#646941
(100,105,65)
#575A38
(87,90,56)
#4A4B2F
(74,75,47)
#3D3C26
(61,60,38)
#302D1D
(48,45,29)
#231E14
(35,30,20)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #98A565

#98A565
(152,165,101)
#A1AD73
(161,173,115)
#AAB581
(170,181,129)
#B3BD8F
(179,189,143)
#BCC59D
(188,197,157)
#C5CDAB
(197,205,171)
#CED5B9
(206,213,185)
#D7DDC7
(215,221,199)
#E0E5D5
(224,229,213)
#E9EDE3
(233,237,227)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A565; }

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

This text font color is #98A565.

Background Color

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

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

This div background color is #98A565.

Border color

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

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

This div border color is #98A565.

Opacity

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

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

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

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

This text has shadow with #98A565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A565.

Preview

Color preview on black background

This text has color #98A565 on black background.


Color preview on white background

This text has color #98A565 on white background.


Black color preview on #98A565 background

This text has black color on #98A565 background.


White color preview on #98A565 background

This text has white color on #98A565 background.


Related colors

Complementary color

Complementary color for #hex is #675A9A.


I love getcolorcode.com

Triadic colors

1 #6598A5 and #A56598 with #98A565 are triadic colors.

2 #65A598 and #A59865 with #98A565 are triadic colors.