COLOR #BBD100

HEX: #BBD100
RGB: (187,209,0)

Color info

#BBD100 contains only red and green colors. Web safe color of #BBD100 is #CCCC00 (or #CC0).

RGB color model

#BBD100 color RGB value is (187,209,0).

  • red value is 187;
  • green value is 209;
  • blue value is 0.
RGB:
(187,209,0)
(73%,82%,0%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 0 of 255 = 0%

187
209
0

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 0 = 396 (100%)
R 187 of 396 ~ 47.22%
G 209 of 396 ~ 52.78%
B 0 of 396 ~ 0%

%47.22
%52.78

CMYK color model

#BBD100 color CMYK value is (11,0,100,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(11,0,100,18)
C11M0Y100K18 
(11%,0%,100%,18%)
(0.11/0.00/1.00/0.18)	

CMYK percentages

%10.53
%0
%100
%18.04

Codes

Color #BBD100 in popluar color models

BBD100
RGB1872090
HSL66°100.00%40.98%
HSB/HSV66°100.00%81.96%
CMYK10.53%0.00%100.00%
18.04%

Color #BBD100 in popluar number systems.

HEXBBD100
Decimal1872090
Binary10111011110100010
Octal2733210

Shades and tints

Shades of #BBD100

#BBD100
(187,209,0)
#AABE00
(170,190,0)
#99AB00
(153,171,0)
#889800
(136,152,0)
#778500
(119,133,0)
#667200
(102,114,0)
#555F00
(85,95,0)
#444C00
(68,76,0)
#333900
(51,57,0)
#222600
(34,38,0)
#111300
(17,19,0)
#000000
(0,0,0)

Tints of #BBD100

#BBD100
(187,209,0)
#C1D517
(193,213,23)
#C7D92E
(199,217,46)
#CDDD45
(205,221,69)
#D3E15C
(211,225,92)
#D9E573
(217,229,115)
#DFE98A
(223,233,138)
#E5EDA1
(229,237,161)
#EBF1B8
(235,241,184)
#F1F5CF
(241,245,207)
#F7F9E6
(247,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD100 color. Also use rgb(187,209,0) instead hex code.

Text Font Color

.myTextColor { color: #BBD100; }

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

This text font color is #BBD100.


Background Color

.myBgColor { background-color: #BBD100; }

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

This div background color is #BBD100.


Border color

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

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

This div border color is #BBD100.


Opacity

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

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

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

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

This text has shadow with #BBD100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD100 on black background.


Color preview on white background

This text has color #BBD100 on white background.



Black color preview on #BBD100 background

This text has black color on #BBD100 background.


White color preview on #BBD100 background

This text has white color on #BBD100 background.