COLOR #9BC874

HEX: #9BC874
RGB: (155,200,116)

Color info

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

RGB color model

#9BC874 color RGB value is (155,200,116).

  • red value is 155;
  • green value is 200;
  • blue value is 116.
RGB:
(155,200,116)
(61%,78%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 116 of 255 = 45%

155
200
116

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 116 = 471 (100%)
R 155 of 471 ~ 32.91%
G 200 of 471 ~ 42.46%
B 116 of 471 ~ 24.63%

%32.91
%42.46
%24.63

CMYK color model

#9BC874 color CMYK value is (23,0,42,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 21.57%
CMYK:
(23,0,42,22)
C23M0Y42K22 
(23%,0%,42%,22%)
(0.23/0.00/0.42/0.22)	

CMYK percentages

%22.5
%0
%42
%21.57

Codes

Color #9BC874 in popluar color models

9BC874
RGB155200116
HSL92°43.30%61.96%
HSB/HSV92°42.00%78.43%
CMYK22.50%0.00%42.00%
21.57%

Color #9BC874 in popluar number systems.

HEX9BC874
Decimal155200116
Binary10011011110010001110100
Octal233310164

Shades and tints

Shades of #9BC874

#9BC874
(155,200,116)
#8DB66A
(141,182,106)
#7FA460
(127,164,96)
#719256
(113,146,86)
#63804C
(99,128,76)
#556E42
(85,110,66)
#475C38
(71,92,56)
#394A2E
(57,74,46)
#2B3824
(43,56,36)
#1D261A
(29,38,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9BC874

#9BC874
(155,200,116)
#A4CD80
(164,205,128)
#ADD28C
(173,210,140)
#B6D798
(182,215,152)
#BFDCA4
(191,220,164)
#C8E1B0
(200,225,176)
#D1E6BC
(209,230,188)
#DAEBC8
(218,235,200)
#E3F0D4
(227,240,212)
#ECF5E0
(236,245,224)
#F5FAEC
(245,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC874; }

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

This text font color is #9BC874.


Background Color

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

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

This div background color is #9BC874.


Border color

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

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

This div border color is #9BC874.


Opacity

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

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

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

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

This text has shadow with #9BC874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC874 on black background.


Color preview on white background

This text has color #9BC874 on white background.



Black color preview on #9BC874 background

This text has black color on #9BC874 background.


White color preview on #9BC874 background

This text has white color on #9BC874 background.