COLOR #9BA57D

HEX: #9BA57D
RGB: (155,165,125)

Color info

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

RGB color model

#9BA57D color RGB value is (155,165,125).

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

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 125 of 255 = 49%

155
165
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 125 = 445 (100%)
R 155 of 445 ~ 34.83%
G 165 of 445 ~ 37.08%
B 125 of 445 ~ 28.09%

%34.83
%37.08
%28.09

CMYK color model

#9BA57D color CMYK value is (6,0,24,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(6,0,24,35)
C6M0Y24K35 
(6%,0%,24%,35%)
(0.06/0.00/0.24/0.35)	

CMYK percentages

%6.06
%0
%24.24
%35.29

Codes

Color #9BA57D in popluar color models

9BA57D
RGB155165125
HSL75°18.18%56.86%
HSB/HSV75°24.24%64.71%
CMYK6.06%0.00%24.24%
35.29%

Color #9BA57D in popluar number systems.

HEX9BA57D
Decimal155165125
Binary10011011101001011111101
Octal233245175

Shades and tints

Shades of #9BA57D

#9BA57D
(155,165,125)
#8D9672
(141,150,114)
#7F8767
(127,135,103)
#71785C
(113,120,92)
#636951
(99,105,81)
#555A46
(85,90,70)
#474B3B
(71,75,59)
#393C30
(57,60,48)
#2B2D25
(43,45,37)
#1D1E1A
(29,30,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #9BA57D

#9BA57D
(155,165,125)
#A4AD88
(164,173,136)
#ADB593
(173,181,147)
#B6BD9E
(182,189,158)
#BFC5A9
(191,197,169)
#C8CDB4
(200,205,180)
#D1D5BF
(209,213,191)
#DADDCA
(218,221,202)
#E3E5D5
(227,229,213)
#ECEDE0
(236,237,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA57D; }

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

This text font color is #9BA57D.


Background Color

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

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

This div background color is #9BA57D.


Border color

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

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

This div border color is #9BA57D.


Opacity

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

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

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

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

This text has shadow with #9BA57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA57D on black background.


Color preview on white background

This text has color #9BA57D on white background.



Black color preview on #9BA57D background

This text has black color on #9BA57D background.


White color preview on #9BA57D background

This text has white color on #9BA57D background.