COLOR #97B25F

HEX: #97B25F RGB: (151,178,95)

Color info

#97B25F contains mainly red and green colors. Web safe color of #97B25F is #999966 (or #996).

RGB color model

#97B25F color RGB value is (151,178,95).

RGB: (151,178,95) (59%, 70%, 37%)

RGB channels and saturation

R 151 of 255 = 59%
G 178 of 255 = 70%
B 95 of 255 = 37%

151
178
95

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

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 95 = 424 (100%)
R 151 of 424 ~ 35.61%
G 178 of 424 ~ 41.98%
B 95 of 424 ~ 22.41'%

%35.61
%41.98
%22.41

CMYK color model

#97B25F color CMYK value is (15,0,47,30).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 30.20%

CMYK: (15,0,47,30)
C15M0Y47K30 (15%, 0%, 47%, 30%)
(0.15 / 0.00 / 0.47 / 0.30)

CMYK percentages

%15.17
%0
%46.63
%30.2

Codes

Color #97B25F in popluar color models

97 B2 5F
RGB 151 178 95
HSL 80° 35.02% 53.53%
HSB/HSV 80° 46.63% 69.80%
CMYK 15.17% 0.00% 46.63%
30.20%

Color #97B25F in popluar number systems.

HEX 97 B2 5F
Decimal 151 178 95
Binary 10010111 10110010 1011111
Octal 227 262 137

Shades and tints

Shades of #97B25F

#97B25F
(151,178,95)
#8AA257
(138,162,87)
#7D924F
(125,146,79)
#708247
(112,130,71)
#63723F
(99,114,63)
#566237
(86,98,55)
#49522F
(73,82,47)
#3C4227
(60,66,39)
#2F321F
(47,50,31)
#222217
(34,34,23)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #97B25F

#97B25F
(151,178,95)
#A0B96D
(160,185,109)
#A9C07B
(169,192,123)
#B2C789
(178,199,137)
#BBCE97
(187,206,151)
#C4D5A5
(196,213,165)
#CDDCB3
(205,220,179)
#D6E3C1
(214,227,193)
#DFEACF
(223,234,207)
#E8F1DD
(232,241,221)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B25F color. Also use rgb(151,178,95) instead hex code.

Text Font Color

.myTextColor { color: #97B25F; }

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

This text font color is #97B25F.

Background Color

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

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

This div background color is #97B25F.

Border color

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

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

This div border color is #97B25F.

Opacity

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

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

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

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

This text has shadow with #97B25F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B25F.

Preview

Color preview on black background

This text has color #97B25F on black background.


Color preview on white background

This text has color #97B25F on white background.


Black color preview on #97B25F background

This text has black color on #97B25F background.


White color preview on #97B25F background

This text has white color on #97B25F background.


Related colors

Complementary color

Complementary color for #hex is #684DA0.


I love getcolorcode.com

Triadic colors

1 #5F97B2 and #B25F97 with #97B25F are triadic colors.

2 #5FB297 and #B2975F with #97B25F are triadic colors.