COLOR #BBC37D

HEX: #BBC37D
RGB: (187,195,125)

Color info

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

RGB color model

#BBC37D color RGB value is (187,195,125).

  • red value is 187;
  • green value is 195;
  • blue value is 125.
RGB:
(187,195,125)
(73%,76%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 125 of 255 = 49%

187
195
125

R + G + B ~ 66%. #BBC37D is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 125 = 507 (100%)
R 187 of 507 ~ 36.88%
G 195 of 507 ~ 38.46%
B 125 of 507 ~ 24.65%

%36.88
%38.46
%24.65

CMYK color model

#BBC37D color CMYK value is (4,0,36,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(4,0,36,24)
C4M0Y36K24 
(4%,0%,36%,24%)
(0.04/0.00/0.36/0.24)	

CMYK percentages

%4.1
%0
%35.9
%23.53

Codes

Color #BBC37D in popluar color models

BBC37D
RGB187195125
HSL67°36.84%62.75%
HSB/HSV67°35.90%76.47%
CMYK4.10%0.00%35.90%
23.53%

Color #BBC37D in popluar number systems.

HEXBBC37D
Decimal187195125
Binary10111011110000111111101
Octal273303175

Shades and tints

Shades of #BBC37D

#BBC37D
(187,195,125)
#AAB272
(170,178,114)
#99A167
(153,161,103)
#88905C
(136,144,92)
#777F51
(119,127,81)
#666E46
(102,110,70)
#555D3B
(85,93,59)
#444C30
(68,76,48)
#333B25
(51,59,37)
#222A1A
(34,42,26)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #BBC37D

#BBC37D
(187,195,125)
#C1C888
(193,200,136)
#C7CD93
(199,205,147)
#CDD29E
(205,210,158)
#D3D7A9
(211,215,169)
#D9DCB4
(217,220,180)
#DFE1BF
(223,225,191)
#E5E6CA
(229,230,202)
#EBEBD5
(235,235,213)
#F1F0E0
(241,240,224)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC37D color. Also use rgb(187,195,125) instead hex code.

Text Font Color

.myTextColor { color: #BBC37D; }

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

This text font color is #BBC37D.


Background Color

.myBgColor { background-color: #BBC37D; }

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

This div background color is #BBC37D.


Border color

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

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

This div border color is #BBC37D.


Opacity

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

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

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

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

This text has shadow with #BBC37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC37D on black background.


Color preview on white background

This text has color #BBC37D on white background.



Black color preview on #BBC37D background

This text has black color on #BBC37D background.


White color preview on #BBC37D background

This text has white color on #BBC37D background.