COLOR #96CA3B

HEX: #96CA3B RGB: (150,202,59)

Color info

#96CA3B contains mainly red and green colors. Web safe color of #96CA3B is #99CC33 (or #9C3).

RGB color model

#96CA3B color RGB value is (150,202,59).

RGB: (150,202,59) (59%, 79%, 23%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 59 of 255 = 23%

150
202
59

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

Portions of RGB colors in percentages

R + G + B = 150 + 202 + 59 = 411 (100%)
R 150 of 411 ~ 36.5%
G 202 of 411 ~ 49.15%
B 59 of 411 ~ 14.36'%

%36.5
%49.15
%14.36

CMYK color model

#96CA3B color CMYK value is (26,0,71,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 70.79%
  • key color value is 20.78%

CMYK: (26,0,71,21)
C26M0Y71K21 (26%, 0%, 71%, 21%)
(0.26 / 0.00 / 0.71 / 0.21)

CMYK percentages

%25.74
%0
%70.79
%20.78

Codes

Color #96CA3B in popluar color models

96 CA 3B
RGB 150 202 59
HSL 82° 57.43% 51.18%
HSB/HSV 82° 70.79% 79.22%
CMYK 25.74% 0.00% 70.79%
20.78%

Color #96CA3B in popluar number systems.

HEX 96 CA 3B
Decimal 150 202 59
Binary 10010110 11001010 111011
Octal 226 312 73

Shades and tints

Shades of #96CA3B

#96CA3B
(150,202,59)
#89B836
(137,184,54)
#7CA631
(124,166,49)
#6F942C
(111,148,44)
#628227
(98,130,39)
#557022
(85,112,34)
#485E1D
(72,94,29)
#3B4C18
(59,76,24)
#2E3A13
(46,58,19)
#21280E
(33,40,14)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #96CA3B

#96CA3B
(150,202,59)
#9FCE4C
(159,206,76)
#A8D25D
(168,210,93)
#B1D66E
(177,214,110)
#BADA7F
(186,218,127)
#C3DE90
(195,222,144)
#CCE2A1
(204,226,161)
#D5E6B2
(213,230,178)
#DEEAC3
(222,234,195)
#E7EED4
(231,238,212)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CA3B color. Also use rgb(150,202,59) instead hex code.

Text Font Color

.myTextColor { color: #96CA3B; }

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

This text font color is #96CA3B.

Background Color

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

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

This div background color is #96CA3B.

Border color

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

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

This div border color is #96CA3B.

Opacity

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

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

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

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

This text has shadow with #96CA3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CA3B.

Preview

Color preview on black background

This text has color #96CA3B on black background.


Color preview on white background

This text has color #96CA3B on white background.


Black color preview on #96CA3B background

This text has black color on #96CA3B background.


White color preview on #96CA3B background

This text has white color on #96CA3B background.


Related colors

Complementary color

Complementary color for #96CA3B is #6935C4.


I love getcolorcode.com

Triadic colors

1 #3B96CA and #CA3B96 with #96CA3B are triadic colors.

2 #3BCA96 and #CA963B with #96CA3B are triadic colors.