COLOR #9BC864

HEX: #9BC864
RGB: (155,200,100)

Color info

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

RGB color model

#9BC864 color RGB value is (155,200,100).

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

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 100 of 255 = 39%

155
200
100

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 100 = 455 (100%)
R 155 of 455 ~ 34.07%
G 200 of 455 ~ 43.96%
B 100 of 455 ~ 21.98%

%34.07
%43.96
%21.98

CMYK color model

#9BC864 color CMYK value is (23,0,50,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 21.57%
CMYK:
(23,0,50,22)
C23M0Y50K22 
(23%,0%,50%,22%)
(0.23/0.00/0.50/0.22)	

CMYK percentages

%22.5
%0
%50
%21.57

Codes

Color #9BC864 in popluar color models

9BC864
RGB155200100
HSL87°47.62%58.82%
HSB/HSV87°50.00%78.43%
CMYK22.50%0.00%50.00%
21.57%

Color #9BC864 in popluar number systems.

HEX9BC864
Decimal155200100
Binary10011011110010001100100
Octal233310144

Shades and tints

Shades of #9BC864

#9BC864
(155,200,100)
#8DB65B
(141,182,91)
#7FA452
(127,164,82)
#719249
(113,146,73)
#638040
(99,128,64)
#556E37
(85,110,55)
#475C2E
(71,92,46)
#394A25
(57,74,37)
#2B381C
(43,56,28)
#1D2613
(29,38,19)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #9BC864

#9BC864
(155,200,100)
#A4CD72
(164,205,114)
#ADD280
(173,210,128)
#B6D78E
(182,215,142)
#BFDC9C
(191,220,156)
#C8E1AA
(200,225,170)
#D1E6B8
(209,230,184)
#DAEBC6
(218,235,198)
#E3F0D4
(227,240,212)
#ECF5E2
(236,245,226)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC864; }

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

This text font color is #9BC864.


Background Color

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

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

This div background color is #9BC864.


Border color

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

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

This div border color is #9BC864.


Opacity

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

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

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

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

This text has shadow with #9BC864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC864 on black background.


Color preview on white background

This text has color #9BC864 on white background.



Black color preview on #9BC864 background

This text has black color on #9BC864 background.


White color preview on #9BC864 background

This text has white color on #9BC864 background.