COLOR #97B554

HEX: #97B554
RGB: (151,181,84)

Color info

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

RGB color model

#97B554 color RGB value is (151,181,84).

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

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 84 of 255 = 33%

151
181
84

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

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 84 = 416 (100%)
R 151 of 416 ~ 36.3%
G 181 of 416 ~ 43.51%
B 84 of 416 ~ 20.19%

%36.3
%43.51
%20.19

CMYK color model

#97B554 color CMYK value is (17,0,54,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 29.02%
CMYK:
(17,0,54,29)
C17M0Y54K29 
(17%,0%,54%,29%)
(0.17/0.00/0.54/0.29)	

CMYK percentages

%16.57
%0
%53.59
%29.02

Codes

Color #97B554 in popluar color models

97B554
RGB15118184
HSL79°39.59%51.96%
HSB/HSV79°53.59%70.98%
CMYK16.57%0.00%53.59%
29.02%

Color #97B554 in popluar number systems.

HEX97B554
Decimal15118184
Binary10010111101101011010100
Octal227265124

Shades and tints

Shades of #97B554

#97B554
(151,181,84)
#8AA54D
(138,165,77)
#7D9546
(125,149,70)
#70853F
(112,133,63)
#637538
(99,117,56)
#566531
(86,101,49)
#49552A
(73,85,42)
#3C4523
(60,69,35)
#2F351C
(47,53,28)
#222515
(34,37,21)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #97B554

#97B554
(151,181,84)
#A0BB63
(160,187,99)
#A9C172
(169,193,114)
#B2C781
(178,199,129)
#BBCD90
(187,205,144)
#C4D39F
(196,211,159)
#CDD9AE
(205,217,174)
#D6DFBD
(214,223,189)
#DFE5CC
(223,229,204)
#E8EBDB
(232,235,219)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B554; }

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

This text font color is #97B554.


Background Color

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

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

This div background color is #97B554.


Border color

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

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

This div border color is #97B554.


Opacity

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

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

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

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

This text has shadow with #97B554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B554 on black background.


Color preview on white background

This text has color #97B554 on white background.



Black color preview on #97B554 background

This text has black color on #97B554 background.


White color preview on #97B554 background

This text has white color on #97B554 background.