COLOR #9BCF59

HEX: #9BCF59
RGB: (155,207,89)

Color info

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

RGB color model

#9BCF59 color RGB value is (155,207,89).

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

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 89 of 255 = 35%

155
207
89

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

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 89 = 451 (100%)
R 155 of 451 ~ 34.37%
G 207 of 451 ~ 45.9%
B 89 of 451 ~ 19.73%

%34.37
%45.9
%19.73

CMYK color model

#9BCF59 color CMYK value is (25,0,57,19).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 57.00%
  • key color value is 18.82%
CMYK:
(25,0,57,19)
C25M0Y57K19 
(25%,0%,57%,19%)
(0.25/0.00/0.57/0.19)	

CMYK percentages

%25.12
%0
%57
%18.82

Codes

Color #9BCF59 in popluar color models

9BCF59
RGB15520789
HSL86°55.14%58.04%
HSB/HSV86°57.00%81.18%
CMYK25.12%0.00%57.00%
18.82%

Color #9BCF59 in popluar number systems.

HEX9BCF59
Decimal15520789
Binary10011011110011111011001
Octal233317131

Shades and tints

Shades of #9BCF59

#9BCF59
(155,207,89)
#8DBD51
(141,189,81)
#7FAB49
(127,171,73)
#719941
(113,153,65)
#638739
(99,135,57)
#557531
(85,117,49)
#476329
(71,99,41)
#395121
(57,81,33)
#2B3F19
(43,63,25)
#1D2D11
(29,45,17)
#0F1B09
(15,27,9)
#000000
(0,0,0)

Tints of #9BCF59

#9BCF59
(155,207,89)
#A4D368
(164,211,104)
#ADD777
(173,215,119)
#B6DB86
(182,219,134)
#BFDF95
(191,223,149)
#C8E3A4
(200,227,164)
#D1E7B3
(209,231,179)
#DAEBC2
(218,235,194)
#E3EFD1
(227,239,209)
#ECF3E0
(236,243,224)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCF59; }

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

This text font color is #9BCF59.


Background Color

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

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

This div background color is #9BCF59.


Border color

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

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

This div border color is #9BCF59.


Opacity

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

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

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

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

This text has shadow with #9BCF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCF59 on black background.


Color preview on white background

This text has color #9BCF59 on white background.



Black color preview on #9BCF59 background

This text has black color on #9BCF59 background.


White color preview on #9BCF59 background

This text has white color on #9BCF59 background.