COLOR #9BC46D

HEX: #9BC46D RGB: (155,196,109)

Color info

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

RGB color model

#9BC46D color RGB value is (155,196,109).

RGB: (155,196,109) (61%, 77%, 43%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 109 of 255 = 43%

155
196
109

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

Portions of RGB colors in percentages

R + G + B = 155 + 196 + 109 = 460 (100%)
R 155 of 460 ~ 33.7%
G 196 of 460 ~ 42.61%
B 109 of 460 ~ 23.7'%

%33.7
%42.61
%23.7

CMYK color model

#9BC46D color CMYK value is (21,0,44,23).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 23.14%
CMYK: (21,0,44,23) C21M0Y44K23 (21%,0%,44%,23%) (0.21/0.00/0.44/0.23) 

CMYK percentages

%20.92
%0
%44.39
%23.14

Codes

Color #9BC46D in popluar color models

9B C4 6D
RGB 155 196 109
HSL 88° 42.44% 59.80%
HSB/HSV 88° 44.39% 76.86%
CMYK 20.92% 0.00% 44.39%
23.14%

Color #9BC46D in popluar number systems.

HEX 9B C4 6D
Decimal 155 196 109
Binary 10011011 11000100 1101101
Octal 233 304 155

Shades and tints

Shades of #9BC46D

#9BC46D
(155,196,109)
#8DB364
(141,179,100)
#7FA25B
(127,162,91)
#719152
(113,145,82)
#638049
(99,128,73)
#556F40
(85,111,64)
#475E37
(71,94,55)
#394D2E
(57,77,46)
#2B3C25
(43,60,37)
#1D2B1C
(29,43,28)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #9BC46D

#9BC46D
(155,196,109)
#A4C97A
(164,201,122)
#ADCE87
(173,206,135)
#B6D394
(182,211,148)
#BFD8A1
(191,216,161)
#C8DDAE
(200,221,174)
#D1E2BB
(209,226,187)
#DAE7C8
(218,231,200)
#E3ECD5
(227,236,213)
#ECF1E2
(236,241,226)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC46D; }

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

This text font color is #9BC46D.

Background Color

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

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

This div background color is #9BC46D.

Border color

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

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

This div border color is #9BC46D.

Opacity

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

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

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

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

This text has shadow with #9BC46D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC46D.

Preview

Color preview on black background

This text has color #9BC46D on black background.


Color preview on white background

This text has color #9BC46D on white background.


Black color preview on #9BC46D background

This text has black color on #9BC46D background.


White color preview on #9BC46D background

This text has white color on #9BC46D background.


Related colors

Complementary color

Complementary color for #hex is #643B92.


I love getcolorcode.com

Triadic colors

1 #6D9BC4 and #C46D9B with #9BC46D are triadic colors.

2 #6DC49B and #C49B6D with #9BC46D are triadic colors.