COLOR #97B54E

HEX: #97B54E
RGB: (151,181,78)

Color info

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

RGB color model

#97B54E color RGB value is (151,181,78).

  • red value is 151;
  • green value is 181;
  • blue value is 78.
RGB:
(151,181,78)
(59%,71%,31%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 78 of 255 = 31%

151
181
78

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

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 78 = 410 (100%)
R 151 of 410 ~ 36.83%
G 181 of 410 ~ 44.15%
B 78 of 410 ~ 19.02%

%36.83
%44.15
%19.02

CMYK color model

#97B54E color CMYK value is (17,0,57,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(17,0,57,29)
C17M0Y57K29 
(17%,0%,57%,29%)
(0.17/0.00/0.57/0.29)	

CMYK percentages

%16.57
%0
%56.91
%29.02

Codes

Color #97B54E in popluar color models

97B54E
RGB15118178
HSL77°41.04%50.78%
HSB/HSV77°56.91%70.98%
CMYK16.57%0.00%56.91%
29.02%

Color #97B54E in popluar number systems.

HEX97B54E
Decimal15118178
Binary10010111101101011001110
Octal227265116

Shades and tints

Shades of #97B54E

#97B54E
(151,181,78)
#8AA547
(138,165,71)
#7D9540
(125,149,64)
#708539
(112,133,57)
#637532
(99,117,50)
#56652B
(86,101,43)
#495524
(73,85,36)
#3C451D
(60,69,29)
#2F3516
(47,53,22)
#22250F
(34,37,15)
#151508
(21,21,8)
#000000
(0,0,0)

Tints of #97B54E

#97B54E
(151,181,78)
#A0BB5E
(160,187,94)
#A9C16E
(169,193,110)
#B2C77E
(178,199,126)
#BBCD8E
(187,205,142)
#C4D39E
(196,211,158)
#CDD9AE
(205,217,174)
#D6DFBE
(214,223,190)
#DFE5CE
(223,229,206)
#E8EBDE
(232,235,222)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B54E color. Also use rgb(151,181,78) instead hex code.

Text Font Color

.myTextColor { color: #97B54E; }

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

This text font color is #97B54E.


Background Color

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

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

This div background color is #97B54E.


Border color

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

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

This div border color is #97B54E.


Opacity

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

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

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

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

This text has shadow with #97B54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B54E on black background.


Color preview on white background

This text has color #97B54E on white background.



Black color preview on #97B54E background

This text has black color on #97B54E background.


White color preview on #97B54E background

This text has white color on #97B54E background.