COLOR #97B490

HEX: #97B490 RGB: (151,180,144)

Color info

#97B490 contains red, green and blue colors in about the same proportion. Web safe color of #97B490 is #99CC99 (or #9C9).

RGB color model

#97B490 color RGB value is (151,180,144).

RGB: (151,180,144) (59%, 71%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 144 of 255 = 56%

151
180
144

R + G + B ~ 62%. #97B490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 180 + 144 = 475 (100%)
R 151 of 475 ~ 31.79%
G 180 of 475 ~ 37.89%
B 144 of 475 ~ 30.32'%

%31.79
%37.89
%30.32

CMYK color model

#97B490 color CMYK value is (16,0,20,29).

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

CMYK: (16,0,20,29)
C16M0Y20K29 (16%, 0%, 20%, 29%)
(0.16 / 0.00 / 0.20 / 0.29)

CMYK percentages

%16.11
%0
%20
%29.41

Codes

Color #97B490 in popluar color models

97 B4 90
RGB 151 180 144
HSL 108° 19.35% 63.53%
HSB/HSV 108° 20.00% 70.59%
CMYK 16.11% 0.00% 20.00%
29.41%

Color #97B490 in popluar number systems.

HEX 97 B4 90
Decimal 151 180 144
Binary 10010111 10110100 10010000
Octal 227 264 220

Shades and tints

Shades of #97B490

#97B490
(151,180,144)
#8AA483
(138,164,131)
#7D9476
(125,148,118)
#708469
(112,132,105)
#63745C
(99,116,92)
#56644F
(86,100,79)
#495442
(73,84,66)
#3C4435
(60,68,53)
#2F3428
(47,52,40)
#22241B
(34,36,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #97B490

#97B490
(151,180,144)
#A0BA9A
(160,186,154)
#A9C0A4
(169,192,164)
#B2C6AE
(178,198,174)
#BBCCB8
(187,204,184)
#C4D2C2
(196,210,194)
#CDD8CC
(205,216,204)
#D6DED6
(214,222,214)
#DFE4E0
(223,228,224)
#E8EAEA
(232,234,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B490; }

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

This text font color is #97B490.

Background Color

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

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

This div background color is #97B490.

Border color

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

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

This div border color is #97B490.

Opacity

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

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

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

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

This text has shadow with #97B490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B490.

Preview

Color preview on black background

This text has color #97B490 on black background.


Color preview on white background

This text has color #97B490 on white background.


Black color preview on #97B490 background

This text has black color on #97B490 background.


White color preview on #97B490 background

This text has white color on #97B490 background.


Related colors

Complementary color

Complementary color for #hex is #684B6F.


I love getcolorcode.com

Triadic colors

1 #9097B4 and #B49097 with #97B490 are triadic colors.

2 #90B497 and #B49790 with #97B490 are triadic colors.