COLOR #9BC264

HEX: #9BC264
RGB: (155,194,100)

Color info

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

RGB color model

#9BC264 color RGB value is (155,194,100).

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

RGB channels and saturation

R 155 of 255 = 61%
G 194 of 255 = 76%
B 100 of 255 = 39%

155
194
100

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

Portions of RGB colors in percentages

R + G + B =
155 + 194 + 100 = 449 (100%)
R 155 of 449 ~ 34.52%
G 194 of 449 ~ 43.21%
B 100 of 449 ~ 22.27%

%34.52
%43.21
%22.27

CMYK color model

#9BC264 color CMYK value is (20,0,48,24).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 23.92%
CMYK:
(20,0,48,24)
C20M0Y48K24 
(20%,0%,48%,24%)
(0.20/0.00/0.48/0.24)	

CMYK percentages

%20.1
%0
%48.45
%23.92

Codes

Color #9BC264 in popluar color models

9BC264
RGB155194100
HSL85°43.52%57.65%
HSB/HSV85°48.45%76.08%
CMYK20.10%0.00%48.45%
23.92%

Color #9BC264 in popluar number systems.

HEX9BC264
Decimal155194100
Binary10011011110000101100100
Octal233302144

Shades and tints

Shades of #9BC264

#9BC264
(155,194,100)
#8DB15B
(141,177,91)
#7FA052
(127,160,82)
#718F49
(113,143,73)
#637E40
(99,126,64)
#556D37
(85,109,55)
#475C2E
(71,92,46)
#394B25
(57,75,37)
#2B3A1C
(43,58,28)
#1D2913
(29,41,19)
#0F180A
(15,24,10)
#000000
(0,0,0)

Tints of #9BC264

#9BC264
(155,194,100)
#A4C772
(164,199,114)
#ADCC80
(173,204,128)
#B6D18E
(182,209,142)
#BFD69C
(191,214,156)
#C8DBAA
(200,219,170)
#D1E0B8
(209,224,184)
#DAE5C6
(218,229,198)
#E3EAD4
(227,234,212)
#ECEFE2
(236,239,226)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC264; }

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

This text font color is #9BC264.


Background Color

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

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

This div background color is #9BC264.


Border color

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

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

This div border color is #9BC264.


Opacity

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

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

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

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

This text has shadow with #9BC264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC264 on black background.


Color preview on white background

This text has color #9BC264 on white background.



Black color preview on #9BC264 background

This text has black color on #9BC264 background.


White color preview on #9BC264 background

This text has white color on #9BC264 background.