COLOR #96A262

HEX: #96A262 RGB: (150,162,98)

Color info

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

RGB color model

#96A262 color RGB value is (150,162,98).

RGB: (150,162,98) (59%, 64%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 98 of 255 = 38%

150
162
98

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 98 = 410 (100%)
R 150 of 410 ~ 36.59%
G 162 of 410 ~ 39.51%
B 98 of 410 ~ 23.9'%

%36.59
%39.51
%23.9

CMYK color model

#96A262 color CMYK value is (7,0,40,36).

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

CMYK: (7,0,40,36)
C7M0Y40K36 (7%, 0%, 40%, 36%)
(0.07 / 0.00 / 0.40 / 0.36)

CMYK percentages

%7.41
%0
%39.51
%36.47

Codes

Color #96A262 in popluar color models

96 A2 62
RGB 150 162 98
HSL 71° 25.60% 50.98%
HSB/HSV 71° 39.51% 63.53%
CMYK 7.41% 0.00% 39.51%
36.47%

Color #96A262 in popluar number systems.

HEX 96 A2 62
Decimal 150 162 98
Binary 10010110 10100010 1100010
Octal 226 242 142

Shades and tints

Shades of #96A262

#96A262
(150,162,98)
#89945A
(137,148,90)
#7C8652
(124,134,82)
#6F784A
(111,120,74)
#626A42
(98,106,66)
#555C3A
(85,92,58)
#484E32
(72,78,50)
#3B402A
(59,64,42)
#2E3222
(46,50,34)
#21241A
(33,36,26)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96A262

#96A262
(150,162,98)
#9FAA70
(159,170,112)
#A8B27E
(168,178,126)
#B1BA8C
(177,186,140)
#BAC29A
(186,194,154)
#C3CAA8
(195,202,168)
#CCD2B6
(204,210,182)
#D5DAC4
(213,218,196)
#DEE2D2
(222,226,210)
#E7EAE0
(231,234,224)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A262; }

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

This text font color is #96A262.

Background Color

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

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

This div background color is #96A262.

Border color

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

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

This div border color is #96A262.

Opacity

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

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

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

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

This text has shadow with #96A262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A262.

Preview

Color preview on black background

This text has color #96A262 on black background.


Color preview on white background

This text has color #96A262 on white background.


Black color preview on #96A262 background

This text has black color on #96A262 background.


White color preview on #96A262 background

This text has white color on #96A262 background.


Related colors

Complementary color

Complementary color for #hex is #695D9D.


I love getcolorcode.com

Triadic colors

1 #6296A2 and #A26296 with #96A262 are triadic colors.

2 #62A296 and #A29662 with #96A262 are triadic colors.