COLOR #9FB261

HEX: #9FB261 RGB: (159,178,97)

Color info

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

RGB color model

#9FB261 color RGB value is (159,178,97).

RGB: (159,178,97) (62%, 70%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 97 of 255 = 38%

159
178
97

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

Portions of RGB colors in percentages

R + G + B = 159 + 178 + 97 = 434 (100%)
R 159 of 434 ~ 36.64%
G 178 of 434 ~ 41.01%
B 97 of 434 ~ 22.35'%

%36.64
%41.01
%22.35

CMYK color model

#9FB261 color CMYK value is (11,0,46,30).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 30.20%
CMYK: (11,0,46,30) C11M0Y46K30 (11%,0%,46%,30%) (0.11/0.00/0.46/0.30) 

CMYK percentages

%10.67
%0
%45.51
%30.2

Codes

Color #9FB261 in popluar color models

9F B2 61
RGB 159 178 97
HSL 74° 34.47% 53.92%
HSB/HSV 74° 45.51% 69.80%
CMYK 10.67% 0.00% 45.51%
30.20%

Color #9FB261 in popluar number systems.

HEX 9F B2 61
Decimal 159 178 97
Binary 10011111 10110010 1100001
Octal 237 262 141

Shades and tints

Shades of #9FB261

#9FB261
(159,178,97)
#91A259
(145,162,89)
#839251
(131,146,81)
#758249
(117,130,73)
#677241
(103,114,65)
#596239
(89,98,57)
#4B5231
(75,82,49)
#3D4229
(61,66,41)
#2F3221
(47,50,33)
#212219
(33,34,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9FB261

#9FB261
(159,178,97)
#A7B96F
(167,185,111)
#AFC07D
(175,192,125)
#B7C78B
(183,199,139)
#BFCE99
(191,206,153)
#C7D5A7
(199,213,167)
#CFDCB5
(207,220,181)
#D7E3C3
(215,227,195)
#DFEAD1
(223,234,209)
#E7F1DF
(231,241,223)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB261 color. Also use rgb(159,178,97) instead hex code.

Text Font Color

.myTextColor { color: #9FB261; }

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

This text font color is #9FB261.

Background Color

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

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

This div background color is #9FB261.

Border color

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

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

This div border color is #9FB261.

Opacity

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

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

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

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

This text has shadow with #9FB261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB261.

Preview

Color preview on black background

This text has color #9FB261 on black background.


Color preview on white background

This text has color #9FB261 on white background.


Black color preview on #9FB261 background

This text has black color on #9FB261 background.


White color preview on #9FB261 background

This text has white color on #9FB261 background.


Related colors

Complementary color

Complementary color for #hex is #604D9E.


I love getcolorcode.com

Triadic colors

1 #619FB2 and #B2619F with #9FB261 are triadic colors.

2 #61B29F and #B29F61 with #9FB261 are triadic colors.