COLOR #9BAB66

HEX: #9BAB66
RGB: (155,171,102)

Color info

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

RGB color model

#9BAB66 color RGB value is (155,171,102).

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

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 102 of 255 = 40%

155
171
102

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

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 102 = 428 (100%)
R 155 of 428 ~ 36.21%
G 171 of 428 ~ 39.95%
B 102 of 428 ~ 23.83%

%36.21
%39.95
%23.83

CMYK color model

#9BAB66 color CMYK value is (9,0,40,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK:
(9,0,40,33)
C9M0Y40K33 
(9%,0%,40%,33%)
(0.09/0.00/0.40/0.33)	

CMYK percentages

%9.36
%0
%40.35
%32.94

Codes

Color #9BAB66 in popluar color models

9BAB66
RGB155171102
HSL74°29.11%53.53%
HSB/HSV74°40.35%67.06%
CMYK9.36%0.00%40.35%
32.94%

Color #9BAB66 in popluar number systems.

HEX9BAB66
Decimal155171102
Binary10011011101010111100110
Octal233253146

Shades and tints

Shades of #9BAB66

#9BAB66
(155,171,102)
#8D9C5D
(141,156,93)
#7F8D54
(127,141,84)
#717E4B
(113,126,75)
#636F42
(99,111,66)
#556039
(85,96,57)
#475130
(71,81,48)
#394227
(57,66,39)
#2B331E
(43,51,30)
#1D2415
(29,36,21)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #9BAB66

#9BAB66
(155,171,102)
#A4B273
(164,178,115)
#ADB980
(173,185,128)
#B6C08D
(182,192,141)
#BFC79A
(191,199,154)
#C8CEA7
(200,206,167)
#D1D5B4
(209,213,180)
#DADCC1
(218,220,193)
#E3E3CE
(227,227,206)
#ECEADB
(236,234,219)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB66; }

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

This text font color is #9BAB66.


Background Color

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

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

This div background color is #9BAB66.


Border color

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

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

This div border color is #9BAB66.


Opacity

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

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

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

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

This text has shadow with #9BAB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAB66 on black background.


Color preview on white background

This text has color #9BAB66 on white background.



Black color preview on #9BAB66 background

This text has black color on #9BAB66 background.


White color preview on #9BAB66 background

This text has white color on #9BAB66 background.