COLOR #9BC381

HEX: #9BC381 RGB: (155,195,129)

Color info

#9BC381 contains mainly red and green colors. Web safe color of #9BC381 is #99CC99 (or #9C9).

RGB color model

#9BC381 color RGB value is (155,195,129).

RGB: (155,195,129) (61%, 76%, 51%)

RGB channels and saturation

R 155 of 255 = 61%
G 195 of 255 = 76%
B 129 of 255 = 51%

155
195
129

R + G + B ~ 63%. #9BC381 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 195 + 129 = 479 (100%)
R 155 of 479 ~ 32.36%
G 195 of 479 ~ 40.71%
B 129 of 479 ~ 26.93'%

%32.36
%40.71
%26.93

CMYK color model

#9BC381 color CMYK value is (21,0,34,24).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 23.53%

CMYK: (21,0,34,24)
C21M0Y34K24 (21%, 0%, 34%, 24%)
(0.21 / 0.00 / 0.34 / 0.24)

CMYK percentages

%20.51
%0
%33.85
%23.53

Codes

Color #9BC381 in popluar color models

9B C3 81
RGB 155 195 129
HSL 96° 35.48% 63.53%
HSB/HSV 96° 33.85% 76.47%
CMYK 20.51% 0.00% 33.85%
23.53%

Color #9BC381 in popluar number systems.

HEX 9B C3 81
Decimal 155 195 129
Binary 10011011 11000011 10000001
Octal 233 303 201

Shades and tints

Shades of #9BC381

#9BC381
(155,195,129)
#8DB276
(141,178,118)
#7FA16B
(127,161,107)
#719060
(113,144,96)
#637F55
(99,127,85)
#556E4A
(85,110,74)
#475D3F
(71,93,63)
#394C34
(57,76,52)
#2B3B29
(43,59,41)
#1D2A1E
(29,42,30)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BC381

#9BC381
(155,195,129)
#A4C88C
(164,200,140)
#ADCD97
(173,205,151)
#B6D2A2
(182,210,162)
#BFD7AD
(191,215,173)
#C8DCB8
(200,220,184)
#D1E1C3
(209,225,195)
#DAE6CE
(218,230,206)
#E3EBD9
(227,235,217)
#ECF0E4
(236,240,228)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC381 color. Also use rgb(155,195,129) instead hex code.

Text Font Color

.myTextColor { color: #9BC381; }

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

This text font color is #9BC381.

Background Color

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

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

This div background color is #9BC381.

Border color

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

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

This div border color is #9BC381.

Opacity

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

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

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

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

This text has shadow with #9BC381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC381.

Preview

Color preview on black background

This text has color #9BC381 on black background.


Color preview on white background

This text has color #9BC381 on white background.


Black color preview on #9BC381 background

This text has black color on #9BC381 background.


White color preview on #9BC381 background

This text has white color on #9BC381 background.


Related colors

Complementary color

Complementary color for #hex is #643C7E.


I love getcolorcode.com

Triadic colors

1 #819BC3 and #C3819B with #9BC381 are triadic colors.

2 #81C39B and #C39B81 with #9BC381 are triadic colors.