COLOR #B6E498

HEX: #B6E498
RGB: (182,228,152)

Renk bilgisi

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

RGB renk modeli

#B6E498 color RGB value is (182,228,152).

  • kırmız ton 182;
  • yeşil ton 228;
  • mavi ton 152.
RGB:
(182,228,152)
(71%,89%,60%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 228 of 255 = 89%
B 152 of 255 = 60%

182
228
152

R + G + B ~ 73%. #B6E498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 228 + 152 = 562 (100%)
R 182 of 562 ~ 32.38%
G 228 of 562 ~ 40.57%
B 152 of 562 ~ 27.05%

%32.38
%40.57
%27.05

CMYK RENK MODELİ

#B6E498 rengi CMYK tonu (20,0,33,11).

  • camgöbeği tonu 20.18%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 10.59%
CMYK:
(20,0,33,11)
C20M0Y33K11 
(20%,0%,33%,11%)
(0.20/0.00/0.33/0.11)	

CMYK yüzdeleri

%20.18
%0
%33.33
%10.59

Codes

Color #B6E498 in popluar color models

B6E498
RGB182228152
HSL96°58.46%74.51%
HSB/HSV96°33.33%89.41%
CMYK20.18%0.00%33.33%
10.59%

Color #B6E498 in popluar number systems.

HEXB6E498
Decimal182228152
Binary101101101110010010011000
Octal266344230

Shades and tints

Shades of #B6E498

#B6E498
(182,228,152)
#A6D08B
(166,208,139)
#96BC7E
(150,188,126)
#86A871
(134,168,113)
#769464
(118,148,100)
#668057
(102,128,87)
#566C4A
(86,108,74)
#46583D
(70,88,61)
#364430
(54,68,48)
#263023
(38,48,35)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #B6E498

#B6E498
(182,228,152)
#BCE6A1
(188,230,161)
#C2E8AA
(194,232,170)
#C8EAB3
(200,234,179)
#CEECBC
(206,236,188)
#D4EEC5
(212,238,197)
#DAF0CE
(218,240,206)
#E0F2D7
(224,242,215)
#E6F4E0
(230,244,224)
#ECF6E9
(236,246,233)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E498 color. Also use rgb(182,228,152) instead hex code.

Text Font Color

.myTextColor { color: #B6E498; }

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

This text font color is #B6E498.


Background Color

.myBgColor { background-color: #B6E498; }

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

This div background color is #B6E498.


Border color

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

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

This div border color is #B6E498.


Opacity

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

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

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

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

This text has shadow with #B6E498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E498 on black background.


Color preview on white background

This text has color #B6E498 on white background.



Black color preview on #B6E498 background

This text has black color on #B6E498 background.


White color preview on #B6E498 background

This text has white color on #B6E498 background.