COLOR #9FB65B

HEX: #9FB65B
RGB: (159,182,91)

Color info

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

RGB color model

#9FB65B color RGB value is (159,182,91).

  • red value is 159;
  • green value is 182;
  • blue value is 91.
RGB:
(159,182,91)
(62%,71%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 91 of 255 = 36%

159
182
91

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 91 = 432 (100%)
R 159 of 432 ~ 36.81%
G 182 of 432 ~ 42.13%
B 91 of 432 ~ 21.06%

%36.81
%42.13
%21.06

CMYK color model

#9FB65B color CMYK value is (13,0,50,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 28.63%
CMYK:
(13,0,50,29)
C13M0Y50K29 
(13%,0%,50%,29%)
(0.13/0.00/0.50/0.29)	

CMYK percentages

%12.64
%0
%50
%28.63

Codes

Color #9FB65B in popluar color models

9FB65B
RGB15918291
HSL75°38.40%53.53%
HSB/HSV75°50.00%71.37%
CMYK12.64%0.00%50.00%
28.63%

Color #9FB65B in popluar number systems.

HEX9FB65B
Decimal15918291
Binary10011111101101101011011
Octal237266133

Shades and tints

Shades of #9FB65B

#9FB65B
(159,182,91)
#91A653
(145,166,83)
#83964B
(131,150,75)
#758643
(117,134,67)
#67763B
(103,118,59)
#596633
(89,102,51)
#4B562B
(75,86,43)
#3D4623
(61,70,35)
#2F361B
(47,54,27)
#212613
(33,38,19)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #9FB65B

#9FB65B
(159,182,91)
#A7BC69
(167,188,105)
#AFC277
(175,194,119)
#B7C885
(183,200,133)
#BFCE93
(191,206,147)
#C7D4A1
(199,212,161)
#CFDAAF
(207,218,175)
#D7E0BD
(215,224,189)
#DFE6CB
(223,230,203)
#E7ECD9
(231,236,217)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB65B color. Also use rgb(159,182,91) instead hex code.

Text Font Color

.myTextColor { color: #9FB65B; }

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

This text font color is #9FB65B.


Background Color

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

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

This div background color is #9FB65B.


Border color

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

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

This div border color is #9FB65B.


Opacity

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

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

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

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

This text has shadow with #9FB65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB65B on black background.


Color preview on white background

This text has color #9FB65B on white background.



Black color preview on #9FB65B background

This text has black color on #9FB65B background.


White color preview on #9FB65B background

This text has white color on #9FB65B background.