COLOR #9FBA61

HEX: #9FBA61 RGB: (159,186,97)

Color info

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

RGB color model

#9FBA61 color RGB value is (159,186,97).

RGB: (159,186,97) (62%, 73%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 97 of 255 = 38%

159
186
97

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

Portions of RGB colors in percentages

R + G + B = 159 + 186 + 97 = 442 (100%)
R 159 of 442 ~ 35.97%
G 186 of 442 ~ 42.08%
B 97 of 442 ~ 21.95'%

%35.97
%42.08
%21.95

CMYK color model

#9FBA61 color CMYK value is (15,0,48,27).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 27.06%
CMYK: (15,0,48,27) C15M0Y48K27 (15%,0%,48%,27%) (0.15/0.00/0.48/0.27) 

CMYK percentages

%14.52
%0
%47.85
%27.06

Codes

Color #9FBA61 in popluar color models

9F BA 61
RGB 159 186 97
HSL 78° 39.21% 55.49%
HSB/HSV 78° 47.85% 72.94%
CMYK 14.52% 0.00% 47.85%
27.06%

Color #9FBA61 in popluar number systems.

HEX 9F BA 61
Decimal 159 186 97
Binary 10011111 10111010 1100001
Octal 237 272 141

Shades and tints

Shades of #9FBA61

#9FBA61
(159,186,97)
#91AA59
(145,170,89)
#839A51
(131,154,81)
#758A49
(117,138,73)
#677A41
(103,122,65)
#596A39
(89,106,57)
#4B5A31
(75,90,49)
#3D4A29
(61,74,41)
#2F3A21
(47,58,33)
#212A19
(33,42,25)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #9FBA61

#9FBA61
(159,186,97)
#A7C06F
(167,192,111)
#AFC67D
(175,198,125)
#B7CC8B
(183,204,139)
#BFD299
(191,210,153)
#C7D8A7
(199,216,167)
#CFDEB5
(207,222,181)
#D7E4C3
(215,228,195)
#DFEAD1
(223,234,209)
#E7F0DF
(231,240,223)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBA61; }

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

This text font color is #9FBA61.

Background Color

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

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

This div background color is #9FBA61.

Border color

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

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

This div border color is #9FBA61.

Opacity

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

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

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

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

This text has shadow with #9FBA61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBA61.

Preview

Color preview on black background

This text has color #9FBA61 on black background.


Color preview on white background

This text has color #9FBA61 on white background.


Black color preview on #9FBA61 background

This text has black color on #9FBA61 background.


White color preview on #9FBA61 background

This text has white color on #9FBA61 background.


Related colors

Complementary color

Complementary color for #hex is #60459E.


I love getcolorcode.com

Triadic colors

1 #619FBA and #BA619F with #9FBA61 are triadic colors.

2 #61BA9F and #BA9F61 with #9FBA61 are triadic colors.