COLOR #BBC38D

HEX: #BBC38D RGB: (187,195,141)

Color info

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

RGB color model

#BBC38D color RGB value is (187,195,141).

RGB: (187,195,141) (73%, 76%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 141 of 255 = 55%

187
195
141

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

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 141 = 523 (100%)
R 187 of 523 ~ 35.76%
G 195 of 523 ~ 37.28%
B 141 of 523 ~ 26.96'%

%35.76
%37.28
%26.96

CMYK color model

#BBC38D color CMYK value is (4,0,28,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (4,0,28,24)
C4M0Y28K24 (4%, 0%, 28%, 24%)
(0.04 / 0.00 / 0.28 / 0.24)

CMYK percentages

%4.1
%0
%27.69
%23.53

Codes

Color #BBC38D in popluar color models

BB C3 8D
RGB 187 195 141
HSL 69° 31.03% 65.88%
HSB/HSV 69° 27.69% 76.47%
CMYK 4.10% 0.00% 27.69%
23.53%

Color #BBC38D in popluar number systems.

HEX BB C3 8D
Decimal 187 195 141
Binary 10111011 11000011 10001101
Octal 273 303 215

Shades and tints

Shades of #BBC38D

#BBC38D
(187,195,141)
#AAB281
(170,178,129)
#99A175
(153,161,117)
#889069
(136,144,105)
#777F5D
(119,127,93)
#666E51
(102,110,81)
#555D45
(85,93,69)
#444C39
(68,76,57)
#333B2D
(51,59,45)
#222A21
(34,42,33)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBC38D

#BBC38D
(187,195,141)
#C1C897
(193,200,151)
#C7CDA1
(199,205,161)
#CDD2AB
(205,210,171)
#D3D7B5
(211,215,181)
#D9DCBF
(217,220,191)
#DFE1C9
(223,225,201)
#E5E6D3
(229,230,211)
#EBEBDD
(235,235,221)
#F1F0E7
(241,240,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC38D; }

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

This text font color is #BBC38D.

Background Color

.myBgColor { background-color: #BBC38D; }

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

This div background color is #BBC38D.

Border color

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

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

This div border color is #BBC38D.

Opacity

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

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

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

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

This text has shadow with #BBC38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC38D.

Preview

Color preview on black background

This text has color #BBC38D on black background.


Color preview on white background

This text has color #BBC38D on white background.


Black color preview on #BBC38D background

This text has black color on #BBC38D background.


White color preview on #BBC38D background

This text has white color on #BBC38D background.


Related colors

Complementary color

Complementary color for #hex is #443C72.


I love getcolorcode.com

Triadic colors

1 #8DBBC3 and #C38DBB with #BBC38D are triadic colors.

2 #8DC3BB and #C3BB8D with #BBC38D are triadic colors.