COLOR #9BAE75

HEX: #9BAE75 RGB: (155,174,117)

Color info

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

RGB color model

#9BAE75 color RGB value is (155,174,117).

RGB: (155,174,117) (61%, 68%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 117 of 255 = 46%

155
174
117

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

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 117 = 446 (100%)
R 155 of 446 ~ 34.75%
G 174 of 446 ~ 39.01%
B 117 of 446 ~ 26.23'%

%34.75
%39.01
%26.23

CMYK color model

#9BAE75 color CMYK value is (11,0,33,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%

CMYK: (11,0,33,32)
C11M0Y33K32 (11%, 0%, 33%, 32%)
(0.11 / 0.00 / 0.33 / 0.32)

CMYK percentages

%10.92
%0
%32.76
%31.76

Codes

Color #9BAE75 in popluar color models

9B AE 75
RGB 155 174 117
HSL 80° 26.03% 57.06%
HSB/HSV 80° 32.76% 68.24%
CMYK 10.92% 0.00% 32.76%
31.76%

Color #9BAE75 in popluar number systems.

HEX 9B AE 75
Decimal 155 174 117
Binary 10011011 10101110 1110101
Octal 233 256 165

Shades and tints

Shades of #9BAE75

#9BAE75
(155,174,117)
#8D9F6B
(141,159,107)
#7F9061
(127,144,97)
#718157
(113,129,87)
#63724D
(99,114,77)
#556343
(85,99,67)
#475439
(71,84,57)
#39452F
(57,69,47)
#2B3625
(43,54,37)
#1D271B
(29,39,27)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #9BAE75

#9BAE75
(155,174,117)
#A4B581
(164,181,129)
#ADBC8D
(173,188,141)
#B6C399
(182,195,153)
#BFCAA5
(191,202,165)
#C8D1B1
(200,209,177)
#D1D8BD
(209,216,189)
#DADFC9
(218,223,201)
#E3E6D5
(227,230,213)
#ECEDE1
(236,237,225)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE75 color. Also use rgb(155,174,117) instead hex code.

Text Font Color

.myTextColor { color: #9BAE75; }

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

This text font color is #9BAE75.

Background Color

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

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

This div background color is #9BAE75.

Border color

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

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

This div border color is #9BAE75.

Opacity

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

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

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

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

This text has shadow with #9BAE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAE75.

Preview

Color preview on black background

This text has color #9BAE75 on black background.


Color preview on white background

This text has color #9BAE75 on white background.


Black color preview on #9BAE75 background

This text has black color on #9BAE75 background.


White color preview on #9BAE75 background

This text has white color on #9BAE75 background.


Related colors

Complementary color

Complementary color for #hex is #64518A.


I love getcolorcode.com

Triadic colors

1 #759BAE and #AE759B with #9BAE75 are triadic colors.

2 #75AE9B and #AE9B75 with #9BAE75 are triadic colors.