COLOR #BBD928

HEX: #BBD928
RGB: (187,217,40)

Color info

#BBD928 contains mainly red and green colors. Web safe color of #BBD928 is #CCCC33 (or #CC3).

RGB color model

#BBD928 color RGB value is (187,217,40).

  • red value is 187;
  • green value is 217;
  • blue value is 40.
RGB:
(187,217,40)
(73%,85%,16%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 40 of 255 = 16%

187
217
40

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

Portions of RGB colors in percentages

R + G + B =
187 + 217 + 40 = 444 (100%)
R 187 of 444 ~ 42.12%
G 217 of 444 ~ 48.87%
B 40 of 444 ~ 9.01%

%42.12
%48.87

CMYK color model

#BBD928 color CMYK value is (14,0,82,15).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 81.57%
  • key color value is 14.90%
CMYK:
(14,0,82,15)
C14M0Y82K15 
(14%,0%,82%,15%)
(0.14/0.00/0.82/0.15)	

CMYK percentages

%13.82
%0
%81.57
%14.9

Codes

Color #BBD928 in popluar color models

BBD928
RGB18721740
HSL70°69.96%50.39%
HSB/HSV70°81.57%85.10%
CMYK13.82%0.00%81.57%
14.90%

Color #BBD928 in popluar number systems.

HEXBBD928
Decimal18721740
Binary1011101111011001101000
Octal27333150

Shades and tints

Shades of #BBD928

#BBD928
(187,217,40)
#AAC625
(170,198,37)
#99B322
(153,179,34)
#88A01F
(136,160,31)
#778D1C
(119,141,28)
#667A19
(102,122,25)
#556716
(85,103,22)
#445413
(68,84,19)
#334110
(51,65,16)
#222E0D
(34,46,13)
#111B0A
(17,27,10)
#000000
(0,0,0)

Tints of #BBD928

#BBD928
(187,217,40)
#C1DC3B
(193,220,59)
#C7DF4E
(199,223,78)
#CDE261
(205,226,97)
#D3E574
(211,229,116)
#D9E887
(217,232,135)
#DFEB9A
(223,235,154)
#E5EEAD
(229,238,173)
#EBF1C0
(235,241,192)
#F1F4D3
(241,244,211)
#F7F7E6
(247,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD928 color. Also use rgb(187,217,40) instead hex code.

Text Font Color

.myTextColor { color: #BBD928; }

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

This text font color is #BBD928.


Background Color

.myBgColor { background-color: #BBD928; }

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

This div background color is #BBD928.


Border color

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

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

This div border color is #BBD928.


Opacity

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

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

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

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

This text has shadow with #BBD928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD928 on black background.


Color preview on white background

This text has color #BBD928 on white background.



Black color preview on #BBD928 background

This text has black color on #BBD928 background.


White color preview on #BBD928 background

This text has white color on #BBD928 background.