COLOR #9BA46D

HEX: #9BA46D
RGB: (155,164,109)

Color info

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

RGB color model

#9BA46D color RGB value is (155,164,109).

  • red value is 155;
  • green value is 164;
  • blue value is 109.
RGB:
(155,164,109)
(61%,64%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 164 of 255 = 64%
B 109 of 255 = 43%

155
164
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 164 + 109 = 428 (100%)
R 155 of 428 ~ 36.21%
G 164 of 428 ~ 38.32%
B 109 of 428 ~ 25.47%

%36.21
%38.32
%25.47

CMYK color model

#9BA46D color CMYK value is (5,0,34,36).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(5,0,34,36)
C5M0Y34K36 
(5%,0%,34%,36%)
(0.05/0.00/0.34/0.36)	

CMYK percentages

%5.49
%0
%33.54
%35.69

Codes

Color #9BA46D in popluar color models

9BA46D
RGB155164109
HSL70°23.21%53.53%
HSB/HSV70°33.54%64.31%
CMYK5.49%0.00%33.54%
35.69%

Color #9BA46D in popluar number systems.

HEX9BA46D
Decimal155164109
Binary10011011101001001101101
Octal233244155

Shades and tints

Shades of #9BA46D

#9BA46D
(155,164,109)
#8D9664
(141,150,100)
#7F885B
(127,136,91)
#717A52
(113,122,82)
#636C49
(99,108,73)
#555E40
(85,94,64)
#475037
(71,80,55)
#39422E
(57,66,46)
#2B3425
(43,52,37)
#1D261C
(29,38,28)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #9BA46D

#9BA46D
(155,164,109)
#A4AC7A
(164,172,122)
#ADB487
(173,180,135)
#B6BC94
(182,188,148)
#BFC4A1
(191,196,161)
#C8CCAE
(200,204,174)
#D1D4BB
(209,212,187)
#DADCC8
(218,220,200)
#E3E4D5
(227,228,213)
#ECECE2
(236,236,226)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA46D color. Also use rgb(155,164,109) instead hex code.

Text Font Color

.myTextColor { color: #9BA46D; }

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

This text font color is #9BA46D.


Background Color

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

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

This div background color is #9BA46D.


Border color

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

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

This div border color is #9BA46D.


Opacity

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

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

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

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

This text has shadow with #9BA46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA46D on black background.


Color preview on white background

This text has color #9BA46D on white background.



Black color preview on #9BA46D background

This text has black color on #9BA46D background.


White color preview on #9BA46D background

This text has white color on #9BA46D background.