COLOR #BBCA82

HEX: #BBCA82
RGB: (187,202,130)

Color info

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

RGB color model

#BBCA82 color RGB value is (187,202,130).

  • red value is 187;
  • green value is 202;
  • blue value is 130.
RGB:
(187,202,130)
(73%,79%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 130 of 255 = 51%

187
202
130

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

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 130 = 519 (100%)
R 187 of 519 ~ 36.03%
G 202 of 519 ~ 38.92%
B 130 of 519 ~ 25.05%

%36.03
%38.92
%25.05

CMYK color model

#BBCA82 color CMYK value is (7,0,36,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 20.78%
CMYK:
(7,0,36,21)
C7M0Y36K21 
(7%,0%,36%,21%)
(0.07/0.00/0.36/0.21)	

CMYK percentages

%7.43
%0
%35.64
%20.78

Codes

Color #BBCA82 in popluar color models

BBCA82
RGB187202130
HSL73°40.45%65.10%
HSB/HSV73°35.64%79.22%
CMYK7.43%0.00%35.64%
20.78%

Color #BBCA82 in popluar number systems.

HEXBBCA82
Decimal187202130
Binary101110111100101010000010
Octal273312202

Shades and tints

Shades of #BBCA82

#BBCA82
(187,202,130)
#AAB877
(170,184,119)
#99A66C
(153,166,108)
#889461
(136,148,97)
#778256
(119,130,86)
#66704B
(102,112,75)
#555E40
(85,94,64)
#444C35
(68,76,53)
#333A2A
(51,58,42)
#22281F
(34,40,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBCA82

#BBCA82
(187,202,130)
#C1CE8D
(193,206,141)
#C7D298
(199,210,152)
#CDD6A3
(205,214,163)
#D3DAAE
(211,218,174)
#D9DEB9
(217,222,185)
#DFE2C4
(223,226,196)
#E5E6CF
(229,230,207)
#EBEADA
(235,234,218)
#F1EEE5
(241,238,229)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCA82 color. Also use rgb(187,202,130) instead hex code.

Text Font Color

.myTextColor { color: #BBCA82; }

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

This text font color is #BBCA82.


Background Color

.myBgColor { background-color: #BBCA82; }

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

This div background color is #BBCA82.


Border color

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

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

This div border color is #BBCA82.


Opacity

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

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

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

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

This text has shadow with #BBCA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCA82 on black background.


Color preview on white background

This text has color #BBCA82 on white background.



Black color preview on #BBCA82 background

This text has black color on #BBCA82 background.


White color preview on #BBCA82 background

This text has white color on #BBCA82 background.