COLOR #B7BB5B

HEX: #B7BB5B RGB: (183,187,91)

Color info

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

RGB color model

#B7BB5B color RGB value is (183,187,91).

RGB: (183,187,91) (72%, 73%, 36%)

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 91 of 255 = 36%

183
187
91

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

Portions of RGB colors in percentages

R + G + B = 183 + 187 + 91 = 461 (100%)
R 183 of 461 ~ 39.7%
G 187 of 461 ~ 40.56%
B 91 of 461 ~ 19.74'%

%39.7
%40.56
%19.74

CMYK color model

#B7BB5B color CMYK value is (2,0,51,27).

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

CMYK: (2,0,51,27)
C2M0Y51K27 (2%, 0%, 51%, 27%)
(0.02 / 0.00 / 0.51 / 0.27)

CMYK percentages

%2.14
%0
%51.34
%26.67

Codes

Color #B7BB5B in popluar color models

B7 BB 5B
RGB 183 187 91
HSL 63° 41.38% 54.51%
HSB/HSV 63° 51.34% 73.33%
CMYK 2.14% 0.00% 51.34%
26.67%

Color #B7BB5B in popluar number systems.

HEX B7 BB 5B
Decimal 183 187 91
Binary 10110111 10111011 1011011
Octal 267 273 133

Shades and tints

Shades of #B7BB5B

#B7BB5B
(183,187,91)
#A7AA53
(167,170,83)
#97994B
(151,153,75)
#878843
(135,136,67)
#77773B
(119,119,59)
#676633
(103,102,51)
#57552B
(87,85,43)
#474423
(71,68,35)
#37331B
(55,51,27)
#272213
(39,34,19)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #B7BB5B

#B7BB5B
(183,187,91)
#BDC169
(189,193,105)
#C3C777
(195,199,119)
#C9CD85
(201,205,133)
#CFD393
(207,211,147)
#D5D9A1
(213,217,161)
#DBDFAF
(219,223,175)
#E1E5BD
(225,229,189)
#E7EBCB
(231,235,203)
#EDF1D9
(237,241,217)
#F3F7E7
(243,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BB5B; }

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

This text font color is #B7BB5B.

Background Color

.myBgColor { background-color: #B7BB5B; }

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

This div background color is #B7BB5B.

Border color

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

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

This div border color is #B7BB5B.

Opacity

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

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

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

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

This text has shadow with #B7BB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BB5B.

Preview

Color preview on black background

This text has color #B7BB5B on black background.


Color preview on white background

This text has color #B7BB5B on white background.


Black color preview on #B7BB5B background

This text has black color on #B7BB5B background.


White color preview on #B7BB5B background

This text has white color on #B7BB5B background.


Related colors

Complementary color

Complementary color for #hex is #4844A4.


I love getcolorcode.com

Triadic colors

1 #5BB7BB and #BB5BB7 with #B7BB5B are triadic colors.

2 #5BBBB7 and #BBB75B with #B7BB5B are triadic colors.