COLOR #BBD44D

HEX: #BBD44D RGB: (187,212,77)

Color info

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

RGB color model

#BBD44D color RGB value is (187,212,77).

RGB: (187,212,77) (73%, 83%, 30%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 77 of 255 = 30%

187
212
77

R + G + B ~ 62%. #BBD44D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 212 + 77 = 476 (100%)
R 187 of 476 ~ 39.29%
G 212 of 476 ~ 44.54%
B 77 of 476 ~ 16.18'%

%39.29
%44.54
%16.18

CMYK color model

#BBD44D color CMYK value is (12,0,64,17).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 16.86%

CMYK: (12,0,64,17)
C12M0Y64K17 (12%, 0%, 64%, 17%)
(0.12 / 0.00 / 0.64 / 0.17)

CMYK percentages

%11.79
%0
%63.68
%16.86

Codes

Color #BBD44D in popluar color models

BB D4 4D
RGB 187 212 77
HSL 71° 61.09% 56.67%
HSB/HSV 71° 63.68% 83.14%
CMYK 11.79% 0.00% 63.68%
16.86%

Color #BBD44D in popluar number systems.

HEX BB D4 4D
Decimal 187 212 77
Binary 10111011 11010100 1001101
Octal 273 324 115

Shades and tints

Shades of #BBD44D

#BBD44D
(187,212,77)
#AAC146
(170,193,70)
#99AE3F
(153,174,63)
#889B38
(136,155,56)
#778831
(119,136,49)
#66752A
(102,117,42)
#556223
(85,98,35)
#444F1C
(68,79,28)
#333C15
(51,60,21)
#22290E
(34,41,14)
#111607
(17,22,7)
#000000
(0,0,0)

Tints of #BBD44D

#BBD44D
(187,212,77)
#C1D75D
(193,215,93)
#C7DA6D
(199,218,109)
#CDDD7D
(205,221,125)
#D3E08D
(211,224,141)
#D9E39D
(217,227,157)
#DFE6AD
(223,230,173)
#E5E9BD
(229,233,189)
#EBECCD
(235,236,205)
#F1EFDD
(241,239,221)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD44D color. Also use rgb(187,212,77) instead hex code.

Text Font Color

.myTextColor { color: #BBD44D; }

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

This text font color is #BBD44D.

Background Color

.myBgColor { background-color: #BBD44D; }

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

This div background color is #BBD44D.

Border color

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

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

This div border color is #BBD44D.

Opacity

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

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

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

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

This text has shadow with #BBD44D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD44D.

Preview

Color preview on black background

This text has color #BBD44D on black background.


Color preview on white background

This text has color #BBD44D on white background.


Black color preview on #BBD44D background

This text has black color on #BBD44D background.


White color preview on #BBD44D background

This text has white color on #BBD44D background.


Related colors

Complementary color

Complementary color for #hex is #442BB2.


I love getcolorcode.com

Triadic colors

1 #4DBBD4 and #D44DBB with #BBD44D are triadic colors.

2 #4DD4BB and #D4BB4D with #BBD44D are triadic colors.