COLOR #9BB395

HEX: #9BB395 RGB: (155,179,149)

Color info

#9BB395 contains red, green and blue colors in about the same proportion. Web safe color of #9BB395 is #999999 (or #999).

RGB color model

#9BB395 color RGB value is (155,179,149).

RGB: (155,179,149) (61%, 70%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 149 of 255 = 58%

155
179
149

R + G + B ~ 63%. #9BB395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 179 + 149 = 483 (100%)
R 155 of 483 ~ 32.09%
G 179 of 483 ~ 37.06%
B 149 of 483 ~ 30.85'%

%32.09
%37.06
%30.85

CMYK color model

#9BB395 color CMYK value is (13,0,17,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK: (13,0,17,30) C13M0Y17K30 (13%,0%,17%,30%) (0.13/0.00/0.17/0.30) 

CMYK percentages

%13.41
%0
%16.76
%29.8

Codes

Color #9BB395 in popluar color models

9B B3 95
RGB 155 179 149
HSL 108° 16.48% 64.31%
HSB/HSV 108° 16.76% 70.20%
CMYK 13.41% 0.00% 16.76%
29.80%

Color #9BB395 in popluar number systems.

HEX 9B B3 95
Decimal 155 179 149
Binary 10011011 10110011 10010101
Octal 233 263 225

Shades and tints

Shades of #9BB395

#9BB395
(155,179,149)
#8DA388
(141,163,136)
#7F937B
(127,147,123)
#71836E
(113,131,110)
#637361
(99,115,97)
#556354
(85,99,84)
#475347
(71,83,71)
#39433A
(57,67,58)
#2B332D
(43,51,45)
#1D2320
(29,35,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #9BB395

#9BB395
(155,179,149)
#A4B99E
(164,185,158)
#ADBFA7
(173,191,167)
#B6C5B0
(182,197,176)
#BFCBB9
(191,203,185)
#C8D1C2
(200,209,194)
#D1D7CB
(209,215,203)
#DADDD4
(218,221,212)
#E3E3DD
(227,227,221)
#ECE9E6
(236,233,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB395 color. Also use rgb(155,179,149) instead hex code.

Text Font Color

.myTextColor { color: #9BB395; }

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

This text font color is #9BB395.

Background Color

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

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

This div background color is #9BB395.

Border color

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

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

This div border color is #9BB395.

Opacity

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

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

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

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

This text has shadow with #9BB395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB395.

Preview

Color preview on black background

This text has color #9BB395 on black background.


Color preview on white background

This text has color #9BB395 on white background.


Black color preview on #9BB395 background

This text has black color on #9BB395 background.


White color preview on #9BB395 background

This text has white color on #9BB395 background.


Related colors

Complementary color

Complementary color for #hex is #644C6A.


I love getcolorcode.com

Triadic colors

1 #959BB3 and #B3959B with #9BB395 are triadic colors.

2 #95B39B and #B39B95 with #9BB395 are triadic colors.