COLOR #96A23B

HEX: #96A23B RGB: (150,162,59)

Color info

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

RGB color model

#96A23B color RGB value is (150,162,59).

RGB: (150,162,59) (59%, 64%, 23%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 59 of 255 = 23%

150
162
59

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 59 = 371 (100%)
R 150 of 371 ~ 40.43%
G 162 of 371 ~ 43.67%
B 59 of 371 ~ 15.9'%

%40.43
%43.67
%15.9

CMYK color model

#96A23B color CMYK value is (7,0,64,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 63.58%
  • key color value is 36.47%

CMYK: (7,0,64,36)
C7M0Y64K36 (7%, 0%, 64%, 36%)
(0.07 / 0.00 / 0.64 / 0.36)

CMYK percentages

%7.41
%0
%63.58
%36.47

Codes

Color #96A23B in popluar color models

96 A2 3B
RGB 150 162 59
HSL 67° 46.61% 43.33%
HSB/HSV 67° 63.58% 63.53%
CMYK 7.41% 0.00% 63.58%
36.47%

Color #96A23B in popluar number systems.

HEX 96 A2 3B
Decimal 150 162 59
Binary 10010110 10100010 111011
Octal 226 242 73

Shades and tints

Shades of #96A23B

#96A23B
(150,162,59)
#899436
(137,148,54)
#7C8631
(124,134,49)
#6F782C
(111,120,44)
#626A27
(98,106,39)
#555C22
(85,92,34)
#484E1D
(72,78,29)
#3B4018
(59,64,24)
#2E3213
(46,50,19)
#21240E
(33,36,14)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #96A23B

#96A23B
(150,162,59)
#9FAA4C
(159,170,76)
#A8B25D
(168,178,93)
#B1BA6E
(177,186,110)
#BAC27F
(186,194,127)
#C3CA90
(195,202,144)
#CCD2A1
(204,210,161)
#D5DAB2
(213,218,178)
#DEE2C3
(222,226,195)
#E7EAD4
(231,234,212)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A23B color. Also use rgb(150,162,59) instead hex code.

Text Font Color

.myTextColor { color: #96A23B; }

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

This text font color is #96A23B.

Background Color

.myBgColor { background-color: #96A23B; }

<div style="background-color:#96A23B">Inner text</div>

This div background color is #96A23B.

Border color

.myBorderColor { border: 1px solid #96A23B; }

<div style="border:3px solid #96A23B">Div</div>

This div border color is #96A23B.

Opacity

.myOpacity80 { color: #96A23B; opacity: 0.8; }

<p style="color:#96A23B;opacity:0.8;">80%</p>

Text with #96A23B 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 #96A23B;}

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

This text has shadow with #96A23B color.


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

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

This text has shadow with #96A23B primary color and red secondary color.


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

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

This text has shadow with #96A23B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96A23B.

Preview

Color preview on black background

This text has color #96A23B on black background.


Color preview on white background

This text has color #96A23B on white background.


Black color preview on #96A23B background

This text has black color on #96A23B background.


White color preview on #96A23B background

This text has white color on #96A23B background.


Related colors

Complementary color

Complementary color for #hex is #695DC4.


I love getcolorcode.com

Triadic colors

1 #3B96A2 and #A23B96 with #96A23B are triadic colors.

2 #3BA296 and #A2963B with #96A23B are triadic colors.