COLOR #9BB44A

HEX: #9BB44A RGB: (155,180,74)

Color info

#9BB44A contains mainly red and green colors. Web safe color of #9BB44A is #99CC33 (or #9C3).

RGB color model

#9BB44A color RGB value is (155,180,74).

RGB: (155,180,74) (61%, 71%, 29%)

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 74 of 255 = 29%

155
180
74

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

Portions of RGB colors in percentages

R + G + B = 155 + 180 + 74 = 409 (100%)
R 155 of 409 ~ 37.9%
G 180 of 409 ~ 44.01%
B 74 of 409 ~ 18.09'%

%37.9
%44.01
%18.09

CMYK color model

#9BB44A color CMYK value is (14,0,59,29).

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

CMYK: (14,0,59,29)
C14M0Y59K29 (14%, 0%, 59%, 29%)
(0.14 / 0.00 / 0.59 / 0.29)

CMYK percentages

%13.89
%0
%58.89
%29.41

Codes

Color #9BB44A in popluar color models

9B B4 4A
RGB 155 180 74
HSL 74° 41.73% 49.80%
HSB/HSV 74° 58.89% 70.59%
CMYK 13.89% 0.00% 58.89%
29.41%

Color #9BB44A in popluar number systems.

HEX 9B B4 4A
Decimal 155 180 74
Binary 10011011 10110100 1001010
Octal 233 264 112

Shades and tints

Shades of #9BB44A

#9BB44A
(155,180,74)
#8DA444
(141,164,68)
#7F943E
(127,148,62)
#718438
(113,132,56)
#637432
(99,116,50)
#55642C
(85,100,44)
#475426
(71,84,38)
#394420
(57,68,32)
#2B341A
(43,52,26)
#1D2414
(29,36,20)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #9BB44A

#9BB44A
(155,180,74)
#A4BA5A
(164,186,90)
#ADC06A
(173,192,106)
#B6C67A
(182,198,122)
#BFCC8A
(191,204,138)
#C8D29A
(200,210,154)
#D1D8AA
(209,216,170)
#DADEBA
(218,222,186)
#E3E4CA
(227,228,202)
#ECEADA
(236,234,218)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB44A; }

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

This text font color is #9BB44A.

Background Color

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

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

This div background color is #9BB44A.

Border color

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

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

This div border color is #9BB44A.

Opacity

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

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

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

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

This text has shadow with #9BB44A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB44A.

Preview

Color preview on black background

This text has color #9BB44A on black background.


Color preview on white background

This text has color #9BB44A on white background.


Black color preview on #9BB44A background

This text has black color on #9BB44A background.


White color preview on #9BB44A background

This text has white color on #9BB44A background.


Related colors

Complementary color

Complementary color for #hex is #644BB5.


I love getcolorcode.com

Triadic colors

1 #4A9BB4 and #B44A9B with #9BB44A are triadic colors.

2 #4AB49B and #B49B4A with #9BB44A are triadic colors.