COLOR #97B45E

HEX: #97B45E RGB: (151,180,94)

Color info

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

RGB color model

#97B45E color RGB value is (151,180,94).

RGB: (151,180,94) (59%, 71%, 37%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 94 of 255 = 37%

151
180
94

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

Portions of RGB colors in percentages

R + G + B = 151 + 180 + 94 = 425 (100%)
R 151 of 425 ~ 35.53%
G 180 of 425 ~ 42.35%
B 94 of 425 ~ 22.12'%

%35.53
%42.35
%22.12

CMYK color model

#97B45E color CMYK value is (16,0,48,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 29.41%

CMYK: (16,0,48,29)
C16M0Y48K29 (16%, 0%, 48%, 29%)
(0.16 / 0.00 / 0.48 / 0.29)

CMYK percentages

%16.11
%0
%47.78
%29.41

Codes

Color #97B45E in popluar color models

97 B4 5E
RGB 151 180 94
HSL 80° 36.44% 53.73%
HSB/HSV 80° 47.78% 70.59%
CMYK 16.11% 0.00% 47.78%
29.41%

Color #97B45E in popluar number systems.

HEX 97 B4 5E
Decimal 151 180 94
Binary 10010111 10110100 1011110
Octal 227 264 136

Shades and tints

Shades of #97B45E

#97B45E
(151,180,94)
#8AA456
(138,164,86)
#7D944E
(125,148,78)
#708446
(112,132,70)
#63743E
(99,116,62)
#566436
(86,100,54)
#49542E
(73,84,46)
#3C4426
(60,68,38)
#2F341E
(47,52,30)
#222416
(34,36,22)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #97B45E

#97B45E
(151,180,94)
#A0BA6C
(160,186,108)
#A9C07A
(169,192,122)
#B2C688
(178,198,136)
#BBCC96
(187,204,150)
#C4D2A4
(196,210,164)
#CDD8B2
(205,216,178)
#D6DEC0
(214,222,192)
#DFE4CE
(223,228,206)
#E8EADC
(232,234,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B45E color. Also use rgb(151,180,94) instead hex code.

Text Font Color

.myTextColor { color: #97B45E; }

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

This text font color is #97B45E.

Background Color

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

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

This div background color is #97B45E.

Border color

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

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

This div border color is #97B45E.

Opacity

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

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

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

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

This text has shadow with #97B45E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B45E.

Preview

Color preview on black background

This text has color #97B45E on black background.


Color preview on white background

This text has color #97B45E on white background.


Black color preview on #97B45E background

This text has black color on #97B45E background.


White color preview on #97B45E background

This text has white color on #97B45E background.


Related colors

Complementary color

Complementary color for #hex is #684BA1.


I love getcolorcode.com

Triadic colors

1 #5E97B4 and #B45E97 with #97B45E are triadic colors.

2 #5EB497 and #B4975E with #97B45E are triadic colors.