COLOR #9BBB4C

HEX: #9BBB4C
RGB: (155,187,76)

Color info

#9BBB4C contains mainly red and green colors. Web safe color of #9BBB4C is #99CC33 (or #9C3).

RGB color model

#9BBB4C color RGB value is (155,187,76).

  • red value is 155;
  • green value is 187;
  • blue value is 76.
RGB:
(155,187,76)
(61%,73%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 76 of 255 = 30%

155
187
76

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

Portions of RGB colors in percentages

R + G + B =
155 + 187 + 76 = 418 (100%)
R 155 of 418 ~ 37.08%
G 187 of 418 ~ 44.74%
B 76 of 418 ~ 18.18%

%37.08
%44.74
%18.18

CMYK color model

#9BBB4C color CMYK value is (17,0,59,27).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 59.36%
  • key color value is 26.67%
CMYK:
(17,0,59,27)
C17M0Y59K27 
(17%,0%,59%,27%)
(0.17/0.00/0.59/0.27)	

CMYK percentages

%17.11
%0
%59.36
%26.67

Codes

Color #9BBB4C in popluar color models

9BBB4C
RGB15518776
HSL77°44.94%51.57%
HSB/HSV77°59.36%73.33%
CMYK17.11%0.00%59.36%
26.67%

Color #9BBB4C in popluar number systems.

HEX9BBB4C
Decimal15518776
Binary10011011101110111001100
Octal233273114

Shades and tints

Shades of #9BBB4C

#9BBB4C
(155,187,76)
#8DAA46
(141,170,70)
#7F9940
(127,153,64)
#71883A
(113,136,58)
#637734
(99,119,52)
#55662E
(85,102,46)
#475528
(71,85,40)
#394422
(57,68,34)
#2B331C
(43,51,28)
#1D2216
(29,34,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #9BBB4C

#9BBB4C
(155,187,76)
#A4C15C
(164,193,92)
#ADC76C
(173,199,108)
#B6CD7C
(182,205,124)
#BFD38C
(191,211,140)
#C8D99C
(200,217,156)
#D1DFAC
(209,223,172)
#DAE5BC
(218,229,188)
#E3EBCC
(227,235,204)
#ECF1DC
(236,241,220)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBB4C color. Also use rgb(155,187,76) instead hex code.

Text Font Color

.myTextColor { color: #9BBB4C; }

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

This text font color is #9BBB4C.


Background Color

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

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

This div background color is #9BBB4C.


Border color

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

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

This div border color is #9BBB4C.


Opacity

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

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

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

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

This text has shadow with #9BBB4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBB4C on black background.


Color preview on white background

This text has color #9BBB4C on white background.



Black color preview on #9BBB4C background

This text has black color on #9BBB4C background.


White color preview on #9BBB4C background

This text has white color on #9BBB4C background.