COLOR #96B476

HEX: #96B476
RGB: (150,180,118)

Renk bilgisi

#96B476 contains mainly red and green colors. #96B476 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#96B476 color RGB value is (150,180,118).

  • kırmız ton 150;
  • yeşil ton 180;
  • mavi ton 118.
RGB:
(150,180,118)
(59%,71%,46%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 180 of 255 = 71%
B 118 of 255 = 46%

150
180
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 180 + 118 = 448 (100%)
R 150 of 448 ~ 33.48%
G 180 of 448 ~ 40.18%
B 118 of 448 ~ 26.34%

%33.48
%40.18
%26.34

CMYK RENK MODELİ

#96B476 rengi CMYK tonu (17,0,34,29).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 34.44%
  • ana renk tonu 29.41%
CMYK:
(17,0,34,29)
C17M0Y34K29 
(17%,0%,34%,29%)
(0.17/0.00/0.34/0.29)	

CMYK yüzdeleri

%16.67
%0
%34.44
%29.41

Codes

Color #96B476 in popluar color models

96B476
RGB150180118
HSL89°29.25%58.43%
HSB/HSV89°34.44%70.59%
CMYK16.67%0.00%34.44%
29.41%

Color #96B476 in popluar number systems.

HEX96B476
Decimal150180118
Binary10010110101101001110110
Octal226264166

Shades and tints

Shades of #96B476

#96B476
(150,180,118)
#89A46C
(137,164,108)
#7C9462
(124,148,98)
#6F8458
(111,132,88)
#62744E
(98,116,78)
#556444
(85,100,68)
#48543A
(72,84,58)
#3B4430
(59,68,48)
#2E3426
(46,52,38)
#21241C
(33,36,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96B476

#96B476
(150,180,118)
#9FBA82
(159,186,130)
#A8C08E
(168,192,142)
#B1C69A
(177,198,154)
#BACCA6
(186,204,166)
#C3D2B2
(195,210,178)
#CCD8BE
(204,216,190)
#D5DECA
(213,222,202)
#DEE4D6
(222,228,214)
#E7EAE2
(231,234,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B476; }

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

This text font color is #96B476.


Background Color

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

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

This div background color is #96B476.


Border color

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

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

This div border color is #96B476.


Opacity

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

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

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

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

This text has shadow with #96B476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B476 on black background.


Color preview on white background

This text has color #96B476 on white background.



Black color preview on #96B476 background

This text has black color on #96B476 background.


White color preview on #96B476 background

This text has white color on #96B476 background.