COLOR #98A56F

HEX: #98A56F RGB: (152,165,111)

Color info

#98A56F contains red, green and blue colors in about the same proportion. Web safe color of #98A56F is #999966 (or #996).

RGB color model

#98A56F color RGB value is (152,165,111).

RGB: (152,165,111) (60%, 65%, 44%)

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 111 of 255 = 44%

152
165
111

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

Portions of RGB colors in percentages

R + G + B = 152 + 165 + 111 = 428 (100%)
R 152 of 428 ~ 35.51%
G 165 of 428 ~ 38.55%
B 111 of 428 ~ 25.93'%

%35.51
%38.55
%25.93

CMYK color model

#98A56F color CMYK value is (8,0,33,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 35.29%
CMYK: (8,0,33,35) C8M0Y33K35 (8%,0%,33%,35%) (0.08/0.00/0.33/0.35) 

CMYK percentages

%7.88
%0
%32.73
%35.29

Codes

Color #98A56F in popluar color models

98 A5 6F
RGB 152 165 111
HSL 74° 23.08% 54.12%
HSB/HSV 74° 32.73% 64.71%
CMYK 7.88% 0.00% 32.73%
35.29%

Color #98A56F in popluar number systems.

HEX 98 A5 6F
Decimal 152 165 111
Binary 10011000 10100101 1101111
Octal 230 245 157

Shades and tints

Shades of #98A56F

#98A56F
(152,165,111)
#8B9665
(139,150,101)
#7E875B
(126,135,91)
#717851
(113,120,81)
#646947
(100,105,71)
#575A3D
(87,90,61)
#4A4B33
(74,75,51)
#3D3C29
(61,60,41)
#302D1F
(48,45,31)
#231E15
(35,30,21)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #98A56F

#98A56F
(152,165,111)
#A1AD7C
(161,173,124)
#AAB589
(170,181,137)
#B3BD96
(179,189,150)
#BCC5A3
(188,197,163)
#C5CDB0
(197,205,176)
#CED5BD
(206,213,189)
#D7DDCA
(215,221,202)
#E0E5D7
(224,229,215)
#E9EDE4
(233,237,228)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A56F; }

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

This text font color is #98A56F.

Background Color

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

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

This div background color is #98A56F.

Border color

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

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

This div border color is #98A56F.

Opacity

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

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

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

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

This text has shadow with #98A56F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A56F.

Preview

Color preview on black background

This text has color #98A56F on black background.


Color preview on white background

This text has color #98A56F on white background.


Black color preview on #98A56F background

This text has black color on #98A56F background.


White color preview on #98A56F background

This text has white color on #98A56F background.


Related colors

Complementary color

Complementary color for #hex is #675A90.


I love getcolorcode.com

Triadic colors

1 #6F98A5 and #A56F98 with #98A56F are triadic colors.

2 #6FA598 and #A5986F with #98A56F are triadic colors.