COLOR #96BB65

HEX: #96BB65
RGB: (150,187,101)

Color info

#96BB65 contains mainly red and green colors. Web safe color of #96BB65 is #99CC66 (or #9C6).

RGB color model

#96BB65 color RGB value is (150,187,101).

  • red value is 150;
  • green value is 187;
  • blue value is 101.
RGB:
(150,187,101)
(59%,73%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 101 of 255 = 40%

150
187
101

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

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 101 = 438 (100%)
R 150 of 438 ~ 34.25%
G 187 of 438 ~ 42.69%
B 101 of 438 ~ 23.06%

%34.25
%42.69
%23.06

CMYK color model

#96BB65 color CMYK value is (20,0,46,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(20,0,46,27)
C20M0Y46K27 
(20%,0%,46%,27%)
(0.20/0.00/0.46/0.27)	

CMYK percentages

%19.79
%0
%45.99
%26.67

Codes

Color #96BB65 in popluar color models

96BB65
RGB150187101
HSL86°38.74%56.47%
HSB/HSV86°45.99%73.33%
CMYK19.79%0.00%45.99%
26.67%

Color #96BB65 in popluar number systems.

HEX96BB65
Decimal150187101
Binary10010110101110111100101
Octal226273145

Shades and tints

Shades of #96BB65

#96BB65
(150,187,101)
#89AA5C
(137,170,92)
#7C9953
(124,153,83)
#6F884A
(111,136,74)
#627741
(98,119,65)
#556638
(85,102,56)
#48552F
(72,85,47)
#3B4426
(59,68,38)
#2E331D
(46,51,29)
#212214
(33,34,20)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #96BB65

#96BB65
(150,187,101)
#9FC173
(159,193,115)
#A8C781
(168,199,129)
#B1CD8F
(177,205,143)
#BAD39D
(186,211,157)
#C3D9AB
(195,217,171)
#CCDFB9
(204,223,185)
#D5E5C7
(213,229,199)
#DEEBD5
(222,235,213)
#E7F1E3
(231,241,227)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BB65 color. Also use rgb(150,187,101) instead hex code.

Text Font Color

.myTextColor { color: #96BB65; }

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

This text font color is #96BB65.


Background Color

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

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

This div background color is #96BB65.


Border color

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

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

This div border color is #96BB65.


Opacity

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

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

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

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

This text has shadow with #96BB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BB65 on black background.


Color preview on white background

This text has color #96BB65 on white background.



Black color preview on #96BB65 background

This text has black color on #96BB65 background.


White color preview on #96BB65 background

This text has white color on #96BB65 background.