COLOR #B6E590

HEX: #B6E590
RGB: (182,229,144)

Renk bilgisi

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

RGB renk modeli

#B6E590 color RGB value is (182,229,144).

  • kırmız ton 182;
  • yeşil ton 229;
  • mavi ton 144.
RGB:
(182,229,144)
(71%,90%,56%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 229 of 255 = 90%
B 144 of 255 = 56%

182
229
144

R + G + B ~ 72%. #B6E590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 229 + 144 = 555 (100%)
R 182 of 555 ~ 32.79%
G 229 of 555 ~ 41.26%
B 144 of 555 ~ 25.95%

%32.79
%41.26
%25.95

CMYK RENK MODELİ

#B6E590 rengi CMYK tonu (21,0,37,10).

  • camgöbeği tonu 20.52%
  • eflatun tonu 0.00%
  • sarı tonu 37.12%
  • ana renk tonu 10.20%
CMYK:
(21,0,37,10)
C21M0Y37K10 
(21%,0%,37%,10%)
(0.21/0.00/0.37/0.10)	

CMYK yüzdeleri

%20.52
%0
%37.12
%10.2

Codes

Color #B6E590 in popluar color models

B6E590
RGB182229144
HSL93°62.04%73.14%
HSB/HSV93°37.12%89.80%
CMYK20.52%0.00%37.12%
10.20%

Color #B6E590 in popluar number systems.

HEXB6E590
Decimal182229144
Binary101101101110010110010000
Octal266345220

Shades and tints

Shades of #B6E590

#B6E590
(182,229,144)
#A6D183
(166,209,131)
#96BD76
(150,189,118)
#86A969
(134,169,105)
#76955C
(118,149,92)
#66814F
(102,129,79)
#566D42
(86,109,66)
#465935
(70,89,53)
#364528
(54,69,40)
#26311B
(38,49,27)
#161D0E
(22,29,14)
#000000
(0,0,0)

Tints of #B6E590

#B6E590
(182,229,144)
#BCE79A
(188,231,154)
#C2E9A4
(194,233,164)
#C8EBAE
(200,235,174)
#CEEDB8
(206,237,184)
#D4EFC2
(212,239,194)
#DAF1CC
(218,241,204)
#E0F3D6
(224,243,214)
#E6F5E0
(230,245,224)
#ECF7EA
(236,247,234)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E590 color. Also use rgb(182,229,144) instead hex code.

Text Font Color

.myTextColor { color: #B6E590; }

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

This text font color is #B6E590.


Background Color

.myBgColor { background-color: #B6E590; }

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

This div background color is #B6E590.


Border color

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

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

This div border color is #B6E590.


Opacity

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

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

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

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

This text has shadow with #B6E590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E590 on black background.


Color preview on white background

This text has color #B6E590 on white background.



Black color preview on #B6E590 background

This text has black color on #B6E590 background.


White color preview on #B6E590 background

This text has white color on #B6E590 background.