COLOR #9BC495

HEX: #9BC495
RGB: (155,196,149)

Color info

#9BC495 contains red, green and blue colors in about the same proportion. Web safe color of #9BC495 is #99CC99 (or #9C9).

RGB color model

#9BC495 color RGB value is (155,196,149).

  • red value is 155;
  • green value is 196;
  • blue value is 149.
RGB:
(155,196,149)
(61%,77%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 149 of 255 = 58%

155
196
149

R + G + B ~ 65%. #9BC495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 149 = 500 (100%)
R 155 of 500 ~ 31%
G 196 of 500 ~ 39.2%
B 149 of 500 ~ 29.8%

%31
%39.2
%29.8

CMYK color model

#9BC495 color CMYK value is (21,0,24,23).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(21,0,24,23)
C21M0Y24K23 
(21%,0%,24%,23%)
(0.21/0.00/0.24/0.23)	

CMYK percentages

%20.92
%0
%23.98
%23.14

Codes

Color #9BC495 in popluar color models

9BC495
RGB155196149
HSL112°28.48%67.65%
HSB/HSV112°23.98%76.86%
CMYK20.92%0.00%23.98%
23.14%

Color #9BC495 in popluar number systems.

HEX9BC495
Decimal155196149
Binary100110111100010010010101
Octal233304225

Shades and tints

Shades of #9BC495

#9BC495
(155,196,149)
#8DB388
(141,179,136)
#7FA27B
(127,162,123)
#71916E
(113,145,110)
#638061
(99,128,97)
#556F54
(85,111,84)
#475E47
(71,94,71)
#394D3A
(57,77,58)
#2B3C2D
(43,60,45)
#1D2B20
(29,43,32)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #9BC495

#9BC495
(155,196,149)
#A4C99E
(164,201,158)
#ADCEA7
(173,206,167)
#B6D3B0
(182,211,176)
#BFD8B9
(191,216,185)
#C8DDC2
(200,221,194)
#D1E2CB
(209,226,203)
#DAE7D4
(218,231,212)
#E3ECDD
(227,236,221)
#ECF1E6
(236,241,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC495 color. Also use rgb(155,196,149) instead hex code.

Text Font Color

.myTextColor { color: #9BC495; }

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

This text font color is #9BC495.


Background Color

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

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

This div background color is #9BC495.


Border color

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

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

This div border color is #9BC495.


Opacity

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

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

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

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

This text has shadow with #9BC495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC495 on black background.


Color preview on white background

This text has color #9BC495 on white background.



Black color preview on #9BC495 background

This text has black color on #9BC495 background.


White color preview on #9BC495 background

This text has white color on #9BC495 background.