COLOR #9BA24A

HEX: #9BA24A
RGB: (155,162,74)

Color info

#9BA24A contains mainly red and green colors. Web safe color of #9BA24A is #999933 (or #993).

RGB color model

#9BA24A color RGB value is (155,162,74).

  • red value is 155;
  • green value is 162;
  • blue value is 74.
RGB:
(155,162,74)
(61%,64%,29%)

RGB channels and saturation

R 155 of 255 = 61%
G 162 of 255 = 64%
B 74 of 255 = 29%

155
162
74

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

Portions of RGB colors in percentages

R + G + B =
155 + 162 + 74 = 391 (100%)
R 155 of 391 ~ 39.64%
G 162 of 391 ~ 41.43%
B 74 of 391 ~ 18.93%

%39.64
%41.43
%18.93

CMYK color model

#9BA24A color CMYK value is (4,0,54,36).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 54.32%
  • key color value is 36.47%
CMYK:
(4,0,54,36)
C4M0Y54K36 
(4%,0%,54%,36%)
(0.04/0.00/0.54/0.36)	

CMYK percentages

%4.32
%0
%54.32
%36.47

Codes

Color #9BA24A in popluar color models

9BA24A
RGB15516274
HSL65°37.29%46.27%
HSB/HSV65°54.32%63.53%
CMYK4.32%0.00%54.32%
36.47%

Color #9BA24A in popluar number systems.

HEX9BA24A
Decimal15516274
Binary10011011101000101001010
Octal233242112

Shades and tints

Shades of #9BA24A

#9BA24A
(155,162,74)
#8D9444
(141,148,68)
#7F863E
(127,134,62)
#717838
(113,120,56)
#636A32
(99,106,50)
#555C2C
(85,92,44)
#474E26
(71,78,38)
#394020
(57,64,32)
#2B321A
(43,50,26)
#1D2414
(29,36,20)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #9BA24A

#9BA24A
(155,162,74)
#A4AA5A
(164,170,90)
#ADB26A
(173,178,106)
#B6BA7A
(182,186,122)
#BFC28A
(191,194,138)
#C8CA9A
(200,202,154)
#D1D2AA
(209,210,170)
#DADABA
(218,218,186)
#E3E2CA
(227,226,202)
#ECEADA
(236,234,218)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA24A color. Also use rgb(155,162,74) instead hex code.

Text Font Color

.myTextColor { color: #9BA24A; }

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

This text font color is #9BA24A.


Background Color

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

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

This div background color is #9BA24A.


Border color

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

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

This div border color is #9BA24A.


Opacity

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

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

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

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

This text has shadow with #9BA24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA24A on black background.


Color preview on white background

This text has color #9BA24A on white background.



Black color preview on #9BA24A background

This text has black color on #9BA24A background.


White color preview on #9BA24A background

This text has white color on #9BA24A background.