COLOR #9BC093

HEX: #9BC093
RGB: (155,192,147)

Color info

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

RGB color model

#9BC093 color RGB value is (155,192,147).

  • red value is 155;
  • green value is 192;
  • blue value is 147.
RGB:
(155,192,147)
(61%,75%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 192 of 255 = 75%
B 147 of 255 = 58%

155
192
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 192 + 147 = 494 (100%)
R 155 of 494 ~ 31.38%
G 192 of 494 ~ 38.87%
B 147 of 494 ~ 29.76%

%31.38
%38.87
%29.76

CMYK color model

#9BC093 color CMYK value is (19,0,23,25).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(19,0,23,25)
C19M0Y23K25 
(19%,0%,23%,25%)
(0.19/0.00/0.23/0.25)	

CMYK percentages

%19.27
%0
%23.44
%24.71

Codes

Color #9BC093 in popluar color models

9BC093
RGB155192147
HSL109°26.32%66.47%
HSB/HSV109°23.44%75.29%
CMYK19.27%0.00%23.44%
24.71%

Color #9BC093 in popluar number systems.

HEX9BC093
Decimal155192147
Binary100110111100000010010011
Octal233300223

Shades and tints

Shades of #9BC093

#9BC093
(155,192,147)
#8DAF86
(141,175,134)
#7F9E79
(127,158,121)
#718D6C
(113,141,108)
#637C5F
(99,124,95)
#556B52
(85,107,82)
#475A45
(71,90,69)
#394938
(57,73,56)
#2B382B
(43,56,43)
#1D271E
(29,39,30)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #9BC093

#9BC093
(155,192,147)
#A4C59C
(164,197,156)
#ADCAA5
(173,202,165)
#B6CFAE
(182,207,174)
#BFD4B7
(191,212,183)
#C8D9C0
(200,217,192)
#D1DEC9
(209,222,201)
#DAE3D2
(218,227,210)
#E3E8DB
(227,232,219)
#ECEDE4
(236,237,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC093 color. Also use rgb(155,192,147) instead hex code.

Text Font Color

.myTextColor { color: #9BC093; }

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

This text font color is #9BC093.


Background Color

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

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

This div background color is #9BC093.


Border color

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

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

This div border color is #9BC093.


Opacity

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

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

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

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

This text has shadow with #9BC093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC093 on black background.


Color preview on white background

This text has color #9BC093 on white background.



Black color preview on #9BC093 background

This text has black color on #9BC093 background.


White color preview on #9BC093 background

This text has white color on #9BC093 background.