COLOR #BBC38F

HEX: #BBC38F
RGB: (187,195,143)

Color info

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

RGB color model

#BBC38F color RGB value is (187,195,143).

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

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 143 of 255 = 56%

187
195
143

R + G + B ~ 68%. #BBC38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 143 = 525 (100%)
R 187 of 525 ~ 35.62%
G 195 of 525 ~ 37.14%
B 143 of 525 ~ 27.24%

%35.62
%37.14
%27.24

CMYK color model

#BBC38F color CMYK value is (4,0,27,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 23.53%
CMYK:
(4,0,27,24)
C4M0Y27K24 
(4%,0%,27%,24%)
(0.04/0.00/0.27/0.24)	

CMYK percentages

%4.1
%0
%26.67
%23.53

Codes

Color #BBC38F in popluar color models

BBC38F
RGB187195143
HSL69°30.23%66.27%
HSB/HSV69°26.67%76.47%
CMYK4.10%0.00%26.67%
23.53%

Color #BBC38F in popluar number systems.

HEXBBC38F
Decimal187195143
Binary101110111100001110001111
Octal273303217

Shades and tints

Shades of #BBC38F

#BBC38F
(187,195,143)
#AAB282
(170,178,130)
#99A175
(153,161,117)
#889068
(136,144,104)
#777F5B
(119,127,91)
#666E4E
(102,110,78)
#555D41
(85,93,65)
#444C34
(68,76,52)
#333B27
(51,59,39)
#222A1A
(34,42,26)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #BBC38F

#BBC38F
(187,195,143)
#C1C899
(193,200,153)
#C7CDA3
(199,205,163)
#CDD2AD
(205,210,173)
#D3D7B7
(211,215,183)
#D9DCC1
(217,220,193)
#DFE1CB
(223,225,203)
#E5E6D5
(229,230,213)
#EBEBDF
(235,235,223)
#F1F0E9
(241,240,233)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC38F; }

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

This text font color is #BBC38F.


Background Color

.myBgColor { background-color: #BBC38F; }

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

This div background color is #BBC38F.


Border color

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

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

This div border color is #BBC38F.


Opacity

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

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

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

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

This text has shadow with #BBC38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC38F on black background.


Color preview on white background

This text has color #BBC38F on white background.



Black color preview on #BBC38F background

This text has black color on #BBC38F background.


White color preview on #BBC38F background

This text has white color on #BBC38F background.