COLOR #9BB666

HEX: #9BB666
RGB: (155,182,102)

Color info

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

RGB color model

#9BB666 color RGB value is (155,182,102).

  • red value is 155;
  • green value is 182;
  • blue value is 102.
RGB:
(155,182,102)
(61%,71%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 102 of 255 = 40%

155
182
102

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

Portions of RGB colors in percentages

R + G + B =
155 + 182 + 102 = 439 (100%)
R 155 of 439 ~ 35.31%
G 182 of 439 ~ 41.46%
B 102 of 439 ~ 23.23%

%35.31
%41.46
%23.23

CMYK color model

#9BB666 color CMYK value is (15,0,44,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(15,0,44,29)
C15M0Y44K29 
(15%,0%,44%,29%)
(0.15/0.00/0.44/0.29)	

CMYK percentages

%14.84
%0
%43.96
%28.63

Codes

Color #9BB666 in popluar color models

9BB666
RGB155182102
HSL80°35.40%55.69%
HSB/HSV80°43.96%71.37%
CMYK14.84%0.00%43.96%
28.63%

Color #9BB666 in popluar number systems.

HEX9BB666
Decimal155182102
Binary10011011101101101100110
Octal233266146

Shades and tints

Shades of #9BB666

#9BB666
(155,182,102)
#8DA65D
(141,166,93)
#7F9654
(127,150,84)
#71864B
(113,134,75)
#637642
(99,118,66)
#556639
(85,102,57)
#475630
(71,86,48)
#394627
(57,70,39)
#2B361E
(43,54,30)
#1D2615
(29,38,21)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #9BB666

#9BB666
(155,182,102)
#A4BC73
(164,188,115)
#ADC280
(173,194,128)
#B6C88D
(182,200,141)
#BFCE9A
(191,206,154)
#C8D4A7
(200,212,167)
#D1DAB4
(209,218,180)
#DAE0C1
(218,224,193)
#E3E6CE
(227,230,206)
#ECECDB
(236,236,219)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB666; }

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

This text font color is #9BB666.


Background Color

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

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

This div background color is #9BB666.


Border color

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

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

This div border color is #9BB666.


Opacity

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

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

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

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

This text has shadow with #9BB666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB666 on black background.


Color preview on white background

This text has color #9BB666 on white background.



Black color preview on #9BB666 background

This text has black color on #9BB666 background.


White color preview on #9BB666 background

This text has white color on #9BB666 background.