COLOR #9BCF5B

HEX: #9BCF5B
RGB: (155,207,91)

Color info

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

RGB color model

#9BCF5B color RGB value is (155,207,91).

  • red value is 155;
  • green value is 207;
  • blue value is 91.
RGB:
(155,207,91)
(61%,81%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 91 of 255 = 36%

155
207
91

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

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 91 = 453 (100%)
R 155 of 453 ~ 34.22%
G 207 of 453 ~ 45.7%
B 91 of 453 ~ 20.09%

%34.22
%45.7
%20.09

CMYK color model

#9BCF5B color CMYK value is (25,0,56,19).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 18.82%
CMYK:
(25,0,56,19)
C25M0Y56K19 
(25%,0%,56%,19%)
(0.25/0.00/0.56/0.19)	

CMYK percentages

%25.12
%0
%56.04
%18.82

Codes

Color #9BCF5B in popluar color models

9BCF5B
RGB15520791
HSL87°54.72%58.43%
HSB/HSV87°56.04%81.18%
CMYK25.12%0.00%56.04%
18.82%

Color #9BCF5B in popluar number systems.

HEX9BCF5B
Decimal15520791
Binary10011011110011111011011
Octal233317133

Shades and tints

Shades of #9BCF5B

#9BCF5B
(155,207,91)
#8DBD53
(141,189,83)
#7FAB4B
(127,171,75)
#719943
(113,153,67)
#63873B
(99,135,59)
#557533
(85,117,51)
#47632B
(71,99,43)
#395123
(57,81,35)
#2B3F1B
(43,63,27)
#1D2D13
(29,45,19)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #9BCF5B

#9BCF5B
(155,207,91)
#A4D369
(164,211,105)
#ADD777
(173,215,119)
#B6DB85
(182,219,133)
#BFDF93
(191,223,147)
#C8E3A1
(200,227,161)
#D1E7AF
(209,231,175)
#DAEBBD
(218,235,189)
#E3EFCB
(227,239,203)
#ECF3D9
(236,243,217)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCF5B color. Also use rgb(155,207,91) instead hex code.

Text Font Color

.myTextColor { color: #9BCF5B; }

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

This text font color is #9BCF5B.


Background Color

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

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

This div background color is #9BCF5B.


Border color

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

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

This div border color is #9BCF5B.


Opacity

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

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

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

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

This text has shadow with #9BCF5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCF5B on black background.


Color preview on white background

This text has color #9BCF5B on white background.



Black color preview on #9BCF5B background

This text has black color on #9BCF5B background.


White color preview on #9BCF5B background

This text has white color on #9BCF5B background.