COLOR #BBBC5A

HEX: #BBBC5A
RGB: (187,188,90)

Color info

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

RGB color model

#BBBC5A color RGB value is (187,188,90).

  • red value is 187;
  • green value is 188;
  • blue value is 90.
RGB:
(187,188,90)
(73%,74%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 90 of 255 = 35%

187
188
90

R + G + B ~ 61%. #BBBC5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 90 = 465 (100%)
R 187 of 465 ~ 40.22%
G 188 of 465 ~ 40.43%
B 90 of 465 ~ 19.35%

%40.22
%40.43
%19.35

CMYK color model

#BBBC5A color CMYK value is (1,0,52,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 26.27%
CMYK:
(1,0,52,26)
C1M0Y52K26 
(1%,0%,52%,26%)
(0.01/0.00/0.52/0.26)	

CMYK percentages

%0.53
%0
%52.13
%26.27

Codes

Color #BBBC5A in popluar color models

BBBC5A
RGB18718890
HSL61°42.24%54.51%
HSB/HSV61°52.13%73.73%
CMYK0.53%0.00%52.13%
26.27%

Color #BBBC5A in popluar number systems.

HEXBBBC5A
Decimal18718890
Binary10111011101111001011010
Octal273274132

Shades and tints

Shades of #BBBC5A

#BBBC5A
(187,188,90)
#AAAB52
(170,171,82)
#999A4A
(153,154,74)
#888942
(136,137,66)
#77783A
(119,120,58)
#666732
(102,103,50)
#55562A
(85,86,42)
#444522
(68,69,34)
#33341A
(51,52,26)
#222312
(34,35,18)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #BBBC5A

#BBBC5A
(187,188,90)
#C1C269
(193,194,105)
#C7C878
(199,200,120)
#CDCE87
(205,206,135)
#D3D496
(211,212,150)
#D9DAA5
(217,218,165)
#DFE0B4
(223,224,180)
#E5E6C3
(229,230,195)
#EBECD2
(235,236,210)
#F1F2E1
(241,242,225)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBC5A color. Also use rgb(187,188,90) instead hex code.

Text Font Color

.myTextColor { color: #BBBC5A; }

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

This text font color is #BBBC5A.


Background Color

.myBgColor { background-color: #BBBC5A; }

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

This div background color is #BBBC5A.


Border color

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

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

This div border color is #BBBC5A.


Opacity

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

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

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

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

This text has shadow with #BBBC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBC5A on black background.


Color preview on white background

This text has color #BBBC5A on white background.



Black color preview on #BBBC5A background

This text has black color on #BBBC5A background.


White color preview on #BBBC5A background

This text has white color on #BBBC5A background.