COLOR #9FB055

HEX: #9FB055
RGB: (159,176,85)

Color info

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

RGB color model

#9FB055 color RGB value is (159,176,85).

  • red value is 159;
  • green value is 176;
  • blue value is 85.
RGB:
(159,176,85)
(62%,69%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 85 of 255 = 33%

159
176
85

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

Portions of RGB colors in percentages

R + G + B =
159 + 176 + 85 = 420 (100%)
R 159 of 420 ~ 37.86%
G 176 of 420 ~ 41.9%
B 85 of 420 ~ 20.24%

%37.86
%41.9
%20.24

CMYK color model

#9FB055 color CMYK value is (10,0,52,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 30.98%
CMYK:
(10,0,52,31)
C10M0Y52K31 
(10%,0%,52%,31%)
(0.10/0.00/0.52/0.31)	

CMYK percentages

%9.66
%0
%51.7
%30.98

Codes

Color #9FB055 in popluar color models

9FB055
RGB15917685
HSL71°36.55%51.18%
HSB/HSV71°51.70%69.02%
CMYK9.66%0.00%51.70%
30.98%

Color #9FB055 in popluar number systems.

HEX9FB055
Decimal15917685
Binary10011111101100001010101
Octal237260125

Shades and tints

Shades of #9FB055

#9FB055
(159,176,85)
#91A04E
(145,160,78)
#839047
(131,144,71)
#758040
(117,128,64)
#677039
(103,112,57)
#596032
(89,96,50)
#4B502B
(75,80,43)
#3D4024
(61,64,36)
#2F301D
(47,48,29)
#212016
(33,32,22)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9FB055

#9FB055
(159,176,85)
#A7B764
(167,183,100)
#AFBE73
(175,190,115)
#B7C582
(183,197,130)
#BFCC91
(191,204,145)
#C7D3A0
(199,211,160)
#CFDAAF
(207,218,175)
#D7E1BE
(215,225,190)
#DFE8CD
(223,232,205)
#E7EFDC
(231,239,220)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB055 color. Also use rgb(159,176,85) instead hex code.

Text Font Color

.myTextColor { color: #9FB055; }

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

This text font color is #9FB055.


Background Color

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

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

This div background color is #9FB055.


Border color

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

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

This div border color is #9FB055.


Opacity

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

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

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

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

This text has shadow with #9FB055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB055 on black background.


Color preview on white background

This text has color #9FB055 on white background.



Black color preview on #9FB055 background

This text has black color on #9FB055 background.


White color preview on #9FB055 background

This text has white color on #9FB055 background.