COLOR #9BB266

HEX: #9BB266
RGB: (155,178,102)

Color info

#9BB266 contains mainly red and green colors. Web safe color of #9BB266 is #999966 (or #996).

RGB color model

#9BB266 color RGB value is (155,178,102).

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

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 102 of 255 = 40%

155
178
102

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

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 102 = 435 (100%)
R 155 of 435 ~ 35.63%
G 178 of 435 ~ 40.92%
B 102 of 435 ~ 23.45%

%35.63
%40.92
%23.45

CMYK color model

#9BB266 color CMYK value is (13,0,43,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 30.20%
CMYK:
(13,0,43,30)
C13M0Y43K30 
(13%,0%,43%,30%)
(0.13/0.00/0.43/0.30)	

CMYK percentages

%12.92
%0
%42.7
%30.2

Codes

Color #9BB266 in popluar color models

9BB266
RGB155178102
HSL78°33.04%54.90%
HSB/HSV78°42.70%69.80%
CMYK12.92%0.00%42.70%
30.20%

Color #9BB266 in popluar number systems.

HEX9BB266
Decimal155178102
Binary10011011101100101100110
Octal233262146

Shades and tints

Shades of #9BB266

#9BB266
(155,178,102)
#8DA25D
(141,162,93)
#7F9254
(127,146,84)
#71824B
(113,130,75)
#637242
(99,114,66)
#556239
(85,98,57)
#475230
(71,82,48)
#394227
(57,66,39)
#2B321E
(43,50,30)
#1D2215
(29,34,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #9BB266

#9BB266
(155,178,102)
#A4B973
(164,185,115)
#ADC080
(173,192,128)
#B6C78D
(182,199,141)
#BFCE9A
(191,206,154)
#C8D5A7
(200,213,167)
#D1DCB4
(209,220,180)
#DAE3C1
(218,227,193)
#E3EACE
(227,234,206)
#ECF1DB
(236,241,219)
#F5F8E8
(245,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB266; }

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

This text font color is #9BB266.


Background Color

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

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

This div background color is #9BB266.


Border color

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

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

This div border color is #9BB266.


Opacity

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

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

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

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

This text has shadow with #9BB266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB266 on black background.


Color preview on white background

This text has color #9BB266 on white background.



Black color preview on #9BB266 background

This text has black color on #9BB266 background.


White color preview on #9BB266 background

This text has white color on #9BB266 background.