COLOR #9BC29B

HEX: #9BC29B RGB: (155,194,155)

Color info

#9BC29B contains red, green and blue colors in about the same proportion. Web safe color of #9BC29B is #99CC99 (or #9C9).

RGB color model

#9BC29B color RGB value is (155,194,155).

RGB: (155,194,155) (61%, 76%, 61%)

RGB channels and saturation

R 155 of 255 = 61%
G 194 of 255 = 76%
B 155 of 255 = 61%

155
194
155

R + G + B ~ 66%. #9BC29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 194 + 155 = 504 (100%)
R 155 of 504 ~ 30.75%
G 194 of 504 ~ 38.49%
B 155 of 504 ~ 30.75'%

%30.75
%38.49
%30.75

CMYK color model

#9BC29B color CMYK value is (20,0,20,24).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (20,0,20,24)
C20M0Y20K24 (20%, 0%, 20%, 24%)
(0.20 / 0.00 / 0.20 / 0.24)

CMYK percentages

%20.1
%0
%20.1
%23.92

Codes

Color #9BC29B in popluar color models

9B C2 9B
RGB 155 194 155
HSL 120° 24.22% 68.43%
HSB/HSV 120° 20.10% 76.08%
CMYK 20.10% 0.00% 20.10%
23.92%

Color #9BC29B in popluar number systems.

HEX 9B C2 9B
Decimal 155 194 155
Binary 10011011 11000010 10011011
Octal 233 302 233

Shades and tints

Shades of #9BC29B

#9BC29B
(155,194,155)
#8DB18D
(141,177,141)
#7FA07F
(127,160,127)
#718F71
(113,143,113)
#637E63
(99,126,99)
#556D55
(85,109,85)
#475C47
(71,92,71)
#394B39
(57,75,57)
#2B3A2B
(43,58,43)
#1D291D
(29,41,29)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #9BC29B

#9BC29B
(155,194,155)
#A4C7A4
(164,199,164)
#ADCCAD
(173,204,173)
#B6D1B6
(182,209,182)
#BFD6BF
(191,214,191)
#C8DBC8
(200,219,200)
#D1E0D1
(209,224,209)
#DAE5DA
(218,229,218)
#E3EAE3
(227,234,227)
#ECEFEC
(236,239,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC29B; }

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

This text font color is #9BC29B.

Background Color

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

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

This div background color is #9BC29B.

Border color

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

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

This div border color is #9BC29B.

Opacity

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

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

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

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

This text has shadow with #9BC29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC29B.

Preview

Color preview on black background

This text has color #9BC29B on black background.


Color preview on white background

This text has color #9BC29B on white background.


Black color preview on #9BC29B background

This text has black color on #9BC29B background.


White color preview on #9BC29B background

This text has white color on #9BC29B background.


Related colors

Complementary color

Complementary color for #hex is #643D64.


I love getcolorcode.com

Triadic colors

1 #9B9BC2 and #C29B9B with #9BC29B are triadic colors.

2 #9BC29B and #C29B9B with #9BC29B are triadic colors.