COLOR #9BC77D

HEX: #9BC77D RGB: (155,199,125)

Color info

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

RGB color model

#9BC77D color RGB value is (155,199,125).

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

RGB channels and saturation

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

155
199
125

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

Portions of RGB colors in percentages

R + G + B = 155 + 199 + 125 = 479 (100%)
R 155 of 479 ~ 32.36%
G 199 of 479 ~ 41.54%
B 125 of 479 ~ 26.1'%

%32.36
%41.54
%26.1

CMYK color model

#9BC77D color CMYK value is (22,0,37,22).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 21.96%
CMYK: (22,0,37,22) C22M0Y37K22 (22%,0%,37%,22%) (0.22/0.00/0.37/0.22) 

CMYK percentages

%22.11
%0
%37.19
%21.96

Codes

Color #9BC77D in popluar color models

9B C7 7D
RGB 155 199 125
HSL 96° 39.78% 63.53%
HSB/HSV 96° 37.19% 78.04%
CMYK 22.11% 0.00% 37.19%
21.96%

Color #9BC77D in popluar number systems.

HEX 9B C7 7D
Decimal 155 199 125
Binary 10011011 11000111 1111101
Octal 233 307 175

Shades and tints

Shades of #9BC77D

#9BC77D
(155,199,125)
#8DB572
(141,181,114)
#7FA367
(127,163,103)
#71915C
(113,145,92)
#637F51
(99,127,81)
#556D46
(85,109,70)
#475B3B
(71,91,59)
#394930
(57,73,48)
#2B3725
(43,55,37)
#1D251A
(29,37,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9BC77D

#9BC77D
(155,199,125)
#A4CC88
(164,204,136)
#ADD193
(173,209,147)
#B6D69E
(182,214,158)
#BFDBA9
(191,219,169)
#C8E0B4
(200,224,180)
#D1E5BF
(209,229,191)
#DAEACA
(218,234,202)
#E3EFD5
(227,239,213)
#ECF4E0
(236,244,224)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC77D; }

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

This text font color is #9BC77D.

Background Color

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

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

This div background color is #9BC77D.

Border color

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

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

This div border color is #9BC77D.

Opacity

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

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

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

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

This text has shadow with #9BC77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC77D.

Preview

Color preview on black background

This text has color #9BC77D on black background.


Color preview on white background

This text has color #9BC77D on white background.


Black color preview on #9BC77D background

This text has black color on #9BC77D background.


White color preview on #9BC77D background

This text has white color on #9BC77D background.


Related colors

Complementary color

Complementary color for #hex is #643882.


I love getcolorcode.com

Triadic colors

1 #7D9BC7 and #C77D9B with #9BC77D are triadic colors.

2 #7DC79B and #C79B7D with #9BC77D are triadic colors.