COLOR #9BA76E

HEX: #9BA76E
RGB: (155,167,110)

Color info

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

RGB color model

#9BA76E color RGB value is (155,167,110).

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

RGB channels and saturation

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

155
167
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 110 = 432 (100%)
R 155 of 432 ~ 35.88%
G 167 of 432 ~ 38.66%
B 110 of 432 ~ 25.46%

%35.88
%38.66
%25.46

CMYK color model

#9BA76E color CMYK value is (7,0,34,35).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 34.51%
CMYK:
(7,0,34,35)
C7M0Y34K35 
(7%,0%,34%,35%)
(0.07/0.00/0.34/0.35)	

CMYK percentages

%7.19
%0
%34.13
%34.51

Codes

Color #9BA76E in popluar color models

9BA76E
RGB155167110
HSL73°24.46%54.31%
HSB/HSV73°34.13%65.49%
CMYK7.19%0.00%34.13%
34.51%

Color #9BA76E in popluar number systems.

HEX9BA76E
Decimal155167110
Binary10011011101001111101110
Octal233247156

Shades and tints

Shades of #9BA76E

#9BA76E
(155,167,110)
#8D9864
(141,152,100)
#7F895A
(127,137,90)
#717A50
(113,122,80)
#636B46
(99,107,70)
#555C3C
(85,92,60)
#474D32
(71,77,50)
#393E28
(57,62,40)
#2B2F1E
(43,47,30)
#1D2014
(29,32,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #9BA76E

#9BA76E
(155,167,110)
#A4AF7B
(164,175,123)
#ADB788
(173,183,136)
#B6BF95
(182,191,149)
#BFC7A2
(191,199,162)
#C8CFAF
(200,207,175)
#D1D7BC
(209,215,188)
#DADFC9
(218,223,201)
#E3E7D6
(227,231,214)
#ECEFE3
(236,239,227)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA76E; }

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

This text font color is #9BA76E.


Background Color

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

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

This div background color is #9BA76E.


Border color

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

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

This div border color is #9BA76E.


Opacity

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

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

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

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

This text has shadow with #9BA76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA76E on black background.


Color preview on white background

This text has color #9BA76E on white background.



Black color preview on #9BA76E background

This text has black color on #9BA76E background.


White color preview on #9BA76E background

This text has white color on #9BA76E background.