COLOR #97B964

HEX: #97B964
RGB: (151,185,100)

Color info

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

RGB color model

#97B964 color RGB value is (151,185,100).

  • red value is 151;
  • green value is 185;
  • blue value is 100.
RGB:
(151,185,100)
(59%,73%,39%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 100 of 255 = 39%

151
185
100

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 100 = 436 (100%)
R 151 of 436 ~ 34.63%
G 185 of 436 ~ 42.43%
B 100 of 436 ~ 22.94%

%34.63
%42.43
%22.94

CMYK color model

#97B964 color CMYK value is (18,0,46,27).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 27.45%
CMYK:
(18,0,46,27)
C18M0Y46K27 
(18%,0%,46%,27%)
(0.18/0.00/0.46/0.27)	

CMYK percentages

%18.38
%0
%45.95
%27.45

Codes

Color #97B964 in popluar color models

97B964
RGB151185100
HSL84°37.78%55.88%
HSB/HSV84°45.95%72.55%
CMYK18.38%0.00%45.95%
27.45%

Color #97B964 in popluar number systems.

HEX97B964
Decimal151185100
Binary10010111101110011100100
Octal227271144

Shades and tints

Shades of #97B964

#97B964
(151,185,100)
#8AA95B
(138,169,91)
#7D9952
(125,153,82)
#708949
(112,137,73)
#637940
(99,121,64)
#566937
(86,105,55)
#49592E
(73,89,46)
#3C4925
(60,73,37)
#2F391C
(47,57,28)
#222913
(34,41,19)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #97B964

#97B964
(151,185,100)
#A0BF72
(160,191,114)
#A9C580
(169,197,128)
#B2CB8E
(178,203,142)
#BBD19C
(187,209,156)
#C4D7AA
(196,215,170)
#CDDDB8
(205,221,184)
#D6E3C6
(214,227,198)
#DFE9D4
(223,233,212)
#E8EFE2
(232,239,226)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B964 color. Also use rgb(151,185,100) instead hex code.

Text Font Color

.myTextColor { color: #97B964; }

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

This text font color is #97B964.


Background Color

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

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

This div background color is #97B964.


Border color

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

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

This div border color is #97B964.


Opacity

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

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

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

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

This text has shadow with #97B964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B964 on black background.


Color preview on white background

This text has color #97B964 on white background.



Black color preview on #97B964 background

This text has black color on #97B964 background.


White color preview on #97B964 background

This text has white color on #97B964 background.