COLOR #B2D059

HEX: #B2D059
RGB: (178,208,89)

Renk bilgisi

#B2D059 contains mainly red and green colors. #B2D059 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#B2D059 color RGB value is (178,208,89).

  • kırmız ton 178;
  • yeşil ton 208;
  • mavi ton 89.
RGB:
(178,208,89)
(70%,82%,35%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 208 of 255 = 82%
B 89 of 255 = 35%

178
208
89

R + G + B ~ 62%. #B2D059 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 208 + 89 = 475 (100%)
R 178 of 475 ~ 37.47%
G 208 of 475 ~ 43.79%
B 89 of 475 ~ 18.74%

%37.47
%43.79
%18.74

CMYK RENK MODELİ

#B2D059 rengi CMYK tonu (14,0,57,18).

  • camgöbeği tonu 14.42%
  • eflatun tonu 0.00%
  • sarı tonu 57.21%
  • ana renk tonu 18.43%
CMYK:
(14,0,57,18)
C14M0Y57K18 
(14%,0%,57%,18%)
(0.14/0.00/0.57/0.18)	

CMYK yüzdeleri

%14.42
%0
%57.21
%18.43

Codes

Color #B2D059 in popluar color models

B2D059
RGB17820889
HSL75°55.87%58.24%
HSB/HSV75°57.21%81.57%
CMYK14.42%0.00%57.21%
18.43%

Color #B2D059 in popluar number systems.

HEXB2D059
Decimal17820889
Binary10110010110100001011001
Octal262320131

Shades and tints

Shades of #B2D059

#B2D059
(178,208,89)
#A2BE51
(162,190,81)
#92AC49
(146,172,73)
#829A41
(130,154,65)
#728839
(114,136,57)
#627631
(98,118,49)
#526429
(82,100,41)
#425221
(66,82,33)
#324019
(50,64,25)
#222E11
(34,46,17)
#121C09
(18,28,9)
#000000
(0,0,0)

Tints of #B2D059

#B2D059
(178,208,89)
#B9D468
(185,212,104)
#C0D877
(192,216,119)
#C7DC86
(199,220,134)
#CEE095
(206,224,149)
#D5E4A4
(213,228,164)
#DCE8B3
(220,232,179)
#E3ECC2
(227,236,194)
#EAF0D1
(234,240,209)
#F1F4E0
(241,244,224)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D059 color. Also use rgb(178,208,89) instead hex code.

Text Font Color

.myTextColor { color: #B2D059; }

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

This text font color is #B2D059.


Background Color

.myBgColor { background-color: #B2D059; }

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

This div background color is #B2D059.


Border color

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

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

This div border color is #B2D059.


Opacity

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

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

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

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

This text has shadow with #B2D059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D059 on black background.


Color preview on white background

This text has color #B2D059 on white background.



Black color preview on #B2D059 background

This text has black color on #B2D059 background.


White color preview on #B2D059 background

This text has white color on #B2D059 background.