COLOR #9BBA60

HEX: #9BBA60 RGB: (155,186,96)

Color info

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

RGB color model

#9BBA60 color RGB value is (155,186,96).

RGB: (155,186,96) (61%, 73%, 38%)

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 96 of 255 = 38%

155
186
96

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

Portions of RGB colors in percentages

R + G + B = 155 + 186 + 96 = 437 (100%)
R 155 of 437 ~ 35.47%
G 186 of 437 ~ 42.56%
B 96 of 437 ~ 21.97'%

%35.47
%42.56
%21.97

CMYK color model

#9BBA60 color CMYK value is (17,0,48,27).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 27.06%
CMYK: (17,0,48,27) C17M0Y48K27 (17%,0%,48%,27%) (0.17/0.00/0.48/0.27) 

CMYK percentages

%16.67
%0
%48.39
%27.06

Codes

Color #9BBA60 in popluar color models

9B BA 60
RGB 155 186 96
HSL 81° 39.47% 55.29%
HSB/HSV 81° 48.39% 72.94%
CMYK 16.67% 0.00% 48.39%
27.06%

Color #9BBA60 in popluar number systems.

HEX 9B BA 60
Decimal 155 186 96
Binary 10011011 10111010 1100000
Octal 233 272 140

Shades and tints

Shades of #9BBA60

#9BBA60
(155,186,96)
#8DAA58
(141,170,88)
#7F9A50
(127,154,80)
#718A48
(113,138,72)
#637A40
(99,122,64)
#556A38
(85,106,56)
#475A30
(71,90,48)
#394A28
(57,74,40)
#2B3A20
(43,58,32)
#1D2A18
(29,42,24)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #9BBA60

#9BBA60
(155,186,96)
#A4C06E
(164,192,110)
#ADC67C
(173,198,124)
#B6CC8A
(182,204,138)
#BFD298
(191,210,152)
#C8D8A6
(200,216,166)
#D1DEB4
(209,222,180)
#DAE4C2
(218,228,194)
#E3EAD0
(227,234,208)
#ECF0DE
(236,240,222)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBA60 color. Also use rgb(155,186,96) instead hex code.

Text Font Color

.myTextColor { color: #9BBA60; }

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

This text font color is #9BBA60.

Background Color

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

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

This div background color is #9BBA60.

Border color

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

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

This div border color is #9BBA60.

Opacity

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

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

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

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

This text has shadow with #9BBA60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBA60.

Preview

Color preview on black background

This text has color #9BBA60 on black background.


Color preview on white background

This text has color #9BBA60 on white background.


Black color preview on #9BBA60 background

This text has black color on #9BBA60 background.


White color preview on #9BBA60 background

This text has white color on #9BBA60 background.


Related colors

Complementary color

Complementary color for #hex is #64459F.


I love getcolorcode.com

Triadic colors

1 #609BBA and #BA609B with #9BBA60 are triadic colors.

2 #60BA9B and #BA9B60 with #9BBA60 are triadic colors.