COLOR #BBCB76

HEX: #BBCB76
RGB: (187,203,118)

Color info

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

RGB color model

#BBCB76 color RGB value is (187,203,118).

  • red value is 187;
  • green value is 203;
  • blue value is 118.
RGB:
(187,203,118)
(73%,80%,46%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 118 of 255 = 46%

187
203
118

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

Portions of RGB colors in percentages

R + G + B =
187 + 203 + 118 = 508 (100%)
R 187 of 508 ~ 36.81%
G 203 of 508 ~ 39.96%
B 118 of 508 ~ 23.23%

%36.81
%39.96
%23.23

CMYK color model

#BBCB76 color CMYK value is (8,0,42,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 41.87%
  • key color value is 20.39%
CMYK:
(8,0,42,20)
C8M0Y42K20 
(8%,0%,42%,20%)
(0.08/0.00/0.42/0.20)	

CMYK percentages

%7.88
%0
%41.87
%20.39

Codes

Color #BBCB76 in popluar color models

BBCB76
RGB187203118
HSL71°44.97%62.94%
HSB/HSV71°41.87%79.61%
CMYK7.88%0.00%41.87%
20.39%

Color #BBCB76 in popluar number systems.

HEXBBCB76
Decimal187203118
Binary10111011110010111110110
Octal273313166

Shades and tints

Shades of #BBCB76

#BBCB76
(187,203,118)
#AAB96C
(170,185,108)
#99A762
(153,167,98)
#889558
(136,149,88)
#77834E
(119,131,78)
#667144
(102,113,68)
#555F3A
(85,95,58)
#444D30
(68,77,48)
#333B26
(51,59,38)
#22291C
(34,41,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBCB76

#BBCB76
(187,203,118)
#C1CF82
(193,207,130)
#C7D38E
(199,211,142)
#CDD79A
(205,215,154)
#D3DBA6
(211,219,166)
#D9DFB2
(217,223,178)
#DFE3BE
(223,227,190)
#E5E7CA
(229,231,202)
#EBEBD6
(235,235,214)
#F1EFE2
(241,239,226)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCB76 color. Also use rgb(187,203,118) instead hex code.

Text Font Color

.myTextColor { color: #BBCB76; }

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

This text font color is #BBCB76.


Background Color

.myBgColor { background-color: #BBCB76; }

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

This div background color is #BBCB76.


Border color

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

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

This div border color is #BBCB76.


Opacity

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

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

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

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

This text has shadow with #BBCB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCB76 on black background.


Color preview on white background

This text has color #BBCB76 on white background.



Black color preview on #BBCB76 background

This text has black color on #BBCB76 background.


White color preview on #BBCB76 background

This text has white color on #BBCB76 background.