COLOR #9BB66C

HEX: #9BB66C RGB: (155,182,108)

Color info

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

RGB color model

#9BB66C color RGB value is (155,182,108).

RGB: (155,182,108) (61%, 71%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 108 of 255 = 42%

155
182
108

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

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 108 = 445 (100%)
R 155 of 445 ~ 34.83%
G 182 of 445 ~ 40.9%
B 108 of 445 ~ 24.27'%

%34.83
%40.9
%24.27

CMYK color model

#9BB66C color CMYK value is (15,0,41,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 40.66%
  • key color value is 28.63%

CMYK: (15,0,41,29)
C15M0Y41K29 (15%, 0%, 41%, 29%)
(0.15 / 0.00 / 0.41 / 0.29)

CMYK percentages

%14.84
%0
%40.66
%28.63

Codes

Color #9BB66C in popluar color models

9B B6 6C
RGB 155 182 108
HSL 82° 33.64% 56.86%
HSB/HSV 82° 40.66% 71.37%
CMYK 14.84% 0.00% 40.66%
28.63%

Color #9BB66C in popluar number systems.

HEX 9B B6 6C
Decimal 155 182 108
Binary 10011011 10110110 1101100
Octal 233 266 154

Shades and tints

Shades of #9BB66C

#9BB66C
(155,182,108)
#8DA663
(141,166,99)
#7F965A
(127,150,90)
#718651
(113,134,81)
#637648
(99,118,72)
#55663F
(85,102,63)
#475636
(71,86,54)
#39462D
(57,70,45)
#2B3624
(43,54,36)
#1D261B
(29,38,27)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BB66C

#9BB66C
(155,182,108)
#A4BC79
(164,188,121)
#ADC286
(173,194,134)
#B6C893
(182,200,147)
#BFCEA0
(191,206,160)
#C8D4AD
(200,212,173)
#D1DABA
(209,218,186)
#DAE0C7
(218,224,199)
#E3E6D4
(227,230,212)
#ECECE1
(236,236,225)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB66C color. Also use rgb(155,182,108) instead hex code.

Text Font Color

.myTextColor { color: #9BB66C; }

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

This text font color is #9BB66C.

Background Color

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

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

This div background color is #9BB66C.

Border color

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

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

This div border color is #9BB66C.

Opacity

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

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

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

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

This text has shadow with #9BB66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB66C.

Preview

Color preview on black background

This text has color #9BB66C on black background.


Color preview on white background

This text has color #9BB66C on white background.


Black color preview on #9BB66C background

This text has black color on #9BB66C background.


White color preview on #9BB66C background

This text has white color on #9BB66C background.


Related colors

Complementary color

Complementary color for #hex is #644993.


I love getcolorcode.com

Triadic colors

1 #6C9BB6 and #B66C9B with #9BB66C are triadic colors.

2 #6CB69B and #B69B6C with #9BB66C are triadic colors.