COLOR #9BC76A

HEX: #9BC76A RGB: (155,199,106)

Color info

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

RGB color model

#9BC76A color RGB value is (155,199,106).

RGB: (155,199,106) (61%, 78%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 106 of 255 = 42%

155
199
106

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

Portions of RGB colors in percentages

R + G + B = 155 + 199 + 106 = 460 (100%)
R 155 of 460 ~ 33.7%
G 199 of 460 ~ 43.26%
B 106 of 460 ~ 23.04'%

%33.7
%43.26
%23.04

CMYK color model

#9BC76A color CMYK value is (22,0,47,22).

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

CMYK: (22,0,47,22)
C22M0Y47K22 (22%, 0%, 47%, 22%)
(0.22 / 0.00 / 0.47 / 0.22)

CMYK percentages

%22.11
%0
%46.73
%21.96

Codes

Color #9BC76A in popluar color models

9B C7 6A
RGB 155 199 106
HSL 88° 45.37% 59.80%
HSB/HSV 88° 46.73% 78.04%
CMYK 22.11% 0.00% 46.73%
21.96%

Color #9BC76A in popluar number systems.

HEX 9B C7 6A
Decimal 155 199 106
Binary 10011011 11000111 1101010
Octal 233 307 152

Shades and tints

Shades of #9BC76A

#9BC76A
(155,199,106)
#8DB561
(141,181,97)
#7FA358
(127,163,88)
#71914F
(113,145,79)
#637F46
(99,127,70)
#556D3D
(85,109,61)
#475B34
(71,91,52)
#39492B
(57,73,43)
#2B3722
(43,55,34)
#1D2519
(29,37,25)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9BC76A

#9BC76A
(155,199,106)
#A4CC77
(164,204,119)
#ADD184
(173,209,132)
#B6D691
(182,214,145)
#BFDB9E
(191,219,158)
#C8E0AB
(200,224,171)
#D1E5B8
(209,229,184)
#DAEAC5
(218,234,197)
#E3EFD2
(227,239,210)
#ECF4DF
(236,244,223)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC76A; }

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

This text font color is #9BC76A.

Background Color

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

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

This div background color is #9BC76A.

Border color

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

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

This div border color is #9BC76A.

Opacity

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

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

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

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

This text has shadow with #9BC76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC76A.

Preview

Color preview on black background

This text has color #9BC76A on black background.


Color preview on white background

This text has color #9BC76A on white background.


Black color preview on #9BC76A background

This text has black color on #9BC76A background.


White color preview on #9BC76A background

This text has white color on #9BC76A background.


Related colors

Complementary color

Complementary color for #hex is #643895.


I love getcolorcode.com

Triadic colors

1 #6A9BC7 and #C76A9B with #9BC76A are triadic colors.

2 #6AC79B and #C79B6A with #9BC76A are triadic colors.