COLOR #9BB24E

HEX: #9BB24E RGB: (155,178,78)

Color info

#9BB24E contains mainly red and green colors. Web safe color of #9BB24E is #999966 (or #996).

RGB color model

#9BB24E color RGB value is (155,178,78).

RGB: (155,178,78) (61%, 70%, 31%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 78 of 255 = 31%

155
178
78

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

Portions of RGB colors in percentages

R + G + B = 155 + 178 + 78 = 411 (100%)
R 155 of 411 ~ 37.71%
G 178 of 411 ~ 43.31%
B 78 of 411 ~ 18.98'%

%37.71
%43.31
%18.98

CMYK color model

#9BB24E color CMYK value is (13,0,56,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 56.18%
  • key color value is 30.20%
CMYK: (13,0,56,30) C13M0Y56K30 (13%,0%,56%,30%) (0.13/0.00/0.56/0.30) 

CMYK percentages

%12.92
%0
%56.18
%30.2

Codes

Color #9BB24E in popluar color models

9B B2 4E
RGB 155 178 78
HSL 74° 39.37% 50.20%
HSB/HSV 74° 56.18% 69.80%
CMYK 12.92% 0.00% 56.18%
30.20%

Color #9BB24E in popluar number systems.

HEX 9B B2 4E
Decimal 155 178 78
Binary 10011011 10110010 1001110
Octal 233 262 116

Shades and tints

Shades of #9BB24E

#9BB24E
(155,178,78)
#8DA247
(141,162,71)
#7F9240
(127,146,64)
#718239
(113,130,57)
#637232
(99,114,50)
#55622B
(85,98,43)
#475224
(71,82,36)
#39421D
(57,66,29)
#2B3216
(43,50,22)
#1D220F
(29,34,15)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #9BB24E

#9BB24E
(155,178,78)
#A4B95E
(164,185,94)
#ADC06E
(173,192,110)
#B6C77E
(182,199,126)
#BFCE8E
(191,206,142)
#C8D59E
(200,213,158)
#D1DCAE
(209,220,174)
#DAE3BE
(218,227,190)
#E3EACE
(227,234,206)
#ECF1DE
(236,241,222)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB24E color. Also use rgb(155,178,78) instead hex code.

Text Font Color

.myTextColor { color: #9BB24E; }

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

This text font color is #9BB24E.

Background Color

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

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

This div background color is #9BB24E.

Border color

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

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

This div border color is #9BB24E.

Opacity

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

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

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

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

This text has shadow with #9BB24E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB24E.

Preview

Color preview on black background

This text has color #9BB24E on black background.


Color preview on white background

This text has color #9BB24E on white background.


Black color preview on #9BB24E background

This text has black color on #9BB24E background.


White color preview on #9BB24E background

This text has white color on #9BB24E background.


Related colors

Complementary color

Complementary color for #hex is #644DB1.


I love getcolorcode.com

Triadic colors

1 #4E9BB2 and #B24E9B with #9BB24E are triadic colors.

2 #4EB29B and #B29B4E with #9BB24E are triadic colors.