COLOR #9BB914

HEX: #9BB914
RGB: (155,185,20)

Color info

#9BB914 contains mainly red and green colors. Web safe color of #9BB914 is #99CC00 (or #9C0).

RGB color model

#9BB914 color RGB value is (155,185,20).

  • red value is 155;
  • green value is 185;
  • blue value is 20.
RGB:
(155,185,20)
(61%,73%,8%)

RGB channels and saturation

R 155 of 255 = 61%
G 185 of 255 = 73%
B 20 of 255 = 8%

155
185
20

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

Portions of RGB colors in percentages

R + G + B =
155 + 185 + 20 = 360 (100%)
R 155 of 360 ~ 43.06%
G 185 of 360 ~ 51.39%
B 20 of 360 ~ 5.56%

%43.06
%51.39

CMYK color model

#9BB914 color CMYK value is (16,0,89,27).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 89.19%
  • key color value is 27.45%
CMYK:
(16,0,89,27)
C16M0Y89K27 
(16%,0%,89%,27%)
(0.16/0.00/0.89/0.27)	

CMYK percentages

%16.22
%0
%89.19
%27.45

Codes

Color #9BB914 in popluar color models

9BB914
RGB15518520
HSL71°80.49%40.20%
HSB/HSV71°89.19%72.55%
CMYK16.22%0.00%89.19%
27.45%

Color #9BB914 in popluar number systems.

HEX9BB914
Decimal15518520
Binary100110111011100110100
Octal23327124

Shades and tints

Shades of #9BB914

#9BB914
(155,185,20)
#8DA913
(141,169,19)
#7F9912
(127,153,18)
#718911
(113,137,17)
#637910
(99,121,16)
#55690F
(85,105,15)
#47590E
(71,89,14)
#39490D
(57,73,13)
#2B390C
(43,57,12)
#1D290B
(29,41,11)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #9BB914

#9BB914
(155,185,20)
#A4BF29
(164,191,41)
#ADC53E
(173,197,62)
#B6CB53
(182,203,83)
#BFD168
(191,209,104)
#C8D77D
(200,215,125)
#D1DD92
(209,221,146)
#DAE3A7
(218,227,167)
#E3E9BC
(227,233,188)
#ECEFD1
(236,239,209)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB914 color. Also use rgb(155,185,20) instead hex code.

Text Font Color

.myTextColor { color: #9BB914; }

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

This text font color is #9BB914.


Background Color

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

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

This div background color is #9BB914.


Border color

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

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

This div border color is #9BB914.


Opacity

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

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

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

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

This text has shadow with #9BB914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB914 on black background.


Color preview on white background

This text has color #9BB914 on white background.



Black color preview on #9BB914 background

This text has black color on #9BB914 background.


White color preview on #9BB914 background

This text has white color on #9BB914 background.