COLOR #B5D496

HEX: #B5D496
RGB: (181,212,150)

Renk bilgisi

#B5D496 contains mainly red and green colors. #B5D496 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B5D496 color RGB value is (181,212,150).

  • kırmız ton 181;
  • yeşil ton 212;
  • mavi ton 150.
RGB:
(181,212,150)
(71%,83%,59%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 212 of 255 = 83%
B 150 of 255 = 59%

181
212
150

R + G + B ~ 71%. #B5D496 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 212 + 150 = 543 (100%)
R 181 of 543 ~ 33.33%
G 212 of 543 ~ 39.04%
B 150 of 543 ~ 27.62%

%33.33
%39.04
%27.62

CMYK RENK MODELİ

#B5D496 rengi CMYK tonu (15,0,29,17).

  • camgöbeği tonu 14.62%
  • eflatun tonu 0.00%
  • sarı tonu 29.25%
  • ana renk tonu 16.86%
CMYK:
(15,0,29,17)
C15M0Y29K17 
(15%,0%,29%,17%)
(0.15/0.00/0.29/0.17)	

CMYK yüzdeleri

%14.62
%0
%29.25
%16.86

Codes

Color #B5D496 in popluar color models

B5D496
RGB181212150
HSL90°41.89%70.98%
HSB/HSV90°29.25%83.14%
CMYK14.62%0.00%29.25%
16.86%

Color #B5D496 in popluar number systems.

HEXB5D496
Decimal181212150
Binary101101011101010010010110
Octal265324226

Shades and tints

Shades of #B5D496

#B5D496
(181,212,150)
#A5C189
(165,193,137)
#95AE7C
(149,174,124)
#859B6F
(133,155,111)
#758862
(117,136,98)
#657555
(101,117,85)
#556248
(85,98,72)
#454F3B
(69,79,59)
#353C2E
(53,60,46)
#252921
(37,41,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5D496

#B5D496
(181,212,150)
#BBD79F
(187,215,159)
#C1DAA8
(193,218,168)
#C7DDB1
(199,221,177)
#CDE0BA
(205,224,186)
#D3E3C3
(211,227,195)
#D9E6CC
(217,230,204)
#DFE9D5
(223,233,213)
#E5ECDE
(229,236,222)
#EBEFE7
(235,239,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D496 color. Also use rgb(181,212,150) instead hex code.

Text Font Color

.myTextColor { color: #B5D496; }

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

This text font color is #B5D496.


Background Color

.myBgColor { background-color: #B5D496; }

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

This div background color is #B5D496.


Border color

.myBorderColor { border: 1px solid #B5D496; }

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

This div border color is #B5D496.


Opacity

.myOpacity80 { color: #B5D496; opacity: 0.8; }

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

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

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

This text has shadow with #B5D496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D496 on black background.


Color preview on white background

This text has color #B5D496 on white background.



Black color preview on #B5D496 background

This text has black color on #B5D496 background.


White color preview on #B5D496 background

This text has white color on #B5D496 background.