COLOR #BBD13B

HEX: #BBD13B
RGB: (187,209,59)

Color info

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

RGB color model

#BBD13B color RGB value is (187,209,59).

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

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 59 of 255 = 23%

187
209
59

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 59 = 455 (100%)
R 187 of 455 ~ 41.1%
G 209 of 455 ~ 45.93%
B 59 of 455 ~ 12.97%

%41.1
%45.93
%12.97

CMYK color model

#BBD13B color CMYK value is (11,0,72,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 71.77%
  • key color value is 18.04%
CMYK:
(11,0,72,18)
C11M0Y72K18 
(11%,0%,72%,18%)
(0.11/0.00/0.72/0.18)	

CMYK percentages

%10.53
%0
%71.77
%18.04

Codes

Color #BBD13B in popluar color models

BBD13B
RGB18720959
HSL69°61.98%52.55%
HSB/HSV69°71.77%81.96%
CMYK10.53%0.00%71.77%
18.04%

Color #BBD13B in popluar number systems.

HEXBBD13B
Decimal18720959
Binary1011101111010001111011
Octal27332173

Shades and tints

Shades of #BBD13B

#BBD13B
(187,209,59)
#AABE36
(170,190,54)
#99AB31
(153,171,49)
#88982C
(136,152,44)
#778527
(119,133,39)
#667222
(102,114,34)
#555F1D
(85,95,29)
#444C18
(68,76,24)
#333913
(51,57,19)
#22260E
(34,38,14)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #BBD13B

#BBD13B
(187,209,59)
#C1D54C
(193,213,76)
#C7D95D
(199,217,93)
#CDDD6E
(205,221,110)
#D3E17F
(211,225,127)
#D9E590
(217,229,144)
#DFE9A1
(223,233,161)
#E5EDB2
(229,237,178)
#EBF1C3
(235,241,195)
#F1F5D4
(241,245,212)
#F7F9E5
(247,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD13B; }

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

This text font color is #BBD13B.


Background Color

.myBgColor { background-color: #BBD13B; }

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

This div background color is #BBD13B.


Border color

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

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

This div border color is #BBD13B.


Opacity

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

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

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

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

This text has shadow with #BBD13B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD13B on black background.


Color preview on white background

This text has color #BBD13B on white background.



Black color preview on #BBD13B background

This text has black color on #BBD13B background.


White color preview on #BBD13B background

This text has white color on #BBD13B background.