COLOR #9BBF77

HEX: #9BBF77 RGB: (155,191,119)

Color info

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

RGB color model

#9BBF77 color RGB value is (155,191,119).

RGB: (155,191,119) (61%, 75%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 119 of 255 = 47%

155
191
119

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

Portions of RGB colors in percentages

R + G + B = 155 + 191 + 119 = 465 (100%)
R 155 of 465 ~ 33.33%
G 191 of 465 ~ 41.08%
B 119 of 465 ~ 25.59'%

%33.33
%41.08
%25.59

CMYK color model

#9BBF77 color CMYK value is (19,0,38,25).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 25.10%
CMYK: (19,0,38,25) C19M0Y38K25 (19%,0%,38%,25%) (0.19/0.00/0.38/0.25) 

CMYK percentages

%18.85
%0
%37.7
%25.1

Codes

Color #9BBF77 in popluar color models

9B BF 77
RGB 155 191 119
HSL 90° 36.00% 60.78%
HSB/HSV 90° 37.70% 74.90%
CMYK 18.85% 0.00% 37.70%
25.10%

Color #9BBF77 in popluar number systems.

HEX 9B BF 77
Decimal 155 191 119
Binary 10011011 10111111 1110111
Octal 233 277 167

Shades and tints

Shades of #9BBF77

#9BBF77
(155,191,119)
#8DAE6D
(141,174,109)
#7F9D63
(127,157,99)
#718C59
(113,140,89)
#637B4F
(99,123,79)
#556A45
(85,106,69)
#47593B
(71,89,59)
#394831
(57,72,49)
#2B3727
(43,55,39)
#1D261D
(29,38,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #9BBF77

#9BBF77
(155,191,119)
#A4C483
(164,196,131)
#ADC98F
(173,201,143)
#B6CE9B
(182,206,155)
#BFD3A7
(191,211,167)
#C8D8B3
(200,216,179)
#D1DDBF
(209,221,191)
#DAE2CB
(218,226,203)
#E3E7D7
(227,231,215)
#ECECE3
(236,236,227)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBF77 color. Also use rgb(155,191,119) instead hex code.

Text Font Color

.myTextColor { color: #9BBF77; }

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

This text font color is #9BBF77.

Background Color

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

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

This div background color is #9BBF77.

Border color

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

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

This div border color is #9BBF77.

Opacity

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

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

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

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

This text has shadow with #9BBF77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBF77.

Preview

Color preview on black background

This text has color #9BBF77 on black background.


Color preview on white background

This text has color #9BBF77 on white background.


Black color preview on #9BBF77 background

This text has black color on #9BBF77 background.


White color preview on #9BBF77 background

This text has white color on #9BBF77 background.


Related colors

Complementary color

Complementary color for #hex is #644088.


I love getcolorcode.com

Triadic colors

1 #779BBF and #BF779B with #9BBF77 are triadic colors.

2 #77BF9B and #BF9B77 with #9BBF77 are triadic colors.