COLOR #9BC237

HEX: #9BC237 RGB: (155,194,55)

Color info

#9BC237 contains mainly red and green colors. Web safe color of #9BC237 is #99CC33 (or #9C3).

RGB color model

#9BC237 color RGB value is (155,194,55).

RGB: (155,194,55) (61%, 76%, 22%)

RGB channels and saturation

R 155 of 255 = 61%
G 194 of 255 = 76%
B 55 of 255 = 22%

155
194
55

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

Portions of RGB colors in percentages

R + G + B = 155 + 194 + 55 = 404 (100%)
R 155 of 404 ~ 38.37%
G 194 of 404 ~ 48.02%
B 55 of 404 ~ 13.61'%

%38.37
%48.02
%13.61

CMYK color model

#9BC237 color CMYK value is (20,0,72,24).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 71.65%
  • key color value is 23.92%

CMYK: (20,0,72,24)
C20M0Y72K24 (20%, 0%, 72%, 24%)
(0.20 / 0.00 / 0.72 / 0.24)

CMYK percentages

%20.1
%0
%71.65
%23.92

Codes

Color #9BC237 in popluar color models

9B C2 37
RGB 155 194 55
HSL 77° 55.82% 48.82%
HSB/HSV 77° 71.65% 76.08%
CMYK 20.10% 0.00% 71.65%
23.92%

Color #9BC237 in popluar number systems.

HEX 9B C2 37
Decimal 155 194 55
Binary 10011011 11000010 110111
Octal 233 302 67

Shades and tints

Shades of #9BC237

#9BC237
(155,194,55)
#8DB132
(141,177,50)
#7FA02D
(127,160,45)
#718F28
(113,143,40)
#637E23
(99,126,35)
#556D1E
(85,109,30)
#475C19
(71,92,25)
#394B14
(57,75,20)
#2B3A0F
(43,58,15)
#1D290A
(29,41,10)
#0F1805
(15,24,5)
#000000
(0,0,0)

Tints of #9BC237

#9BC237
(155,194,55)
#A4C749
(164,199,73)
#ADCC5B
(173,204,91)
#B6D16D
(182,209,109)
#BFD67F
(191,214,127)
#C8DB91
(200,219,145)
#D1E0A3
(209,224,163)
#DAE5B5
(218,229,181)
#E3EAC7
(227,234,199)
#ECEFD9
(236,239,217)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC237 color. Also use rgb(155,194,55) instead hex code.

Text Font Color

.myTextColor { color: #9BC237; }

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

This text font color is #9BC237.

Background Color

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

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

This div background color is #9BC237.

Border color

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

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

This div border color is #9BC237.

Opacity

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

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

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

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

This text has shadow with #9BC237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC237.

Preview

Color preview on black background

This text has color #9BC237 on black background.


Color preview on white background

This text has color #9BC237 on white background.


Black color preview on #9BC237 background

This text has black color on #9BC237 background.


White color preview on #9BC237 background

This text has white color on #9BC237 background.


Related colors

Complementary color

Complementary color for #hex is #643DC8.


I love getcolorcode.com

Triadic colors

1 #379BC2 and #C2379B with #9BC237 are triadic colors.

2 #37C29B and #C29B37 with #9BC237 are triadic colors.