COLOR #97B336

HEX: #97B336
RGB: (151,179,54)

Color info

#97B336 contains mainly red and green colors. Web safe color of #97B336 is #999933 (or #993).

RGB color model

#97B336 color RGB value is (151,179,54).

  • red value is 151;
  • green value is 179;
  • blue value is 54.
RGB:
(151,179,54)
(59%,70%,21%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 54 of 255 = 21%

151
179
54

R + G + B ~ 50%. #97B336 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 54 = 384 (100%)
R 151 of 384 ~ 39.32%
G 179 of 384 ~ 46.61%
B 54 of 384 ~ 14.06%

%39.32
%46.61
%14.06

CMYK color model

#97B336 color CMYK value is (16,0,70,30).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 69.83%
  • key color value is 29.80%
CMYK:
(16,0,70,30)
C16M0Y70K30 
(16%,0%,70%,30%)
(0.16/0.00/0.70/0.30)	

CMYK percentages

%15.64
%0
%69.83
%29.8

Codes

Color #97B336 in popluar color models

97B336
RGB15117954
HSL73°53.65%45.69%
HSB/HSV73°69.83%70.20%
CMYK15.64%0.00%69.83%
29.80%

Color #97B336 in popluar number systems.

HEX97B336
Decimal15117954
Binary1001011110110011110110
Octal22726366

Shades and tints

Shades of #97B336

#97B336
(151,179,54)
#8AA332
(138,163,50)
#7D932E
(125,147,46)
#70832A
(112,131,42)
#637326
(99,115,38)
#566322
(86,99,34)
#49531E
(73,83,30)
#3C431A
(60,67,26)
#2F3316
(47,51,22)
#222312
(34,35,18)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #97B336

#97B336
(151,179,54)
#A0B948
(160,185,72)
#A9BF5A
(169,191,90)
#B2C56C
(178,197,108)
#BBCB7E
(187,203,126)
#C4D190
(196,209,144)
#CDD7A2
(205,215,162)
#D6DDB4
(214,221,180)
#DFE3C6
(223,227,198)
#E8E9D8
(232,233,216)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B336 color. Also use rgb(151,179,54) instead hex code.

Text Font Color

.myTextColor { color: #97B336; }

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

This text font color is #97B336.


Background Color

.myBgColor { background-color: #97B336; }

<div style="background-color:#97B336">Inner text</div>

This div background color is #97B336.


Border color

.myBorderColor { border: 1px solid #97B336; }

<div style="border:3px solid #97B336">Div</div>

This div border color is #97B336.


Opacity

.myOpacity80 { color: #97B336; opacity: 0.8; }

<p style="color:#97B336;opacity:0.8;">80%</p>

Text with #97B336 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 #97B336;}

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

This text has shadow with #97B336 color.

.textShadow {text-shadow: 3px 3px 1px #97B336, 3px 3px 1px red;}

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

This text has shadow with #97B336 primary color and red secondary color.


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

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

This text has shadow with #97B336 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B336 on black background.


Color preview on white background

This text has color #97B336 on white background.



Black color preview on #97B336 background

This text has black color on #97B336 background.


White color preview on #97B336 background

This text has white color on #97B336 background.