COLOR #B8BB29

HEX: #B8BB29 RGB: (184,187,41)

Color info

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

RGB color model

#B8BB29 color RGB value is (184,187,41).

RGB: (184,187,41) (72%, 73%, 16%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 41 of 255 = 16%

184
187
41

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

Portions of RGB colors in percentages

R + G + B = 184 + 187 + 41 = 412 (100%)
R 184 of 412 ~ 44.66%
G 187 of 412 ~ 45.39%
B 41 of 412 ~ 9.95'%

%44.66
%45.39

CMYK color model

#B8BB29 color CMYK value is (2,0,78,27).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 78.07%
  • key color value is 26.67%

CMYK: (2,0,78,27)
C2M0Y78K27 (2%, 0%, 78%, 27%)
(0.02 / 0.00 / 0.78 / 0.27)

CMYK percentages

%1.6
%0
%78.07
%26.67

Codes

Color #B8BB29 in popluar color models

B8 BB 29
RGB 184 187 41
HSL 61° 64.04% 44.71%
HSB/HSV 61° 78.07% 73.33%
CMYK 1.60% 0.00% 78.07%
26.67%

Color #B8BB29 in popluar number systems.

HEX B8 BB 29
Decimal 184 187 41
Binary 10111000 10111011 101001
Octal 270 273 51

Shades and tints

Shades of #B8BB29

#B8BB29
(184,187,41)
#A8AA26
(168,170,38)
#989923
(152,153,35)
#888820
(136,136,32)
#78771D
(120,119,29)
#68661A
(104,102,26)
#585517
(88,85,23)
#484414
(72,68,20)
#383311
(56,51,17)
#28220E
(40,34,14)
#18110B
(24,17,11)
#000000
(0,0,0)

Tints of #B8BB29

#B8BB29
(184,187,41)
#BEC13C
(190,193,60)
#C4C74F
(196,199,79)
#CACD62
(202,205,98)
#D0D375
(208,211,117)
#D6D988
(214,217,136)
#DCDF9B
(220,223,155)
#E2E5AE
(226,229,174)
#E8EBC1
(232,235,193)
#EEF1D4
(238,241,212)
#F4F7E7
(244,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BB29 color. Also use rgb(184,187,41) instead hex code.

Text Font Color

.myTextColor { color: #B8BB29; }

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

This text font color is #B8BB29.

Background Color

.myBgColor { background-color: #B8BB29; }

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

This div background color is #B8BB29.

Border color

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

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

This div border color is #B8BB29.

Opacity

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

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

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

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

This text has shadow with #B8BB29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BB29.

Preview

Color preview on black background

This text has color #B8BB29 on black background.


Color preview on white background

This text has color #B8BB29 on white background.


Black color preview on #B8BB29 background

This text has black color on #B8BB29 background.


White color preview on #B8BB29 background

This text has white color on #B8BB29 background.


Related colors

Complementary color

Complementary color for #hex is #4744D6.


I love getcolorcode.com

Triadic colors

1 #29B8BB and #BB29B8 with #B8BB29 are triadic colors.

2 #29BBB8 and #BBB829 with #B8BB29 are triadic colors.