COLOR #B0D764

HEX: #B0D764
RGB: (176,215,100)

Renk bilgisi

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

RGB renk modeli

#B0D764 color RGB value is (176,215,100).

  • kırmız ton 176;
  • yeşil ton 215;
  • mavi ton 100.
RGB:
(176,215,100)
(69%,84%,39%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 215 of 255 = 84%
B 100 of 255 = 39%

176
215
100

R + G + B ~ 64%. #B0D764 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 215 + 100 = 491 (100%)
R 176 of 491 ~ 35.85%
G 215 of 491 ~ 43.79%
B 100 of 491 ~ 20.37%

%35.85
%43.79
%20.37

CMYK RENK MODELİ

#B0D764 rengi CMYK tonu (18,0,53,16).

  • camgöbeği tonu 18.14%
  • eflatun tonu 0.00%
  • sarı tonu 53.49%
  • ana renk tonu 15.69%
CMYK:
(18,0,53,16)
C18M0Y53K16 
(18%,0%,53%,16%)
(0.18/0.00/0.53/0.16)	

CMYK yüzdeleri

%18.14
%0
%53.49
%15.69

Codes

Color #B0D764 in popluar color models

B0D764
RGB176215100
HSL80°58.97%61.76%
HSB/HSV80°53.49%84.31%
CMYK18.14%0.00%53.49%
15.69%

Color #B0D764 in popluar number systems.

HEXB0D764
Decimal176215100
Binary10110000110101111100100
Octal260327144

Shades and tints

Shades of #B0D764

#B0D764
(176,215,100)
#A0C45B
(160,196,91)
#90B152
(144,177,82)
#809E49
(128,158,73)
#708B40
(112,139,64)
#607837
(96,120,55)
#50652E
(80,101,46)
#405225
(64,82,37)
#303F1C
(48,63,28)
#202C13
(32,44,19)
#10190A
(16,25,10)
#000000
(0,0,0)

Tints of #B0D764

#B0D764
(176,215,100)
#B7DA72
(183,218,114)
#BEDD80
(190,221,128)
#C5E08E
(197,224,142)
#CCE39C
(204,227,156)
#D3E6AA
(211,230,170)
#DAE9B8
(218,233,184)
#E1ECC6
(225,236,198)
#E8EFD4
(232,239,212)
#EFF2E2
(239,242,226)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D764 color. Also use rgb(176,215,100) instead hex code.

Text Font Color

.myTextColor { color: #B0D764; }

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

This text font color is #B0D764.


Background Color

.myBgColor { background-color: #B0D764; }

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

This div background color is #B0D764.


Border color

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

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

This div border color is #B0D764.


Opacity

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

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

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

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

This text has shadow with #B0D764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D764 on black background.


Color preview on white background

This text has color #B0D764 on white background.



Black color preview on #B0D764 background

This text has black color on #B0D764 background.


White color preview on #B0D764 background

This text has white color on #B0D764 background.