COLOR #B0D727

HEX: #B0D727
RGB: (176,215,39)

Color info

#B0D727 contains mainly red and green colors. Web safe color of #B0D727 is #99CC33 (or #9C3).

RGB color model

#B0D727 color RGB value is (176,215,39).

  • red value is 176;
  • green value is 215;
  • blue value is 39.
RGB:
(176,215,39)
(69%,84%,15%)

RGB channels and saturation

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

176
215
39

R + G + B ~ 56%. #B0D727 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 215 + 39 = 430 (100%)
R 176 of 430 ~ 40.93%
G 215 of 430 ~ 50%
B 39 of 430 ~ 9.07%

%40.93
%50

CMYK color model

#B0D727 color CMYK value is (18,0,82,16).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 81.86%
  • key color value is 15.69%
CMYK:
(18,0,82,16)
C18M0Y82K16 
(18%,0%,82%,16%)
(0.18/0.00/0.82/0.16)	

CMYK percentages

%18.14
%0
%81.86
%15.69

Codes

Color #B0D727 in popluar color models

B0D727
RGB17621539
HSL73°69.29%49.80%
HSB/HSV73°81.86%84.31%
CMYK18.14%0.00%81.86%
15.69%

Color #B0D727 in popluar number systems.

HEXB0D727
Decimal17621539
Binary1011000011010111100111
Octal26032747

Shades and tints

Shades of #B0D727

#B0D727
(176,215,39)
#A0C424
(160,196,36)
#90B121
(144,177,33)
#809E1E
(128,158,30)
#708B1B
(112,139,27)
#607818
(96,120,24)
#506515
(80,101,21)
#405212
(64,82,18)
#303F0F
(48,63,15)
#202C0C
(32,44,12)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #B0D727

#B0D727
(176,215,39)
#B7DA3A
(183,218,58)
#BEDD4D
(190,221,77)
#C5E060
(197,224,96)
#CCE373
(204,227,115)
#D3E686
(211,230,134)
#DAE999
(218,233,153)
#E1ECAC
(225,236,172)
#E8EFBF
(232,239,191)
#EFF2D2
(239,242,210)
#F6F5E5
(246,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D727; }

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

This text font color is #B0D727.


Background Color

.myBgColor { background-color: #B0D727; }

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

This div background color is #B0D727.


Border color

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

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

This div border color is #B0D727.


Opacity

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

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

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

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

This text has shadow with #B0D727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D727 on black background.


Color preview on white background

This text has color #B0D727 on white background.



Black color preview on #B0D727 background

This text has black color on #B0D727 background.


White color preview on #B0D727 background

This text has white color on #B0D727 background.