COLOR #96C596

HEX: #96C596
RGB: (150,197,150)

Renk bilgisi

#96C596 contains red, green and blue colors in about the same proportion. #96C596 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#96C596 color RGB value is (150,197,150).

  • kırmız ton 150;
  • yeşil ton 197;
  • mavi ton 150.
RGB:
(150,197,150)
(59%,77%,59%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 197 of 255 = 77%
B 150 of 255 = 59%

150
197
150

R + G + B ~ 65%. #96C596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 197 + 150 = 497 (100%)
R 150 of 497 ~ 30.18%
G 197 of 497 ~ 39.64%
B 150 of 497 ~ 30.18%

%30.18
%39.64
%30.18

CMYK RENK MODELİ

#96C596 rengi CMYK tonu (24,0,24,23).

  • camgöbeği tonu 23.86%
  • eflatun tonu 0.00%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(24,0,24,23)
C24M0Y24K23 
(24%,0%,24%,23%)
(0.24/0.00/0.24/0.23)	

CMYK yüzdeleri

%23.86
%0
%23.86
%22.75

Codes

Color #96C596 in popluar color models

96C596
RGB150197150
HSL120°28.83%68.04%
HSB/HSV120°23.86%77.25%
CMYK23.86%0.00%23.86%
22.75%

Color #96C596 in popluar number systems.

HEX96C596
Decimal150197150
Binary100101101100010110010110
Octal226305226

Shades and tints

Shades of #96C596

#96C596
(150,197,150)
#89B489
(137,180,137)
#7CA37C
(124,163,124)
#6F926F
(111,146,111)
#628162
(98,129,98)
#557055
(85,112,85)
#485F48
(72,95,72)
#3B4E3B
(59,78,59)
#2E3D2E
(46,61,46)
#212C21
(33,44,33)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #96C596

#96C596
(150,197,150)
#9FCA9F
(159,202,159)
#A8CFA8
(168,207,168)
#B1D4B1
(177,212,177)
#BAD9BA
(186,217,186)
#C3DEC3
(195,222,195)
#CCE3CC
(204,227,204)
#D5E8D5
(213,232,213)
#DEEDDE
(222,237,222)
#E7F2E7
(231,242,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C596; }

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

This text font color is #96C596.


Background Color

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

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

This div background color is #96C596.


Border color

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

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

This div border color is #96C596.


Opacity

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

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

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

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

This text has shadow with #96C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C596 on black background.


Color preview on white background

This text has color #96C596 on white background.



Black color preview on #96C596 background

This text has black color on #96C596 background.


White color preview on #96C596 background

This text has white color on #96C596 background.