COLOR #9BA974

HEX: #9BA974 RGB: (155,169,116)

Color info

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

RGB color model

#9BA974 color RGB value is (155,169,116).

RGB: (155,169,116) (61%, 66%, 45%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 116 of 255 = 45%

155
169
116

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

Portions of RGB colors in percentages

R + G + B = 155 + 169 + 116 = 440 (100%)
R 155 of 440 ~ 35.23%
G 169 of 440 ~ 38.41%
B 116 of 440 ~ 26.36'%

%35.23
%38.41
%26.36

CMYK color model

#9BA974 color CMYK value is (8,0,31,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 33.73%

CMYK: (8,0,31,34)
C8M0Y31K34 (8%, 0%, 31%, 34%)
(0.08 / 0.00 / 0.31 / 0.34)

CMYK percentages

%8.28
%0
%31.36
%33.73

Codes

Color #9BA974 in popluar color models

9B A9 74
RGB 155 169 116
HSL 76° 23.56% 55.88%
HSB/HSV 76° 31.36% 66.27%
CMYK 8.28% 0.00% 31.36%
33.73%

Color #9BA974 in popluar number systems.

HEX 9B A9 74
Decimal 155 169 116
Binary 10011011 10101001 1110100
Octal 233 251 164

Shades and tints

Shades of #9BA974

#9BA974
(155,169,116)
#8D9A6A
(141,154,106)
#7F8B60
(127,139,96)
#717C56
(113,124,86)
#636D4C
(99,109,76)
#555E42
(85,94,66)
#474F38
(71,79,56)
#39402E
(57,64,46)
#2B3124
(43,49,36)
#1D221A
(29,34,26)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9BA974

#9BA974
(155,169,116)
#A4B080
(164,176,128)
#ADB78C
(173,183,140)
#B6BE98
(182,190,152)
#BFC5A4
(191,197,164)
#C8CCB0
(200,204,176)
#D1D3BC
(209,211,188)
#DADAC8
(218,218,200)
#E3E1D4
(227,225,212)
#ECE8E0
(236,232,224)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA974 color. Also use rgb(155,169,116) instead hex code.

Text Font Color

.myTextColor { color: #9BA974; }

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

This text font color is #9BA974.

Background Color

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

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

This div background color is #9BA974.

Border color

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

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

This div border color is #9BA974.

Opacity

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

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

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

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

This text has shadow with #9BA974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA974.

Preview

Color preview on black background

This text has color #9BA974 on black background.


Color preview on white background

This text has color #9BA974 on white background.


Black color preview on #9BA974 background

This text has black color on #9BA974 background.


White color preview on #9BA974 background

This text has white color on #9BA974 background.


Related colors

Complementary color

Complementary color for #hex is #64568B.


I love getcolorcode.com

Triadic colors

1 #749BA9 and #A9749B with #9BA974 are triadic colors.

2 #74A99B and #A99B74 with #9BA974 are triadic colors.