COLOR #B0E590

HEX: #B0E590
RGB: (176,229,144)

Renk bilgisi

#B0E590 contains mainly red and green colors. #B0E590 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#B0E590 color RGB value is (176,229,144).

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

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 229 of 255 = 90%
B 144 of 255 = 56%

176
229
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 229 + 144 = 549 (100%)
R 176 of 549 ~ 32.06%
G 229 of 549 ~ 41.71%
B 144 of 549 ~ 26.23%

%32.06
%41.71
%26.23

CMYK RENK MODELİ

#B0E590 rengi CMYK tonu (23,0,37,10).

  • camgöbeği tonu 23.14%
  • eflatun tonu 0.00%
  • sarı tonu 37.12%
  • ana renk tonu 10.20%
CMYK:
(23,0,37,10)
C23M0Y37K10 
(23%,0%,37%,10%)
(0.23/0.00/0.37/0.10)	

CMYK yüzdeleri

%23.14
%0
%37.12
%10.2

Codes

Color #B0E590 in popluar color models

B0E590
RGB176229144
HSL97°62.04%73.14%
HSB/HSV97°37.12%89.80%
CMYK23.14%0.00%37.12%
10.20%

Color #B0E590 in popluar number systems.

HEXB0E590
Decimal176229144
Binary101100001110010110010000
Octal260345220

Shades and tints

Shades of #B0E590

#B0E590
(176,229,144)
#A0D183
(160,209,131)
#90BD76
(144,189,118)
#80A969
(128,169,105)
#70955C
(112,149,92)
#60814F
(96,129,79)
#506D42
(80,109,66)
#405935
(64,89,53)
#304528
(48,69,40)
#20311B
(32,49,27)
#101D0E
(16,29,14)
#000000
(0,0,0)

Tints of #B0E590

#B0E590
(176,229,144)
#B7E79A
(183,231,154)
#BEE9A4
(190,233,164)
#C5EBAE
(197,235,174)
#CCEDB8
(204,237,184)
#D3EFC2
(211,239,194)
#DAF1CC
(218,241,204)
#E1F3D6
(225,243,214)
#E8F5E0
(232,245,224)
#EFF7EA
(239,247,234)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E590; }

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

This text font color is #B0E590.


Background Color

.myBgColor { background-color: #B0E590; }

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

This div background color is #B0E590.


Border color

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

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

This div border color is #B0E590.


Opacity

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

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

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

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

This text has shadow with #B0E590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E590 on black background.


Color preview on white background

This text has color #B0E590 on white background.



Black color preview on #B0E590 background

This text has black color on #B0E590 background.


White color preview on #B0E590 background

This text has white color on #B0E590 background.