COLOR #97BA73

HEX: #97BA73
RGB: (151,186,115)

Color info

#97BA73 contains mainly red and green colors. Web safe color of #97BA73 is #99CC66 (or #9C6).

RGB color model

#97BA73 color RGB value is (151,186,115).

  • red value is 151;
  • green value is 186;
  • blue value is 115.
RGB:
(151,186,115)
(59%,73%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 115 of 255 = 45%

151
186
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 186 + 115 = 452 (100%)
R 151 of 452 ~ 33.41%
G 186 of 452 ~ 41.15%
B 115 of 452 ~ 25.44%

%33.41
%41.15
%25.44

CMYK color model

#97BA73 color CMYK value is (19,0,38,27).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(19,0,38,27)
C19M0Y38K27 
(19%,0%,38%,27%)
(0.19/0.00/0.38/0.27)	

CMYK percentages

%18.82
%0
%38.17
%27.06

Codes

Color #97BA73 in popluar color models

97BA73
RGB151186115
HSL90°33.97%59.02%
HSB/HSV90°38.17%72.94%
CMYK18.82%0.00%38.17%
27.06%

Color #97BA73 in popluar number systems.

HEX97BA73
Decimal151186115
Binary10010111101110101110011
Octal227272163

Shades and tints

Shades of #97BA73

#97BA73
(151,186,115)
#8AAA69
(138,170,105)
#7D9A5F
(125,154,95)
#708A55
(112,138,85)
#637A4B
(99,122,75)
#566A41
(86,106,65)
#495A37
(73,90,55)
#3C4A2D
(60,74,45)
#2F3A23
(47,58,35)
#222A19
(34,42,25)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #97BA73

#97BA73
(151,186,115)
#A0C07F
(160,192,127)
#A9C68B
(169,198,139)
#B2CC97
(178,204,151)
#BBD2A3
(187,210,163)
#C4D8AF
(196,216,175)
#CDDEBB
(205,222,187)
#D6E4C7
(214,228,199)
#DFEAD3
(223,234,211)
#E8F0DF
(232,240,223)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BA73 color. Also use rgb(151,186,115) instead hex code.

Text Font Color

.myTextColor { color: #97BA73; }

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

This text font color is #97BA73.


Background Color

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

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

This div background color is #97BA73.


Border color

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

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

This div border color is #97BA73.


Opacity

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

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

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

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

This text has shadow with #97BA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BA73 on black background.


Color preview on white background

This text has color #97BA73 on white background.



Black color preview on #97BA73 background

This text has black color on #97BA73 background.


White color preview on #97BA73 background

This text has white color on #97BA73 background.