COLOR #98A36B

HEX: #98A36B
RGB: (152,163,107)

Color info

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

RGB color model

#98A36B color RGB value is (152,163,107).

  • red value is 152;
  • green value is 163;
  • blue value is 107.
RGB:
(152,163,107)
(60%,64%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 107 of 255 = 42%

152
163
107

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

Portions of RGB colors in percentages

R + G + B =
152 + 163 + 107 = 422 (100%)
R 152 of 422 ~ 36.02%
G 163 of 422 ~ 38.63%
B 107 of 422 ~ 25.36%

%36.02
%38.63
%25.36

CMYK color model

#98A36B color CMYK value is (7,0,34,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(7,0,34,36)
C7M0Y34K36 
(7%,0%,34%,36%)
(0.07/0.00/0.34/0.36)	

CMYK percentages

%6.75
%0
%34.36
%36.08

Codes

Color #98A36B in popluar color models

98A36B
RGB152163107
HSL72°23.33%52.94%
HSB/HSV72°34.36%63.92%
CMYK6.75%0.00%34.36%
36.08%

Color #98A36B in popluar number systems.

HEX98A36B
Decimal152163107
Binary10011000101000111101011
Octal230243153

Shades and tints

Shades of #98A36B

#98A36B
(152,163,107)
#8B9562
(139,149,98)
#7E8759
(126,135,89)
#717950
(113,121,80)
#646B47
(100,107,71)
#575D3E
(87,93,62)
#4A4F35
(74,79,53)
#3D412C
(61,65,44)
#303323
(48,51,35)
#23251A
(35,37,26)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #98A36B

#98A36B
(152,163,107)
#A1AB78
(161,171,120)
#AAB385
(170,179,133)
#B3BB92
(179,187,146)
#BCC39F
(188,195,159)
#C5CBAC
(197,203,172)
#CED3B9
(206,211,185)
#D7DBC6
(215,219,198)
#E0E3D3
(224,227,211)
#E9EBE0
(233,235,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A36B color. Also use rgb(152,163,107) instead hex code.

Text Font Color

.myTextColor { color: #98A36B; }

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

This text font color is #98A36B.


Background Color

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

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

This div background color is #98A36B.


Border color

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

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

This div border color is #98A36B.


Opacity

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

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

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

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

This text has shadow with #98A36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A36B on black background.


Color preview on white background

This text has color #98A36B on white background.



Black color preview on #98A36B background

This text has black color on #98A36B background.


White color preview on #98A36B background

This text has white color on #98A36B background.