COLOR #B0D934

HEX: #B0D934
RGB: (176,217,52)

Color info

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

RGB color model

#B0D934 color RGB value is (176,217,52).

  • red value is 176;
  • green value is 217;
  • blue value is 52.
RGB:
(176,217,52)
(69%,85%,20%)

RGB channels and saturation

R 176 of 255 = 69%
G 217 of 255 = 85%
B 52 of 255 = 20%

176
217
52

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

Portions of RGB colors in percentages

R + G + B =
176 + 217 + 52 = 445 (100%)
R 176 of 445 ~ 39.55%
G 217 of 445 ~ 48.76%
B 52 of 445 ~ 11.69%

%39.55
%48.76
%11.69

CMYK color model

#B0D934 color CMYK value is (19,0,76,15).

  • cyan value is 18.89%
  • magenta value is 0.00%
  • yellow value is 76.04%
  • key color value is 14.90%
CMYK:
(19,0,76,15)
C19M0Y76K15 
(19%,0%,76%,15%)
(0.19/0.00/0.76/0.15)	

CMYK percentages

%18.89
%0
%76.04
%14.9

Codes

Color #B0D934 in popluar color models

B0D934
RGB17621752
HSL75°68.46%52.75%
HSB/HSV75°76.04%85.10%
CMYK18.89%0.00%76.04%
14.90%

Color #B0D934 in popluar number systems.

HEXB0D934
Decimal17621752
Binary1011000011011001110100
Octal26033164

Shades and tints

Shades of #B0D934

#B0D934
(176,217,52)
#A0C630
(160,198,48)
#90B32C
(144,179,44)
#80A028
(128,160,40)
#708D24
(112,141,36)
#607A20
(96,122,32)
#50671C
(80,103,28)
#405418
(64,84,24)
#304114
(48,65,20)
#202E10
(32,46,16)
#101B0C
(16,27,12)
#000000
(0,0,0)

Tints of #B0D934

#B0D934
(176,217,52)
#B7DC46
(183,220,70)
#BEDF58
(190,223,88)
#C5E26A
(197,226,106)
#CCE57C
(204,229,124)
#D3E88E
(211,232,142)
#DAEBA0
(218,235,160)
#E1EEB2
(225,238,178)
#E8F1C4
(232,241,196)
#EFF4D6
(239,244,214)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D934 color. Also use rgb(176,217,52) instead hex code.

Text Font Color

.myTextColor { color: #B0D934; }

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

This text font color is #B0D934.


Background Color

.myBgColor { background-color: #B0D934; }

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

This div background color is #B0D934.


Border color

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

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

This div border color is #B0D934.


Opacity

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

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

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

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

This text has shadow with #B0D934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D934 on black background.


Color preview on white background

This text has color #B0D934 on white background.



Black color preview on #B0D934 background

This text has black color on #B0D934 background.


White color preview on #B0D934 background

This text has white color on #B0D934 background.