COLOR #9BA56E

HEX: #9BA56E
RGB: (155,165,110)

Color info

#9BA56E contains red, green and blue colors in about the same proportion. Web safe color of #9BA56E is #999966 (or #996).

RGB color model

#9BA56E color RGB value is (155,165,110).

  • red value is 155;
  • green value is 165;
  • blue value is 110.
RGB:
(155,165,110)
(61%,65%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 110 of 255 = 43%

155
165
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 110 = 430 (100%)
R 155 of 430 ~ 36.05%
G 165 of 430 ~ 38.37%
B 110 of 430 ~ 25.58%

%36.05
%38.37
%25.58

CMYK color model

#9BA56E color CMYK value is (6,0,33,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK:
(6,0,33,35)
C6M0Y33K35 
(6%,0%,33%,35%)
(0.06/0.00/0.33/0.35)	

CMYK percentages

%6.06
%0
%33.33
%35.29

Codes

Color #9BA56E in popluar color models

9BA56E
RGB155165110
HSL71°23.40%53.92%
HSB/HSV71°33.33%64.71%
CMYK6.06%0.00%33.33%
35.29%

Color #9BA56E in popluar number systems.

HEX9BA56E
Decimal155165110
Binary10011011101001011101110
Octal233245156

Shades and tints

Shades of #9BA56E

#9BA56E
(155,165,110)
#8D9664
(141,150,100)
#7F875A
(127,135,90)
#717850
(113,120,80)
#636946
(99,105,70)
#555A3C
(85,90,60)
#474B32
(71,75,50)
#393C28
(57,60,40)
#2B2D1E
(43,45,30)
#1D1E14
(29,30,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #9BA56E

#9BA56E
(155,165,110)
#A4AD7B
(164,173,123)
#ADB588
(173,181,136)
#B6BD95
(182,189,149)
#BFC5A2
(191,197,162)
#C8CDAF
(200,205,175)
#D1D5BC
(209,213,188)
#DADDC9
(218,221,201)
#E3E5D6
(227,229,214)
#ECEDE3
(236,237,227)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA56E color. Also use rgb(155,165,110) instead hex code.

Text Font Color

.myTextColor { color: #9BA56E; }

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

This text font color is #9BA56E.


Background Color

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

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

This div background color is #9BA56E.


Border color

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

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

This div border color is #9BA56E.


Opacity

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

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

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

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

This text has shadow with #9BA56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA56E on black background.


Color preview on white background

This text has color #9BA56E on white background.



Black color preview on #9BA56E background

This text has black color on #9BA56E background.


White color preview on #9BA56E background

This text has white color on #9BA56E background.