COLOR #9BBE71

HEX: #9BBE71 RGB: (155,190,113)

Color info

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

RGB color model

#9BBE71 color RGB value is (155,190,113).

RGB: (155,190,113) (61%, 75%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 113 of 255 = 44%

155
190
113

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

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 113 = 458 (100%)
R 155 of 458 ~ 33.84%
G 190 of 458 ~ 41.48%
B 113 of 458 ~ 24.67'%

%33.84
%41.48
%24.67

CMYK color model

#9BBE71 color CMYK value is (18,0,41,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 40.53%
  • key color value is 25.49%

CMYK: (18,0,41,25)
C18M0Y41K25 (18%, 0%, 41%, 25%)
(0.18 / 0.00 / 0.41 / 0.25)

CMYK percentages

%18.42
%0
%40.53
%25.49

Codes

Color #9BBE71 in popluar color models

9B BE 71
RGB 155 190 113
HSL 87° 37.20% 59.41%
HSB/HSV 87° 40.53% 74.51%
CMYK 18.42% 0.00% 40.53%
25.49%

Color #9BBE71 in popluar number systems.

HEX 9B BE 71
Decimal 155 190 113
Binary 10011011 10111110 1110001
Octal 233 276 161

Shades and tints

Shades of #9BBE71

#9BBE71
(155,190,113)
#8DAD67
(141,173,103)
#7F9C5D
(127,156,93)
#718B53
(113,139,83)
#637A49
(99,122,73)
#55693F
(85,105,63)
#475835
(71,88,53)
#39472B
(57,71,43)
#2B3621
(43,54,33)
#1D2517
(29,37,23)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #9BBE71

#9BBE71
(155,190,113)
#A4C37D
(164,195,125)
#ADC889
(173,200,137)
#B6CD95
(182,205,149)
#BFD2A1
(191,210,161)
#C8D7AD
(200,215,173)
#D1DCB9
(209,220,185)
#DAE1C5
(218,225,197)
#E3E6D1
(227,230,209)
#ECEBDD
(236,235,221)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE71; }

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

This text font color is #9BBE71.

Background Color

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

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

This div background color is #9BBE71.

Border color

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

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

This div border color is #9BBE71.

Opacity

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

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

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

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

This text has shadow with #9BBE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE71.

Preview

Color preview on black background

This text has color #9BBE71 on black background.


Color preview on white background

This text has color #9BBE71 on white background.


Black color preview on #9BBE71 background

This text has black color on #9BBE71 background.


White color preview on #9BBE71 background

This text has white color on #9BBE71 background.


Related colors

Complementary color

Complementary color for #hex is #64418E.


I love getcolorcode.com

Triadic colors

1 #719BBE and #BE719B with #9BBE71 are triadic colors.

2 #71BE9B and #BE9B71 with #9BBE71 are triadic colors.