COLOR #96BF65

HEX: #96BF65
RGB: (150,191,101)

Color info

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

RGB color model

#96BF65 color RGB value is (150,191,101).

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

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 101 of 255 = 40%

150
191
101

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

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 101 = 442 (100%)
R 150 of 442 ~ 33.94%
G 191 of 442 ~ 43.21%
B 101 of 442 ~ 22.85%

%33.94
%43.21
%22.85

CMYK color model

#96BF65 color CMYK value is (21,0,47,25).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 47.12%
  • key color value is 25.10%
CMYK:
(21,0,47,25)
C21M0Y47K25 
(21%,0%,47%,25%)
(0.21/0.00/0.47/0.25)	

CMYK percentages

%21.47
%0
%47.12
%25.1

Codes

Color #96BF65 in popluar color models

96BF65
RGB150191101
HSL87°41.28%57.25%
HSB/HSV87°47.12%74.90%
CMYK21.47%0.00%47.12%
25.10%

Color #96BF65 in popluar number systems.

HEX96BF65
Decimal150191101
Binary10010110101111111100101
Octal226277145

Shades and tints

Shades of #96BF65

#96BF65
(150,191,101)
#89AE5C
(137,174,92)
#7C9D53
(124,157,83)
#6F8C4A
(111,140,74)
#627B41
(98,123,65)
#556A38
(85,106,56)
#48592F
(72,89,47)
#3B4826
(59,72,38)
#2E371D
(46,55,29)
#212614
(33,38,20)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #96BF65

#96BF65
(150,191,101)
#9FC473
(159,196,115)
#A8C981
(168,201,129)
#B1CE8F
(177,206,143)
#BAD39D
(186,211,157)
#C3D8AB
(195,216,171)
#CCDDB9
(204,221,185)
#D5E2C7
(213,226,199)
#DEE7D5
(222,231,213)
#E7ECE3
(231,236,227)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BF65; }

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

This text font color is #96BF65.


Background Color

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

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

This div background color is #96BF65.


Border color

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

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

This div border color is #96BF65.


Opacity

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

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

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

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

This text has shadow with #96BF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BF65 on black background.


Color preview on white background

This text has color #96BF65 on white background.



Black color preview on #96BF65 background

This text has black color on #96BF65 background.


White color preview on #96BF65 background

This text has white color on #96BF65 background.