COLOR #9BAC6D

HEX: #9BAC6D RGB: (155,172,109)

Color info

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

RGB color model

#9BAC6D color RGB value is (155,172,109).

RGB: (155,172,109) (61%, 67%, 43%)

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 109 of 255 = 43%

155
172
109

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

Portions of RGB colors in percentages

R + G + B = 155 + 172 + 109 = 436 (100%)
R 155 of 436 ~ 35.55%
G 172 of 436 ~ 39.45%
B 109 of 436 ~ 25'%

%35.55
%39.45
%25

CMYK color model

#9BAC6D color CMYK value is (10,0,37,33).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%

CMYK: (10,0,37,33)
C10M0Y37K33 (10%, 0%, 37%, 33%)
(0.10 / 0.00 / 0.37 / 0.33)

CMYK percentages

%9.88
%0
%36.63
%32.55

Codes

Color #9BAC6D in popluar color models

9B AC 6D
RGB 155 172 109
HSL 76° 27.51% 55.10%
HSB/HSV 76° 36.63% 67.45%
CMYK 9.88% 0.00% 36.63%
32.55%

Color #9BAC6D in popluar number systems.

HEX 9B AC 6D
Decimal 155 172 109
Binary 10011011 10101100 1101101
Octal 233 254 155

Shades and tints

Shades of #9BAC6D

#9BAC6D
(155,172,109)
#8D9D64
(141,157,100)
#7F8E5B
(127,142,91)
#717F52
(113,127,82)
#637049
(99,112,73)
#556140
(85,97,64)
#475237
(71,82,55)
#39432E
(57,67,46)
#2B3425
(43,52,37)
#1D251C
(29,37,28)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9BAC6D

#9BAC6D
(155,172,109)
#A4B37A
(164,179,122)
#ADBA87
(173,186,135)
#B6C194
(182,193,148)
#BFC8A1
(191,200,161)
#C8CFAE
(200,207,174)
#D1D6BB
(209,214,187)
#DADDC8
(218,221,200)
#E3E4D5
(227,228,213)
#ECEBE2
(236,235,226)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAC6D color. Also use rgb(155,172,109) instead hex code.

Text Font Color

.myTextColor { color: #9BAC6D; }

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

This text font color is #9BAC6D.

Background Color

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

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

This div background color is #9BAC6D.

Border color

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

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

This div border color is #9BAC6D.

Opacity

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

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

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

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

This text has shadow with #9BAC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAC6D.

Preview

Color preview on black background

This text has color #9BAC6D on black background.


Color preview on white background

This text has color #9BAC6D on white background.


Black color preview on #9BAC6D background

This text has black color on #9BAC6D background.


White color preview on #9BAC6D background

This text has white color on #9BAC6D background.


Related colors

Complementary color

Complementary color for #hex is #645392.


I love getcolorcode.com

Triadic colors

1 #6D9BAC and #AC6D9B with #9BAC6D are triadic colors.

2 #6DAC9B and #AC9B6D with #9BAC6D are triadic colors.