COLOR #9BB922

HEX: #9BB922 RGB: (155,185,34)

Color info

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

RGB color model

#9BB922 color RGB value is (155,185,34).

RGB: (155,185,34) (61%, 73%, 13%)

RGB channels and saturation

R 155 of 255 = 61%
G 185 of 255 = 73%
B 34 of 255 = 13%

155
185
34

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

Portions of RGB colors in percentages

R + G + B = 155 + 185 + 34 = 374 (100%)
R 155 of 374 ~ 41.44%
G 185 of 374 ~ 49.47%
B 34 of 374 ~ 9.09'%

%41.44
%49.47

CMYK color model

#9BB922 color CMYK value is (16,0,82,27).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 81.62%
  • key color value is 27.45%

CMYK: (16,0,82,27)
C16M0Y82K27 (16%, 0%, 82%, 27%)
(0.16 / 0.00 / 0.82 / 0.27)

CMYK percentages

%16.22
%0
%81.62
%27.45

Codes

Color #9BB922 in popluar color models

9B B9 22
RGB 155 185 34
HSL 72° 68.95% 42.94%
HSB/HSV 72° 81.62% 72.55%
CMYK 16.22% 0.00% 81.62%
27.45%

Color #9BB922 in popluar number systems.

HEX 9B B9 22
Decimal 155 185 34
Binary 10011011 10111001 100010
Octal 233 271 42

Shades and tints

Shades of #9BB922

#9BB922
(155,185,34)
#8DA91F
(141,169,31)
#7F991C
(127,153,28)
#718919
(113,137,25)
#637916
(99,121,22)
#556913
(85,105,19)
#475910
(71,89,16)
#39490D
(57,73,13)
#2B390A
(43,57,10)
#1D2907
(29,41,7)
#0F1904
(15,25,4)
#000000
(0,0,0)

Tints of #9BB922

#9BB922
(155,185,34)
#A4BF36
(164,191,54)
#ADC54A
(173,197,74)
#B6CB5E
(182,203,94)
#BFD172
(191,209,114)
#C8D786
(200,215,134)
#D1DD9A
(209,221,154)
#DAE3AE
(218,227,174)
#E3E9C2
(227,233,194)
#ECEFD6
(236,239,214)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB922; }

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

This text font color is #9BB922.

Background Color

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

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

This div background color is #9BB922.

Border color

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

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

This div border color is #9BB922.

Opacity

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

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

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

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

This text has shadow with #9BB922 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB922.

Preview

Color preview on black background

This text has color #9BB922 on black background.


Color preview on white background

This text has color #9BB922 on white background.


Black color preview on #9BB922 background

This text has black color on #9BB922 background.


White color preview on #9BB922 background

This text has white color on #9BB922 background.


Related colors

Complementary color

Complementary color for #hex is #6446DD.


I love getcolorcode.com

Triadic colors

1 #229BB9 and #B9229B with #9BB922 are triadic colors.

2 #22B99B and #B99B22 with #9BB922 are triadic colors.