COLOR #9BB37D

HEX: #9BB37D RGB: (155,179,125)

Color info

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

RGB color model

#9BB37D color RGB value is (155,179,125).

RGB: (155,179,125) (61%, 70%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 125 of 255 = 49%

155
179
125

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

Portions of RGB colors in percentages

R + G + B = 155 + 179 + 125 = 459 (100%)
R 155 of 459 ~ 33.77%
G 179 of 459 ~ 39%
B 125 of 459 ~ 27.23'%

%33.77
%39
%27.23

CMYK color model

#9BB37D color CMYK value is (13,0,30,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 29.80%

CMYK: (13,0,30,30)
C13M0Y30K30 (13%, 0%, 30%, 30%)
(0.13 / 0.00 / 0.30 / 0.30)

CMYK percentages

%13.41
%0
%30.17
%29.8

Codes

Color #9BB37D in popluar color models

9B B3 7D
RGB 155 179 125
HSL 87° 26.21% 59.61%
HSB/HSV 87° 30.17% 70.20%
CMYK 13.41% 0.00% 30.17%
29.80%

Color #9BB37D in popluar number systems.

HEX 9B B3 7D
Decimal 155 179 125
Binary 10011011 10110011 1111101
Octal 233 263 175

Shades and tints

Shades of #9BB37D

#9BB37D
(155,179,125)
#8DA372
(141,163,114)
#7F9367
(127,147,103)
#71835C
(113,131,92)
#637351
(99,115,81)
#556346
(85,99,70)
#47533B
(71,83,59)
#394330
(57,67,48)
#2B3325
(43,51,37)
#1D231A
(29,35,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9BB37D

#9BB37D
(155,179,125)
#A4B988
(164,185,136)
#ADBF93
(173,191,147)
#B6C59E
(182,197,158)
#BFCBA9
(191,203,169)
#C8D1B4
(200,209,180)
#D1D7BF
(209,215,191)
#DADDCA
(218,221,202)
#E3E3D5
(227,227,213)
#ECE9E0
(236,233,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB37D; }

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

This text font color is #9BB37D.

Background Color

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

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

This div background color is #9BB37D.

Border color

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

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

This div border color is #9BB37D.

Opacity

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

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

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

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

This text has shadow with #9BB37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB37D.

Preview

Color preview on black background

This text has color #9BB37D on black background.


Color preview on white background

This text has color #9BB37D on white background.


Black color preview on #9BB37D background

This text has black color on #9BB37D background.


White color preview on #9BB37D background

This text has white color on #9BB37D background.


Related colors

Complementary color

Complementary color for #hex is #644C82.


I love getcolorcode.com

Triadic colors

1 #7D9BB3 and #B37D9B with #9BB37D are triadic colors.

2 #7DB39B and #B39B7D with #9BB37D are triadic colors.