COLOR #BBC59B

HEX: #BBC59B
RGB: (187,197,155)

Color info

#BBC59B contains red, green and blue colors in about the same proportion. Web safe color of #BBC59B is #CCCC99 (or #CC9).

RGB color model

#BBC59B color RGB value is (187,197,155).

  • red value is 187;
  • green value is 197;
  • blue value is 155.
RGB:
(187,197,155)
(73%,77%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 155 of 255 = 61%

187
197
155

R + G + B ~ 70%. #BBC59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 155 = 539 (100%)
R 187 of 539 ~ 34.69%
G 197 of 539 ~ 36.55%
B 155 of 539 ~ 28.76%

%34.69
%36.55
%28.76

CMYK color model

#BBC59B color CMYK value is (5,0,21,23).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(5,0,21,23)
C5M0Y21K23 
(5%,0%,21%,23%)
(0.05/0.00/0.21/0.23)	

CMYK percentages

%5.08
%0
%21.32
%22.75

Codes

Color #BBC59B in popluar color models

BBC59B
RGB187197155
HSL74°26.58%69.02%
HSB/HSV74°21.32%77.25%
CMYK5.08%0.00%21.32%
22.75%

Color #BBC59B in popluar number systems.

HEXBBC59B
Decimal187197155
Binary101110111100010110011011
Octal273305233

Shades and tints

Shades of #BBC59B

#BBC59B
(187,197,155)
#AAB48D
(170,180,141)
#99A37F
(153,163,127)
#889271
(136,146,113)
#778163
(119,129,99)
#667055
(102,112,85)
#555F47
(85,95,71)
#444E39
(68,78,57)
#333D2B
(51,61,43)
#222C1D
(34,44,29)
#111B0F
(17,27,15)
#000000
(0,0,0)

Tints of #BBC59B

#BBC59B
(187,197,155)
#C1CAA4
(193,202,164)
#C7CFAD
(199,207,173)
#CDD4B6
(205,212,182)
#D3D9BF
(211,217,191)
#D9DEC8
(217,222,200)
#DFE3D1
(223,227,209)
#E5E8DA
(229,232,218)
#EBEDE3
(235,237,227)
#F1F2EC
(241,242,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC59B color. Also use rgb(187,197,155) instead hex code.

Text Font Color

.myTextColor { color: #BBC59B; }

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

This text font color is #BBC59B.


Background Color

.myBgColor { background-color: #BBC59B; }

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

This div background color is #BBC59B.


Border color

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

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

This div border color is #BBC59B.


Opacity

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

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

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

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

This text has shadow with #BBC59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC59B on black background.


Color preview on white background

This text has color #BBC59B on white background.



Black color preview on #BBC59B background

This text has black color on #BBC59B background.


White color preview on #BBC59B background

This text has white color on #BBC59B background.