COLOR #BBC78B

HEX: #BBC78B
RGB: (187,199,139)

Color info

#BBC78B contains mainly red and green colors. Web safe color of #BBC78B is #CCCC99 (or #CC9).

RGB color model

#BBC78B color RGB value is (187,199,139).

  • red value is 187;
  • green value is 199;
  • blue value is 139.
RGB:
(187,199,139)
(73%,78%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 139 of 255 = 55%

187
199
139

R + G + B ~ 69%. #BBC78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 199 + 139 = 525 (100%)
R 187 of 525 ~ 35.62%
G 199 of 525 ~ 37.9%
B 139 of 525 ~ 26.48%

%35.62
%37.9
%26.48

CMYK color model

#BBC78B color CMYK value is (6,0,30,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(6,0,30,22)
C6M0Y30K22 
(6%,0%,30%,22%)
(0.06/0.00/0.30/0.22)	

CMYK percentages

%6.03
%0
%30.15
%21.96

Codes

Color #BBC78B in popluar color models

BBC78B
RGB187199139
HSL72°34.88%66.27%
HSB/HSV72°30.15%78.04%
CMYK6.03%0.00%30.15%
21.96%

Color #BBC78B in popluar number systems.

HEXBBC78B
Decimal187199139
Binary101110111100011110001011
Octal273307213

Shades and tints

Shades of #BBC78B

#BBC78B
(187,199,139)
#AAB57F
(170,181,127)
#99A373
(153,163,115)
#889167
(136,145,103)
#777F5B
(119,127,91)
#666D4F
(102,109,79)
#555B43
(85,91,67)
#444937
(68,73,55)
#33372B
(51,55,43)
#22251F
(34,37,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BBC78B

#BBC78B
(187,199,139)
#C1CC95
(193,204,149)
#C7D19F
(199,209,159)
#CDD6A9
(205,214,169)
#D3DBB3
(211,219,179)
#D9E0BD
(217,224,189)
#DFE5C7
(223,229,199)
#E5EAD1
(229,234,209)
#EBEFDB
(235,239,219)
#F1F4E5
(241,244,229)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC78B color. Also use rgb(187,199,139) instead hex code.

Text Font Color

.myTextColor { color: #BBC78B; }

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

This text font color is #BBC78B.


Background Color

.myBgColor { background-color: #BBC78B; }

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

This div background color is #BBC78B.


Border color

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

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

This div border color is #BBC78B.


Opacity

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

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

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

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

This text has shadow with #BBC78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC78B on black background.


Color preview on white background

This text has color #BBC78B on white background.



Black color preview on #BBC78B background

This text has black color on #BBC78B background.


White color preview on #BBC78B background

This text has white color on #BBC78B background.