COLOR #9FB557

HEX: #9FB557 RGB: (159,181,87)

Color info

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

RGB color model

#9FB557 color RGB value is (159,181,87).

RGB: (159,181,87) (62%, 71%, 34%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 87 of 255 = 34%

159
181
87

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

Portions of RGB colors in percentages

R + G + B = 159 + 181 + 87 = 427 (100%)
R 159 of 427 ~ 37.24%
G 181 of 427 ~ 42.39%
B 87 of 427 ~ 20.37'%

%37.24
%42.39
%20.37

CMYK color model

#9FB557 color CMYK value is (12,0,52,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 51.93%
  • key color value is 29.02%
CMYK: (12,0,52,29) C12M0Y52K29 (12%,0%,52%,29%) (0.12/0.00/0.52/0.29) 

CMYK percentages

%12.15
%0
%51.93
%29.02

Codes

Color #9FB557 in popluar color models

9F B5 57
RGB 159 181 87
HSL 74° 38.84% 52.55%
HSB/HSV 74° 51.93% 70.98%
CMYK 12.15% 0.00% 51.93%
29.02%

Color #9FB557 in popluar number systems.

HEX 9F B5 57
Decimal 159 181 87
Binary 10011111 10110101 1010111
Octal 237 265 127

Shades and tints

Shades of #9FB557

#9FB557
(159,181,87)
#91A550
(145,165,80)
#839549
(131,149,73)
#758542
(117,133,66)
#67753B
(103,117,59)
#596534
(89,101,52)
#4B552D
(75,85,45)
#3D4526
(61,69,38)
#2F351F
(47,53,31)
#212518
(33,37,24)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9FB557

#9FB557
(159,181,87)
#A7BB66
(167,187,102)
#AFC175
(175,193,117)
#B7C784
(183,199,132)
#BFCD93
(191,205,147)
#C7D3A2
(199,211,162)
#CFD9B1
(207,217,177)
#D7DFC0
(215,223,192)
#DFE5CF
(223,229,207)
#E7EBDE
(231,235,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB557 color. Also use rgb(159,181,87) instead hex code.

Text Font Color

.myTextColor { color: #9FB557; }

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

This text font color is #9FB557.

Background Color

.myBgColor { background-color: #9FB557; }

<div style="background-color:#9FB557">Inner text</div>

This div background color is #9FB557.

Border color

.myBorderColor { border: 1px solid #9FB557; }

<div style="border:3px solid #9FB557">Div</div>

This div border color is #9FB557.

Opacity

.myOpacity80 { color: #9FB557; opacity: 0.8; }

<p style="color:#9FB557;opacity:0.8;">80%</p>

Text with #9FB557 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 #9FB557;}

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

This text has shadow with #9FB557 color.


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

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

This text has shadow with #9FB557 primary color and red secondary color.


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

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

This text has shadow with #9FB557 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9FB557.

Preview

Color preview on black background

This text has color #9FB557 on black background.


Color preview on white background

This text has color #9FB557 on white background.


Black color preview on #9FB557 background

This text has black color on #9FB557 background.


White color preview on #9FB557 background

This text has white color on #9FB557 background.


Related colors

Complementary color

Complementary color for #hex is #604AA8.


I love getcolorcode.com

Triadic colors

1 #579FB5 and #B5579F with #9FB557 are triadic colors.

2 #57B59F and #B59F57 with #9FB557 are triadic colors.