COLOR #9BA647

HEX: #9BA647
RGB: (155,166,71)

Color info

#9BA647 contains mainly red and green colors. Web safe color of #9BA647 is #999933 (or #993).

RGB color model

#9BA647 color RGB value is (155,166,71).

  • red value is 155;
  • green value is 166;
  • blue value is 71.
RGB:
(155,166,71)
(61%,65%,28%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 71 of 255 = 28%

155
166
71

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 71 = 392 (100%)
R 155 of 392 ~ 39.54%
G 166 of 392 ~ 42.35%
B 71 of 392 ~ 18.11%

%39.54
%42.35
%18.11

CMYK color model

#9BA647 color CMYK value is (7,0,57,35).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 57.23%
  • key color value is 34.90%
CMYK:
(7,0,57,35)
C7M0Y57K35 
(7%,0%,57%,35%)
(0.07/0.00/0.57/0.35)	

CMYK percentages

%6.63
%0
%57.23
%34.9

Codes

Color #9BA647 in popluar color models

9BA647
RGB15516671
HSL67°40.08%46.47%
HSB/HSV67°57.23%65.10%
CMYK6.63%0.00%57.23%
34.90%

Color #9BA647 in popluar number systems.

HEX9BA647
Decimal15516671
Binary10011011101001101000111
Octal233246107

Shades and tints

Shades of #9BA647

#9BA647
(155,166,71)
#8D9741
(141,151,65)
#7F883B
(127,136,59)
#717935
(113,121,53)
#636A2F
(99,106,47)
#555B29
(85,91,41)
#474C23
(71,76,35)
#393D1D
(57,61,29)
#2B2E17
(43,46,23)
#1D1F11
(29,31,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #9BA647

#9BA647
(155,166,71)
#A4AE57
(164,174,87)
#ADB667
(173,182,103)
#B6BE77
(182,190,119)
#BFC687
(191,198,135)
#C8CE97
(200,206,151)
#D1D6A7
(209,214,167)
#DADEB7
(218,222,183)
#E3E6C7
(227,230,199)
#ECEED7
(236,238,215)
#F5F6E7
(245,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA647 color. Also use rgb(155,166,71) instead hex code.

Text Font Color

.myTextColor { color: #9BA647; }

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

This text font color is #9BA647.


Background Color

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

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

This div background color is #9BA647.


Border color

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

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

This div border color is #9BA647.


Opacity

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

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

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

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

This text has shadow with #9BA647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA647 on black background.


Color preview on white background

This text has color #9BA647 on white background.



Black color preview on #9BA647 background

This text has black color on #9BA647 background.


White color preview on #9BA647 background

This text has white color on #9BA647 background.