COLOR #9BCA5E

HEX: #9BCA5E
RGB: (155,202,94)

Color info

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

RGB color model

#9BCA5E color RGB value is (155,202,94).

  • red value is 155;
  • green value is 202;
  • blue value is 94.
RGB:
(155,202,94)
(61%,79%,37%)

RGB channels and saturation

R 155 of 255 = 61%
G 202 of 255 = 79%
B 94 of 255 = 37%

155
202
94

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

Portions of RGB colors in percentages

R + G + B =
155 + 202 + 94 = 451 (100%)
R 155 of 451 ~ 34.37%
G 202 of 451 ~ 44.79%
B 94 of 451 ~ 20.84%

%34.37
%44.79
%20.84

CMYK color model

#9BCA5E color CMYK value is (23,0,53,21).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 53.47%
  • key color value is 20.78%
CMYK:
(23,0,53,21)
C23M0Y53K21 
(23%,0%,53%,21%)
(0.23/0.00/0.53/0.21)	

CMYK percentages

%23.27
%0
%53.47
%20.78

Codes

Color #9BCA5E in popluar color models

9BCA5E
RGB15520294
HSL86°50.47%58.04%
HSB/HSV86°53.47%79.22%
CMYK23.27%0.00%53.47%
20.78%

Color #9BCA5E in popluar number systems.

HEX9BCA5E
Decimal15520294
Binary10011011110010101011110
Octal233312136

Shades and tints

Shades of #9BCA5E

#9BCA5E
(155,202,94)
#8DB856
(141,184,86)
#7FA64E
(127,166,78)
#719446
(113,148,70)
#63823E
(99,130,62)
#557036
(85,112,54)
#475E2E
(71,94,46)
#394C26
(57,76,38)
#2B3A1E
(43,58,30)
#1D2816
(29,40,22)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #9BCA5E

#9BCA5E
(155,202,94)
#A4CE6C
(164,206,108)
#ADD27A
(173,210,122)
#B6D688
(182,214,136)
#BFDA96
(191,218,150)
#C8DEA4
(200,222,164)
#D1E2B2
(209,226,178)
#DAE6C0
(218,230,192)
#E3EACE
(227,234,206)
#ECEEDC
(236,238,220)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCA5E color. Also use rgb(155,202,94) instead hex code.

Text Font Color

.myTextColor { color: #9BCA5E; }

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

This text font color is #9BCA5E.


Background Color

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

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

This div background color is #9BCA5E.


Border color

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

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

This div border color is #9BCA5E.


Opacity

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

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

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

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

This text has shadow with #9BCA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCA5E on black background.


Color preview on white background

This text has color #9BCA5E on white background.



Black color preview on #9BCA5E background

This text has black color on #9BCA5E background.


White color preview on #9BCA5E background

This text has white color on #9BCA5E background.