COLOR #96B28A

HEX: #96B28A RGB: (150,178,138)

Color info

#96B28A contains red, green and blue colors in about the same proportion. Web safe color of #96B28A is #999999 (or #999).

RGB color model

#96B28A color RGB value is (150,178,138).

RGB: (150,178,138) (59%, 70%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 138 of 255 = 54%

150
178
138

R + G + B ~ 61%. #96B28A is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 138 = 466 (100%)
R 150 of 466 ~ 32.19%
G 178 of 466 ~ 38.2%
B 138 of 466 ~ 29.61'%

%32.19
%38.2
%29.61

CMYK color model

#96B28A color CMYK value is (16,0,22,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%

CMYK: (16,0,22,30)
C16M0Y22K30 (16%, 0%, 22%, 30%)
(0.16 / 0.00 / 0.22 / 0.30)

CMYK percentages

%15.73
%0
%22.47
%30.2

Codes

Color #96B28A in popluar color models

96 B2 8A
RGB 150 178 138
HSL 102° 20.62% 61.96%
HSB/HSV 102° 22.47% 69.80%
CMYK 15.73% 0.00% 22.47%
30.20%

Color #96B28A in popluar number systems.

HEX 96 B2 8A
Decimal 150 178 138
Binary 10010110 10110010 10001010
Octal 226 262 212

Shades and tints

Shades of #96B28A

#96B28A
(150,178,138)
#89A27E
(137,162,126)
#7C9272
(124,146,114)
#6F8266
(111,130,102)
#62725A
(98,114,90)
#55624E
(85,98,78)
#485242
(72,82,66)
#3B4236
(59,66,54)
#2E322A
(46,50,42)
#21221E
(33,34,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #96B28A

#96B28A
(150,178,138)
#9FB994
(159,185,148)
#A8C09E
(168,192,158)
#B1C7A8
(177,199,168)
#BACEB2
(186,206,178)
#C3D5BC
(195,213,188)
#CCDCC6
(204,220,198)
#D5E3D0
(213,227,208)
#DEEADA
(222,234,218)
#E7F1E4
(231,241,228)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B28A; }

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

This text font color is #96B28A.

Background Color

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

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

This div background color is #96B28A.

Border color

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

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

This div border color is #96B28A.

Opacity

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

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

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

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

This text has shadow with #96B28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B28A.

Preview

Color preview on black background

This text has color #96B28A on black background.


Color preview on white background

This text has color #96B28A on white background.


Black color preview on #96B28A background

This text has black color on #96B28A background.


White color preview on #96B28A background

This text has white color on #96B28A background.


Related colors

Complementary color

Complementary color for #hex is #694D75.


I love getcolorcode.com

Triadic colors

1 #8A96B2 and #B28A96 with #96B28A are triadic colors.

2 #8AB296 and #B2968A with #96B28A are triadic colors.