COLOR #BBDC52

HEX: #BBDC52 RGB: (187,220,82)

Color info

#BBDC52 contains mainly red and green colors. Web safe color of #BBDC52 is #CCCC66 (or #CC6).

RGB color model

#BBDC52 color RGB value is (187,220,82).

RGB: (187,220,82) (73%, 86%, 32%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 82 of 255 = 32%

187
220
82

R + G + B ~ 64%. #BBDC52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 82 = 489 (100%)
R 187 of 489 ~ 38.24%
G 220 of 489 ~ 44.99%
B 82 of 489 ~ 16.77'%

%38.24
%44.99
%16.77

CMYK color model

#BBDC52 color CMYK value is (15,0,63,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 62.73%
  • key color value is 13.73%
CMYK: (15,0,63,14) C15M0Y63K14 (15%,0%,63%,14%) (0.15/0.00/0.63/0.14) 

CMYK percentages

%15
%0
%62.73
%13.73

Codes

Color #BBDC52 in popluar color models

BB DC 52
RGB 187 220 82
HSL 74° 66.35% 59.22%
HSB/HSV 74° 62.73% 86.27%
CMYK 15.00% 0.00% 62.73%
13.73%

Color #BBDC52 in popluar number systems.

HEX BB DC 52
Decimal 187 220 82
Binary 10111011 11011100 1010010
Octal 273 334 122

Shades and tints

Shades of #BBDC52

#BBDC52
(187,220,82)
#AAC84B
(170,200,75)
#99B444
(153,180,68)
#88A03D
(136,160,61)
#778C36
(119,140,54)
#66782F
(102,120,47)
#556428
(85,100,40)
#445021
(68,80,33)
#333C1A
(51,60,26)
#222813
(34,40,19)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #BBDC52

#BBDC52
(187,220,82)
#C1DF61
(193,223,97)
#C7E270
(199,226,112)
#CDE57F
(205,229,127)
#D3E88E
(211,232,142)
#D9EB9D
(217,235,157)
#DFEEAC
(223,238,172)
#E5F1BB
(229,241,187)
#EBF4CA
(235,244,202)
#F1F7D9
(241,247,217)
#F7FAE8
(247,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDC52 color. Also use rgb(187,220,82) instead hex code.

Text Font Color

.myTextColor { color: #BBDC52; }

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

This text font color is #BBDC52.

Background Color

.myBgColor { background-color: #BBDC52; }

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

This div background color is #BBDC52.

Border color

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

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

This div border color is #BBDC52.

Opacity

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

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

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

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

This text has shadow with #BBDC52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDC52.

Preview

Color preview on black background

This text has color #BBDC52 on black background.


Color preview on white background

This text has color #BBDC52 on white background.


Black color preview on #BBDC52 background

This text has black color on #BBDC52 background.


White color preview on #BBDC52 background

This text has white color on #BBDC52 background.


Related colors

Complementary color

Complementary color for #hex is #4423AD.


I love getcolorcode.com

Triadic colors

1 #52BBDC and #DC52BB with #BBDC52 are triadic colors.

2 #52DCBB and #DCBB52 with #BBDC52 are triadic colors.