COLOR #9BA673

HEX: #9BA673 RGB: (155,166,115)

Color info

#9BA673 contains red, green and blue colors in about the same proportion. Web safe color of #9BA673 is #999966 (or #996).

RGB color model

#9BA673 color RGB value is (155,166,115).

RGB: (155,166,115) (61%, 65%, 45%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 115 of 255 = 45%

155
166
115

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

Portions of RGB colors in percentages

R + G + B = 155 + 166 + 115 = 436 (100%)
R 155 of 436 ~ 35.55%
G 166 of 436 ~ 38.07%
B 115 of 436 ~ 26.38'%

%35.55
%38.07
%26.38

CMYK color model

#9BA673 color CMYK value is (7,0,31,35).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 34.90%

CMYK: (7,0,31,35)
C7M0Y31K35 (7%, 0%, 31%, 35%)
(0.07 / 0.00 / 0.31 / 0.35)

CMYK percentages

%6.63
%0
%30.72
%34.9

Codes

Color #9BA673 in popluar color models

9B A6 73
RGB 155 166 115
HSL 73° 22.27% 55.10%
HSB/HSV 73° 30.72% 65.10%
CMYK 6.63% 0.00% 30.72%
34.90%

Color #9BA673 in popluar number systems.

HEX 9B A6 73
Decimal 155 166 115
Binary 10011011 10100110 1110011
Octal 233 246 163

Shades and tints

Shades of #9BA673

#9BA673
(155,166,115)
#8D9769
(141,151,105)
#7F885F
(127,136,95)
#717955
(113,121,85)
#636A4B
(99,106,75)
#555B41
(85,91,65)
#474C37
(71,76,55)
#393D2D
(57,61,45)
#2B2E23
(43,46,35)
#1D1F19
(29,31,25)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #9BA673

#9BA673
(155,166,115)
#A4AE7F
(164,174,127)
#ADB68B
(173,182,139)
#B6BE97
(182,190,151)
#BFC6A3
(191,198,163)
#C8CEAF
(200,206,175)
#D1D6BB
(209,214,187)
#DADEC7
(218,222,199)
#E3E6D3
(227,230,211)
#ECEEDF
(236,238,223)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA673 color. Also use rgb(155,166,115) instead hex code.

Text Font Color

.myTextColor { color: #9BA673; }

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

This text font color is #9BA673.

Background Color

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

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

This div background color is #9BA673.

Border color

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

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

This div border color is #9BA673.

Opacity

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

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

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

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

This text has shadow with #9BA673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA673.

Preview

Color preview on black background

This text has color #9BA673 on black background.


Color preview on white background

This text has color #9BA673 on white background.


Black color preview on #9BA673 background

This text has black color on #9BA673 background.


White color preview on #9BA673 background

This text has white color on #9BA673 background.


Related colors

Complementary color

Complementary color for #hex is #64598C.


I love getcolorcode.com

Triadic colors

1 #739BA6 and #A6739B with #9BA673 are triadic colors.

2 #73A69B and #A69B73 with #9BA673 are triadic colors.