COLOR #97BA48

HEX: #97BA48
RGB: (151,186,72)

Color info

#97BA48 contains mainly red and green colors. Web safe color of #97BA48 is #99CC33 (or #9C3).

RGB color model

#97BA48 color RGB value is (151,186,72).

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

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 72 of 255 = 28%

151
186
72

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

Portions of RGB colors in percentages

R + G + B =
151 + 186 + 72 = 409 (100%)
R 151 of 409 ~ 36.92%
G 186 of 409 ~ 45.48%
B 72 of 409 ~ 17.6%

%36.92
%45.48
%17.6

CMYK color model

#97BA48 color CMYK value is (19,0,61,27).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 27.06%
CMYK:
(19,0,61,27)
C19M0Y61K27 
(19%,0%,61%,27%)
(0.19/0.00/0.61/0.27)	

CMYK percentages

%18.82
%0
%61.29
%27.06

Codes

Color #97BA48 in popluar color models

97BA48
RGB15118672
HSL78°45.24%50.59%
HSB/HSV78°61.29%72.94%
CMYK18.82%0.00%61.29%
27.06%

Color #97BA48 in popluar number systems.

HEX97BA48
Decimal15118672
Binary10010111101110101001000
Octal227272110

Shades and tints

Shades of #97BA48

#97BA48
(151,186,72)
#8AAA42
(138,170,66)
#7D9A3C
(125,154,60)
#708A36
(112,138,54)
#637A30
(99,122,48)
#566A2A
(86,106,42)
#495A24
(73,90,36)
#3C4A1E
(60,74,30)
#2F3A18
(47,58,24)
#222A12
(34,42,18)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #97BA48

#97BA48
(151,186,72)
#A0C058
(160,192,88)
#A9C668
(169,198,104)
#B2CC78
(178,204,120)
#BBD288
(187,210,136)
#C4D898
(196,216,152)
#CDDEA8
(205,222,168)
#D6E4B8
(214,228,184)
#DFEAC8
(223,234,200)
#E8F0D8
(232,240,216)
#F1F6E8
(241,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BA48; }

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

This text font color is #97BA48.


Background Color

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

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

This div background color is #97BA48.


Border color

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

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

This div border color is #97BA48.


Opacity

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

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

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

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

This text has shadow with #97BA48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BA48 on black background.


Color preview on white background

This text has color #97BA48 on white background.



Black color preview on #97BA48 background

This text has black color on #97BA48 background.


White color preview on #97BA48 background

This text has white color on #97BA48 background.