COLOR #9BA574

HEX: #9BA574 RGB: (155,165,116)

Color info

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

RGB color model

#9BA574 color RGB value is (155,165,116).

RGB: (155,165,116) (61%, 65%, 45%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 116 of 255 = 45%

155
165
116

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

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 116 = 436 (100%)
R 155 of 436 ~ 35.55%
G 165 of 436 ~ 37.84%
B 116 of 436 ~ 26.61'%

%35.55
%37.84
%26.61

CMYK color model

#9BA574 color CMYK value is (6,0,30,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%

CMYK: (6,0,30,35)
C6M0Y30K35 (6%, 0%, 30%, 35%)
(0.06 / 0.00 / 0.30 / 0.35)

CMYK percentages

%6.06
%0
%29.7
%35.29

Codes

Color #9BA574 in popluar color models

9B A5 74
RGB 155 165 116
HSL 72° 21.40% 55.10%
HSB/HSV 72° 29.70% 64.71%
CMYK 6.06% 0.00% 29.70%
35.29%

Color #9BA574 in popluar number systems.

HEX 9B A5 74
Decimal 155 165 116
Binary 10011011 10100101 1110100
Octal 233 245 164

Shades and tints

Shades of #9BA574

#9BA574
(155,165,116)
#8D966A
(141,150,106)
#7F8760
(127,135,96)
#717856
(113,120,86)
#63694C
(99,105,76)
#555A42
(85,90,66)
#474B38
(71,75,56)
#393C2E
(57,60,46)
#2B2D24
(43,45,36)
#1D1E1A
(29,30,26)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #9BA574

#9BA574
(155,165,116)
#A4AD80
(164,173,128)
#ADB58C
(173,181,140)
#B6BD98
(182,189,152)
#BFC5A4
(191,197,164)
#C8CDB0
(200,205,176)
#D1D5BC
(209,213,188)
#DADDC8
(218,221,200)
#E3E5D4
(227,229,212)
#ECEDE0
(236,237,224)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA574; }

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

This text font color is #9BA574.

Background Color

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

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

This div background color is #9BA574.

Border color

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

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

This div border color is #9BA574.

Opacity

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

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

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

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

This text has shadow with #9BA574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA574.

Preview

Color preview on black background

This text has color #9BA574 on black background.


Color preview on white background

This text has color #9BA574 on white background.


Black color preview on #9BA574 background

This text has black color on #9BA574 background.


White color preview on #9BA574 background

This text has white color on #9BA574 background.


Related colors

Complementary color

Complementary color for #hex is #645A8B.


I love getcolorcode.com

Triadic colors

1 #749BA5 and #A5749B with #9BA574 are triadic colors.

2 #74A59B and #A59B74 with #9BA574 are triadic colors.