COLOR #9BC076

HEX: #9BC076
RGB: (155,192,118)

Color info

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

RGB color model

#9BC076 color RGB value is (155,192,118).

  • red value is 155;
  • green value is 192;
  • blue value is 118.
RGB:
(155,192,118)
(61%,75%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 192 of 255 = 75%
B 118 of 255 = 46%

155
192
118

R + G + B ~ 61%. #9BC076 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 192 + 118 = 465 (100%)
R 155 of 465 ~ 33.33%
G 192 of 465 ~ 41.29%
B 118 of 465 ~ 25.38%

%33.33
%41.29
%25.38

CMYK color model

#9BC076 color CMYK value is (19,0,39,25).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 24.71%
CMYK:
(19,0,39,25)
C19M0Y39K25 
(19%,0%,39%,25%)
(0.19/0.00/0.39/0.25)	

CMYK percentages

%19.27
%0
%38.54
%24.71

Codes

Color #9BC076 in popluar color models

9BC076
RGB155192118
HSL90°37.00%60.78%
HSB/HSV90°38.54%75.29%
CMYK19.27%0.00%38.54%
24.71%

Color #9BC076 in popluar number systems.

HEX9BC076
Decimal155192118
Binary10011011110000001110110
Octal233300166

Shades and tints

Shades of #9BC076

#9BC076
(155,192,118)
#8DAF6C
(141,175,108)
#7F9E62
(127,158,98)
#718D58
(113,141,88)
#637C4E
(99,124,78)
#556B44
(85,107,68)
#475A3A
(71,90,58)
#394930
(57,73,48)
#2B3826
(43,56,38)
#1D271C
(29,39,28)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BC076

#9BC076
(155,192,118)
#A4C582
(164,197,130)
#ADCA8E
(173,202,142)
#B6CF9A
(182,207,154)
#BFD4A6
(191,212,166)
#C8D9B2
(200,217,178)
#D1DEBE
(209,222,190)
#DAE3CA
(218,227,202)
#E3E8D6
(227,232,214)
#ECEDE2
(236,237,226)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC076; }

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

This text font color is #9BC076.


Background Color

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

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

This div background color is #9BC076.


Border color

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

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

This div border color is #9BC076.


Opacity

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

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

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

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

This text has shadow with #9BC076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC076 on black background.


Color preview on white background

This text has color #9BC076 on white background.



Black color preview on #9BC076 background

This text has black color on #9BC076 background.


White color preview on #9BC076 background

This text has white color on #9BC076 background.