COLOR #96AF53

HEX: #96AF53
RGB: (150,175,83)

Color info

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

RGB color model

#96AF53 color RGB value is (150,175,83).

  • red value is 150;
  • green value is 175;
  • blue value is 83.
RGB:
(150,175,83)
(59%,69%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 83 of 255 = 33%

150
175
83

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 83 = 408 (100%)
R 150 of 408 ~ 36.76%
G 175 of 408 ~ 42.89%
B 83 of 408 ~ 20.34%

%36.76
%42.89
%20.34

CMYK color model

#96AF53 color CMYK value is (14,0,53,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK:
(14,0,53,31)
C14M0Y53K31 
(14%,0%,53%,31%)
(0.14/0.00/0.53/0.31)	

CMYK percentages

%14.29
%0
%52.57
%31.37

Codes

Color #96AF53 in popluar color models

96AF53
RGB15017583
HSL76°36.51%50.59%
HSB/HSV76°52.57%68.63%
CMYK14.29%0.00%52.57%
31.37%

Color #96AF53 in popluar number systems.

HEX96AF53
Decimal15017583
Binary10010110101011111010011
Octal226257123

Shades and tints

Shades of #96AF53

#96AF53
(150,175,83)
#89A04C
(137,160,76)
#7C9145
(124,145,69)
#6F823E
(111,130,62)
#627337
(98,115,55)
#556430
(85,100,48)
#485529
(72,85,41)
#3B4622
(59,70,34)
#2E371B
(46,55,27)
#212814
(33,40,20)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #96AF53

#96AF53
(150,175,83)
#9FB662
(159,182,98)
#A8BD71
(168,189,113)
#B1C480
(177,196,128)
#BACB8F
(186,203,143)
#C3D29E
(195,210,158)
#CCD9AD
(204,217,173)
#D5E0BC
(213,224,188)
#DEE7CB
(222,231,203)
#E7EEDA
(231,238,218)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AF53 color. Also use rgb(150,175,83) instead hex code.

Text Font Color

.myTextColor { color: #96AF53; }

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

This text font color is #96AF53.


Background Color

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

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

This div background color is #96AF53.


Border color

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

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

This div border color is #96AF53.


Opacity

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

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

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

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

This text has shadow with #96AF53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF53 on black background.


Color preview on white background

This text has color #96AF53 on white background.



Black color preview on #96AF53 background

This text has black color on #96AF53 background.


White color preview on #96AF53 background

This text has white color on #96AF53 background.