COLOR #9BA272

HEX: #9BA272 RGB: (155,162,114)

Color info

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

RGB color model

#9BA272 color RGB value is (155,162,114).

RGB: (155,162,114) (61%, 64%, 45%)

RGB channels and saturation

R 155 of 255 = 61%
G 162 of 255 = 64%
B 114 of 255 = 45%

155
162
114

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

Portions of RGB colors in percentages

R + G + B = 155 + 162 + 114 = 431 (100%)
R 155 of 431 ~ 35.96%
G 162 of 431 ~ 37.59%
B 114 of 431 ~ 26.45'%

%35.96
%37.59
%26.45

CMYK color model

#9BA272 color CMYK value is (4,0,30,36).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 36.47%

CMYK: (4,0,30,36)
C4M0Y30K36 (4%, 0%, 30%, 36%)
(0.04 / 0.00 / 0.30 / 0.36)

CMYK percentages

%4.32
%0
%29.63
%36.47

Codes

Color #9BA272 in popluar color models

9B A2 72
RGB 155 162 114
HSL 69° 20.51% 54.12%
HSB/HSV 69° 29.63% 63.53%
CMYK 4.32% 0.00% 29.63%
36.47%

Color #9BA272 in popluar number systems.

HEX 9B A2 72
Decimal 155 162 114
Binary 10011011 10100010 1110010
Octal 233 242 162

Shades and tints

Shades of #9BA272

#9BA272
(155,162,114)
#8D9468
(141,148,104)
#7F865E
(127,134,94)
#717854
(113,120,84)
#636A4A
(99,106,74)
#555C40
(85,92,64)
#474E36
(71,78,54)
#39402C
(57,64,44)
#2B3222
(43,50,34)
#1D2418
(29,36,24)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #9BA272

#9BA272
(155,162,114)
#A4AA7E
(164,170,126)
#ADB28A
(173,178,138)
#B6BA96
(182,186,150)
#BFC2A2
(191,194,162)
#C8CAAE
(200,202,174)
#D1D2BA
(209,210,186)
#DADAC6
(218,218,198)
#E3E2D2
(227,226,210)
#ECEADE
(236,234,222)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA272 color. Also use rgb(155,162,114) instead hex code.

Text Font Color

.myTextColor { color: #9BA272; }

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

This text font color is #9BA272.

Background Color

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

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

This div background color is #9BA272.

Border color

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

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

This div border color is #9BA272.

Opacity

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

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

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

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

This text has shadow with #9BA272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA272.

Preview

Color preview on black background

This text has color #9BA272 on black background.


Color preview on white background

This text has color #9BA272 on white background.


Black color preview on #9BA272 background

This text has black color on #9BA272 background.


White color preview on #9BA272 background

This text has white color on #9BA272 background.


Related colors

Complementary color

Complementary color for #hex is #645D8D.


I love getcolorcode.com

Triadic colors

1 #729BA2 and #A2729B with #9BA272 are triadic colors.

2 #72A29B and #A29B72 with #9BA272 are triadic colors.