COLOR #B4D492

HEX: #B4D492
RGB: (180,212,146)

Renk bilgisi

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

RGB renk modeli

#B4D492 color RGB value is (180,212,146).

  • kırmız ton 180;
  • yeşil ton 212;
  • mavi ton 146.
RGB:
(180,212,146)
(71%,83%,57%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 212 of 255 = 83%
B 146 of 255 = 57%

180
212
146

R + G + B ~ 70%. #B4D492 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 212 + 146 = 538 (100%)
R 180 of 538 ~ 33.46%
G 212 of 538 ~ 39.41%
B 146 of 538 ~ 27.14%

%33.46
%39.41
%27.14

CMYK RENK MODELİ

#B4D492 rengi CMYK tonu (15,0,31,17).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 31.13%
  • ana renk tonu 16.86%
CMYK:
(15,0,31,17)
C15M0Y31K17 
(15%,0%,31%,17%)
(0.15/0.00/0.31/0.17)	

CMYK yüzdeleri

%15.09
%0
%31.13
%16.86

Codes

Color #B4D492 in popluar color models

B4D492
RGB180212146
HSL89°43.42%70.20%
HSB/HSV89°31.13%83.14%
CMYK15.09%0.00%31.13%
16.86%

Color #B4D492 in popluar number systems.

HEXB4D492
Decimal180212146
Binary101101001101010010010010
Octal264324222

Shades and tints

Shades of #B4D492

#B4D492
(180,212,146)
#A4C185
(164,193,133)
#94AE78
(148,174,120)
#849B6B
(132,155,107)
#74885E
(116,136,94)
#647551
(100,117,81)
#546244
(84,98,68)
#444F37
(68,79,55)
#343C2A
(52,60,42)
#24291D
(36,41,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #B4D492

#B4D492
(180,212,146)
#BAD79B
(186,215,155)
#C0DAA4
(192,218,164)
#C6DDAD
(198,221,173)
#CCE0B6
(204,224,182)
#D2E3BF
(210,227,191)
#D8E6C8
(216,230,200)
#DEE9D1
(222,233,209)
#E4ECDA
(228,236,218)
#EAEFE3
(234,239,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D492 color. Also use rgb(180,212,146) instead hex code.

Text Font Color

.myTextColor { color: #B4D492; }

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

This text font color is #B4D492.


Background Color

.myBgColor { background-color: #B4D492; }

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

This div background color is #B4D492.


Border color

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

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

This div border color is #B4D492.


Opacity

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

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

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

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

This text has shadow with #B4D492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D492 on black background.


Color preview on white background

This text has color #B4D492 on white background.



Black color preview on #B4D492 background

This text has black color on #B4D492 background.


White color preview on #B4D492 background

This text has white color on #B4D492 background.