COLOR #9BB470

HEX: #9BB470 RGB: (155,180,112)

Color info

#9BB470 contains mainly red and green colors. Web safe color of #9BB470 is #99CC66 (or #9C6).

RGB color model

#9BB470 color RGB value is (155,180,112).

RGB: (155,180,112) (61%, 71%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 112 of 255 = 44%

155
180
112

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

Portions of RGB colors in percentages

R + G + B = 155 + 180 + 112 = 447 (100%)
R 155 of 447 ~ 34.68%
G 180 of 447 ~ 40.27%
B 112 of 447 ~ 25.06'%

%34.68
%40.27
%25.06

CMYK color model

#9BB470 color CMYK value is (14,0,38,29).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%

CMYK: (14,0,38,29)
C14M0Y38K29 (14%, 0%, 38%, 29%)
(0.14 / 0.00 / 0.38 / 0.29)

CMYK percentages

%13.89
%0
%37.78
%29.41

Codes

Color #9BB470 in popluar color models

9B B4 70
RGB 155 180 112
HSL 82° 31.19% 57.25%
HSB/HSV 82° 37.78% 70.59%
CMYK 13.89% 0.00% 37.78%
29.41%

Color #9BB470 in popluar number systems.

HEX 9B B4 70
Decimal 155 180 112
Binary 10011011 10110100 1110000
Octal 233 264 160

Shades and tints

Shades of #9BB470

#9BB470
(155,180,112)
#8DA466
(141,164,102)
#7F945C
(127,148,92)
#718452
(113,132,82)
#637448
(99,116,72)
#55643E
(85,100,62)
#475434
(71,84,52)
#39442A
(57,68,42)
#2B3420
(43,52,32)
#1D2416
(29,36,22)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #9BB470

#9BB470
(155,180,112)
#A4BA7D
(164,186,125)
#ADC08A
(173,192,138)
#B6C697
(182,198,151)
#BFCCA4
(191,204,164)
#C8D2B1
(200,210,177)
#D1D8BE
(209,216,190)
#DADECB
(218,222,203)
#E3E4D8
(227,228,216)
#ECEAE5
(236,234,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB470 color. Also use rgb(155,180,112) instead hex code.

Text Font Color

.myTextColor { color: #9BB470; }

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

This text font color is #9BB470.

Background Color

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

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

This div background color is #9BB470.

Border color

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

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

This div border color is #9BB470.

Opacity

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

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

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

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

This text has shadow with #9BB470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB470.

Preview

Color preview on black background

This text has color #9BB470 on black background.


Color preview on white background

This text has color #9BB470 on white background.


Black color preview on #9BB470 background

This text has black color on #9BB470 background.


White color preview on #9BB470 background

This text has white color on #9BB470 background.


Related colors

Complementary color

Complementary color for #hex is #644B8F.


I love getcolorcode.com

Triadic colors

1 #709BB4 and #B4709B with #9BB470 are triadic colors.

2 #70B49B and #B49B70 with #9BB470 are triadic colors.