COLOR #9BAB65

HEX: #9BAB65 RGB: (155,171,101)

Color info

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

RGB color model

#9BAB65 color RGB value is (155,171,101).

RGB: (155,171,101) (61%, 67%, 40%)

RGB channels and saturation

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

155
171
101

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

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 101 = 427 (100%)
R 155 of 427 ~ 36.3%
G 171 of 427 ~ 40.05%
B 101 of 427 ~ 23.65'%

%36.3
%40.05
%23.65

CMYK color model

#9BAB65 color CMYK value is (9,0,41,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 32.94%

CMYK: (9,0,41,33)
C9M0Y41K33 (9%, 0%, 41%, 33%)
(0.09 / 0.00 / 0.41 / 0.33)

CMYK percentages

%9.36
%0
%40.94
%32.94

Codes

Color #9BAB65 in popluar color models

9B AB 65
RGB 155 171 101
HSL 74° 29.41% 53.33%
HSB/HSV 74° 40.94% 67.06%
CMYK 9.36% 0.00% 40.94%
32.94%

Color #9BAB65 in popluar number systems.

HEX 9B AB 65
Decimal 155 171 101
Binary 10011011 10101011 1100101
Octal 233 253 145

Shades and tints

Shades of #9BAB65

#9BAB65
(155,171,101)
#8D9C5C
(141,156,92)
#7F8D53
(127,141,83)
#717E4A
(113,126,74)
#636F41
(99,111,65)
#556038
(85,96,56)
#47512F
(71,81,47)
#394226
(57,66,38)
#2B331D
(43,51,29)
#1D2414
(29,36,20)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #9BAB65

#9BAB65
(155,171,101)
#A4B273
(164,178,115)
#ADB981
(173,185,129)
#B6C08F
(182,192,143)
#BFC79D
(191,199,157)
#C8CEAB
(200,206,171)
#D1D5B9
(209,213,185)
#DADCC7
(218,220,199)
#E3E3D5
(227,227,213)
#ECEAE3
(236,234,227)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB65; }

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

This text font color is #9BAB65.

Background Color

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

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

This div background color is #9BAB65.

Border color

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

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

This div border color is #9BAB65.

Opacity

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

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

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

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

This text has shadow with #9BAB65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB65.

Preview

Color preview on black background

This text has color #9BAB65 on black background.


Color preview on white background

This text has color #9BAB65 on white background.


Black color preview on #9BAB65 background

This text has black color on #9BAB65 background.


White color preview on #9BAB65 background

This text has white color on #9BAB65 background.


Related colors

Complementary color

Complementary color for #hex is #64549A.


I love getcolorcode.com

Triadic colors

1 #659BAB and #AB659B with #9BAB65 are triadic colors.

2 #65AB9B and #AB9B65 with #9BAB65 are triadic colors.