COLOR #97BC2D

HEX: #97BC2D
RGB: (151,188,45)

Color info

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

RGB color model

#97BC2D color RGB value is (151,188,45).

  • red value is 151;
  • green value is 188;
  • blue value is 45.
RGB:
(151,188,45)
(59%,74%,18%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 45 of 255 = 18%

151
188
45

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

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 45 = 384 (100%)
R 151 of 384 ~ 39.32%
G 188 of 384 ~ 48.96%
B 45 of 384 ~ 11.72%

%39.32
%48.96
%11.72

CMYK color model

#97BC2D color CMYK value is (20,0,76,26).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 76.06%
  • key color value is 26.27%
CMYK:
(20,0,76,26)
C20M0Y76K26 
(20%,0%,76%,26%)
(0.20/0.00/0.76/0.26)	

CMYK percentages

%19.68
%0
%76.06
%26.27

Codes

Color #97BC2D in popluar color models

97BC2D
RGB15118845
HSL76°61.37%45.69%
HSB/HSV76°76.06%73.73%
CMYK19.68%0.00%76.06%
26.27%

Color #97BC2D in popluar number systems.

HEX97BC2D
Decimal15118845
Binary1001011110111100101101
Octal22727455

Shades and tints

Shades of #97BC2D

#97BC2D
(151,188,45)
#8AAB29
(138,171,41)
#7D9A25
(125,154,37)
#708921
(112,137,33)
#63781D
(99,120,29)
#566719
(86,103,25)
#495615
(73,86,21)
#3C4511
(60,69,17)
#2F340D
(47,52,13)
#222309
(34,35,9)
#151205
(21,18,5)
#000000
(0,0,0)

Tints of #97BC2D

#97BC2D
(151,188,45)
#A0C240
(160,194,64)
#A9C853
(169,200,83)
#B2CE66
(178,206,102)
#BBD479
(187,212,121)
#C4DA8C
(196,218,140)
#CDE09F
(205,224,159)
#D6E6B2
(214,230,178)
#DFECC5
(223,236,197)
#E8F2D8
(232,242,216)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BC2D color. Also use rgb(151,188,45) instead hex code.

Text Font Color

.myTextColor { color: #97BC2D; }

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

This text font color is #97BC2D.


Background Color

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

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

This div background color is #97BC2D.


Border color

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

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

This div border color is #97BC2D.


Opacity

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

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

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

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

This text has shadow with #97BC2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BC2D on black background.


Color preview on white background

This text has color #97BC2D on white background.



Black color preview on #97BC2D background

This text has black color on #97BC2D background.


White color preview on #97BC2D background

This text has white color on #97BC2D background.