COLOR #9BC692

HEX: #9BC692
RGB: (155,198,146)

Color info

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

RGB color model

#9BC692 color RGB value is (155,198,146).

  • red value is 155;
  • green value is 198;
  • blue value is 146.
RGB:
(155,198,146)
(61%,78%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 146 of 255 = 57%

155
198
146

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

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 146 = 499 (100%)
R 155 of 499 ~ 31.06%
G 198 of 499 ~ 39.68%
B 146 of 499 ~ 29.26%

%31.06
%39.68
%29.26

CMYK color model

#9BC692 color CMYK value is (22,0,26,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(22,0,26,22)
C22M0Y26K22 
(22%,0%,26%,22%)
(0.22/0.00/0.26/0.22)	

CMYK percentages

%21.72
%0
%26.26
%22.35

Codes

Color #9BC692 in popluar color models

9BC692
RGB155198146
HSL110°31.33%67.45%
HSB/HSV110°26.26%77.65%
CMYK21.72%0.00%26.26%
22.35%

Color #9BC692 in popluar number systems.

HEX9BC692
Decimal155198146
Binary100110111100011010010010
Octal233306222

Shades and tints

Shades of #9BC692

#9BC692
(155,198,146)
#8DB485
(141,180,133)
#7FA278
(127,162,120)
#71906B
(113,144,107)
#637E5E
(99,126,94)
#556C51
(85,108,81)
#475A44
(71,90,68)
#394837
(57,72,55)
#2B362A
(43,54,42)
#1D241D
(29,36,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #9BC692

#9BC692
(155,198,146)
#A4CB9B
(164,203,155)
#ADD0A4
(173,208,164)
#B6D5AD
(182,213,173)
#BFDAB6
(191,218,182)
#C8DFBF
(200,223,191)
#D1E4C8
(209,228,200)
#DAE9D1
(218,233,209)
#E3EEDA
(227,238,218)
#ECF3E3
(236,243,227)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC692 color. Also use rgb(155,198,146) instead hex code.

Text Font Color

.myTextColor { color: #9BC692; }

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

This text font color is #9BC692.


Background Color

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

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

This div background color is #9BC692.


Border color

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

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

This div border color is #9BC692.


Opacity

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

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

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

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

This text has shadow with #9BC692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC692 on black background.


Color preview on white background

This text has color #9BC692 on white background.



Black color preview on #9BC692 background

This text has black color on #9BC692 background.


White color preview on #9BC692 background

This text has white color on #9BC692 background.