COLOR #9BBE7B

HEX: #9BBE7B RGB: (155,190,123)

Color info

#9BBE7B contains mainly red and green colors. Web safe color of #9BBE7B is #99CC66 (or #9C6).

RGB color model

#9BBE7B color RGB value is (155,190,123).

RGB: (155,190,123) (61%, 75%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 123 of 255 = 48%

155
190
123

R + G + B ~ 61%. #9BBE7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 123 = 468 (100%)
R 155 of 468 ~ 33.12%
G 190 of 468 ~ 40.6%
B 123 of 468 ~ 26.28'%

%33.12
%40.6
%26.28

CMYK color model

#9BBE7B color CMYK value is (18,0,35,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK: (18,0,35,25) C18M0Y35K25 (18%,0%,35%,25%) (0.18/0.00/0.35/0.25) 

CMYK percentages

%18.42
%0
%35.26
%25.49

Codes

Color #9BBE7B in popluar color models

9B BE 7B
RGB 155 190 123
HSL 91° 34.01% 61.37%
HSB/HSV 91° 35.26% 74.51%
CMYK 18.42% 0.00% 35.26%
25.49%

Color #9BBE7B in popluar number systems.

HEX 9B BE 7B
Decimal 155 190 123
Binary 10011011 10111110 1111011
Octal 233 276 173

Shades and tints

Shades of #9BBE7B

#9BBE7B
(155,190,123)
#8DAD70
(141,173,112)
#7F9C65
(127,156,101)
#718B5A
(113,139,90)
#637A4F
(99,122,79)
#556944
(85,105,68)
#475839
(71,88,57)
#39472E
(57,71,46)
#2B3623
(43,54,35)
#1D2518
(29,37,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #9BBE7B

#9BBE7B
(155,190,123)
#A4C387
(164,195,135)
#ADC893
(173,200,147)
#B6CD9F
(182,205,159)
#BFD2AB
(191,210,171)
#C8D7B7
(200,215,183)
#D1DCC3
(209,220,195)
#DAE1CF
(218,225,207)
#E3E6DB
(227,230,219)
#ECEBE7
(236,235,231)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBE7B color. Also use rgb(155,190,123) instead hex code.

Text Font Color

.myTextColor { color: #9BBE7B; }

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

This text font color is #9BBE7B.

Background Color

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

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

This div background color is #9BBE7B.

Border color

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

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

This div border color is #9BBE7B.

Opacity

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

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

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

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

This text has shadow with #9BBE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE7B.

Preview

Color preview on black background

This text has color #9BBE7B on black background.


Color preview on white background

This text has color #9BBE7B on white background.


Black color preview on #9BBE7B background

This text has black color on #9BBE7B background.


White color preview on #9BBE7B background

This text has white color on #9BBE7B background.


Related colors

Complementary color

Complementary color for #hex is #644184.


I love getcolorcode.com

Triadic colors

1 #7B9BBE and #BE7B9B with #9BBE7B are triadic colors.

2 #7BBE9B and #BE9B7B with #9BBE7B are triadic colors.