COLOR #9BC77C

HEX: #9BC77C RGB: (155,199,124)

Color info

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

RGB color model

#9BC77C color RGB value is (155,199,124).

RGB: (155,199,124) (61%, 78%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 124 of 255 = 49%

155
199
124

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

Portions of RGB colors in percentages

R + G + B = 155 + 199 + 124 = 478 (100%)
R 155 of 478 ~ 32.43%
G 199 of 478 ~ 41.63%
B 124 of 478 ~ 25.94'%

%32.43
%41.63
%25.94

CMYK color model

#9BC77C color CMYK value is (22,0,38,22).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 37.69%
  • key color value is 21.96%

CMYK: (22,0,38,22)
C22M0Y38K22 (22%, 0%, 38%, 22%)
(0.22 / 0.00 / 0.38 / 0.22)

CMYK percentages

%22.11
%0
%37.69
%21.96

Codes

Color #9BC77C in popluar color models

9B C7 7C
RGB 155 199 124
HSL 95° 40.11% 63.33%
HSB/HSV 95° 37.69% 78.04%
CMYK 22.11% 0.00% 37.69%
21.96%

Color #9BC77C in popluar number systems.

HEX 9B C7 7C
Decimal 155 199 124
Binary 10011011 11000111 1111100
Octal 233 307 174

Shades and tints

Shades of #9BC77C

#9BC77C
(155,199,124)
#8DB571
(141,181,113)
#7FA366
(127,163,102)
#71915B
(113,145,91)
#637F50
(99,127,80)
#556D45
(85,109,69)
#475B3A
(71,91,58)
#39492F
(57,73,47)
#2B3724
(43,55,36)
#1D2519
(29,37,25)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9BC77C

#9BC77C
(155,199,124)
#A4CC87
(164,204,135)
#ADD192
(173,209,146)
#B6D69D
(182,214,157)
#BFDBA8
(191,219,168)
#C8E0B3
(200,224,179)
#D1E5BE
(209,229,190)
#DAEAC9
(218,234,201)
#E3EFD4
(227,239,212)
#ECF4DF
(236,244,223)
#F5F9EA
(245,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC77C; }

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

This text font color is #9BC77C.

Background Color

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

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

This div background color is #9BC77C.

Border color

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

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

This div border color is #9BC77C.

Opacity

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

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

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

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

This text has shadow with #9BC77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC77C.

Preview

Color preview on black background

This text has color #9BC77C on black background.


Color preview on white background

This text has color #9BC77C on white background.


Black color preview on #9BC77C background

This text has black color on #9BC77C background.


White color preview on #9BC77C background

This text has white color on #9BC77C background.


Related colors

Complementary color

Complementary color for #hex is #643883.


I love getcolorcode.com

Triadic colors

1 #7C9BC7 and #C77C9B with #9BC77C are triadic colors.

2 #7CC79B and #C79B7C with #9BC77C are triadic colors.