COLOR #B2BB5B

HEX: #B2BB5B RGB: (178,187,91)

Color info

#B2BB5B contains mainly red and green colors. Web safe color of #B2BB5B is #99CC66 (or #9C6).

RGB color model

#B2BB5B color RGB value is (178,187,91).

RGB: (178,187,91) (70%, 73%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 91 of 255 = 36%

178
187
91

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

Portions of RGB colors in percentages

R + G + B = 178 + 187 + 91 = 456 (100%)
R 178 of 456 ~ 39.04%
G 187 of 456 ~ 41.01%
B 91 of 456 ~ 19.96'%

%39.04
%41.01
%19.96

CMYK color model

#B2BB5B color CMYK value is (5,0,51,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 51.34%
  • key color value is 26.67%

CMYK: (5,0,51,27)
C5M0Y51K27 (5%, 0%, 51%, 27%)
(0.05 / 0.00 / 0.51 / 0.27)

CMYK percentages

%4.81
%0
%51.34
%26.67

Codes

Color #B2BB5B in popluar color models

B2 BB 5B
RGB 178 187 91
HSL 66° 41.38% 54.51%
HSB/HSV 66° 51.34% 73.33%
CMYK 4.81% 0.00% 51.34%
26.67%

Color #B2BB5B in popluar number systems.

HEX B2 BB 5B
Decimal 178 187 91
Binary 10110010 10111011 1011011
Octal 262 273 133

Shades and tints

Shades of #B2BB5B

#B2BB5B
(178,187,91)
#A2AA53
(162,170,83)
#92994B
(146,153,75)
#828843
(130,136,67)
#72773B
(114,119,59)
#626633
(98,102,51)
#52552B
(82,85,43)
#424423
(66,68,35)
#32331B
(50,51,27)
#222213
(34,34,19)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #B2BB5B

#B2BB5B
(178,187,91)
#B9C169
(185,193,105)
#C0C777
(192,199,119)
#C7CD85
(199,205,133)
#CED393
(206,211,147)
#D5D9A1
(213,217,161)
#DCDFAF
(220,223,175)
#E3E5BD
(227,229,189)
#EAEBCB
(234,235,203)
#F1F1D9
(241,241,217)
#F8F7E7
(248,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BB5B color. Also use rgb(178,187,91) instead hex code.

Text Font Color

.myTextColor { color: #B2BB5B; }

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

This text font color is #B2BB5B.

Background Color

.myBgColor { background-color: #B2BB5B; }

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

This div background color is #B2BB5B.

Border color

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

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

This div border color is #B2BB5B.

Opacity

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

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

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

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

This text has shadow with #B2BB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BB5B.

Preview

Color preview on black background

This text has color #B2BB5B on black background.


Color preview on white background

This text has color #B2BB5B on white background.


Black color preview on #B2BB5B background

This text has black color on #B2BB5B background.


White color preview on #B2BB5B background

This text has white color on #B2BB5B background.


Related colors

Complementary color

Complementary color for #hex is #4D44A4.


I love getcolorcode.com

Triadic colors

1 #5BB2BB and #BB5BB2 with #B2BB5B are triadic colors.

2 #5BBBB2 and #BBB25B with #B2BB5B are triadic colors.