COLOR #96B26A

HEX: #96B26A
RGB: (150,178,106)

Color info

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

RGB color model

#96B26A color RGB value is (150,178,106).

  • red value is 150;
  • green value is 178;
  • blue value is 106.
RGB:
(150,178,106)
(59%,70%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 106 of 255 = 42%

150
178
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 178 + 106 = 434 (100%)
R 150 of 434 ~ 34.56%
G 178 of 434 ~ 41.01%
B 106 of 434 ~ 24.42%

%34.56
%41.01
%24.42

CMYK color model

#96B26A color CMYK value is (16,0,40,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(16,0,40,30)
C16M0Y40K30 
(16%,0%,40%,30%)
(0.16/0.00/0.40/0.30)	

CMYK percentages

%15.73
%0
%40.45
%30.2

Codes

Color #96B26A in popluar color models

96B26A
RGB150178106
HSL83°31.86%55.69%
HSB/HSV83°40.45%69.80%
CMYK15.73%0.00%40.45%
30.20%

Color #96B26A in popluar number systems.

HEX96B26A
Decimal150178106
Binary10010110101100101101010
Octal226262152

Shades and tints

Shades of #96B26A

#96B26A
(150,178,106)
#89A261
(137,162,97)
#7C9258
(124,146,88)
#6F824F
(111,130,79)
#627246
(98,114,70)
#55623D
(85,98,61)
#485234
(72,82,52)
#3B422B
(59,66,43)
#2E3222
(46,50,34)
#212219
(33,34,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #96B26A

#96B26A
(150,178,106)
#9FB977
(159,185,119)
#A8C084
(168,192,132)
#B1C791
(177,199,145)
#BACE9E
(186,206,158)
#C3D5AB
(195,213,171)
#CCDCB8
(204,220,184)
#D5E3C5
(213,227,197)
#DEEAD2
(222,234,210)
#E7F1DF
(231,241,223)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B26A color. Also use rgb(150,178,106) instead hex code.

Text Font Color

.myTextColor { color: #96B26A; }

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

This text font color is #96B26A.


Background Color

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

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

This div background color is #96B26A.


Border color

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

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

This div border color is #96B26A.


Opacity

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

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

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

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

This text has shadow with #96B26A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B26A on black background.


Color preview on white background

This text has color #96B26A on white background.



Black color preview on #96B26A background

This text has black color on #96B26A background.


White color preview on #96B26A background

This text has white color on #96B26A background.