COLOR #BBC98B

HEX: #BBC98B RGB: (187,201,139)

Color info

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

RGB color model

#BBC98B color RGB value is (187,201,139).

RGB: (187,201,139) (73%, 79%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 139 of 255 = 55%

187
201
139

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

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 139 = 527 (100%)
R 187 of 527 ~ 35.48%
G 201 of 527 ~ 38.14%
B 139 of 527 ~ 26.38'%

%35.48
%38.14
%26.38

CMYK color model

#BBC98B color CMYK value is (7,0,31,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK: (7,0,31,21) C7M0Y31K21 (7%,0%,31%,21%) (0.07/0.00/0.31/0.21) 

CMYK percentages

%6.97
%0
%30.85
%21.18

Codes

Color #BBC98B in popluar color models

BB C9 8B
RGB 187 201 139
HSL 74° 36.47% 66.67%
HSB/HSV 74° 30.85% 78.82%
CMYK 6.97% 0.00% 30.85%
21.18%

Color #BBC98B in popluar number systems.

HEX BB C9 8B
Decimal 187 201 139
Binary 10111011 11001001 10001011
Octal 273 311 213

Shades and tints

Shades of #BBC98B

#BBC98B
(187,201,139)
#AAB77F
(170,183,127)
#99A573
(153,165,115)
#889367
(136,147,103)
#77815B
(119,129,91)
#666F4F
(102,111,79)
#555D43
(85,93,67)
#444B37
(68,75,55)
#33392B
(51,57,43)
#22271F
(34,39,31)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBC98B

#BBC98B
(187,201,139)
#C1CD95
(193,205,149)
#C7D19F
(199,209,159)
#CDD5A9
(205,213,169)
#D3D9B3
(211,217,179)
#D9DDBD
(217,221,189)
#DFE1C7
(223,225,199)
#E5E5D1
(229,229,209)
#EBE9DB
(235,233,219)
#F1EDE5
(241,237,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC98B; }

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

This text font color is #BBC98B.

Background Color

.myBgColor { background-color: #BBC98B; }

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

This div background color is #BBC98B.

Border color

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

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

This div border color is #BBC98B.

Opacity

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

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

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

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

This text has shadow with #BBC98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC98B.

Preview

Color preview on black background

This text has color #BBC98B on black background.


Color preview on white background

This text has color #BBC98B on white background.


Black color preview on #BBC98B background

This text has black color on #BBC98B background.


White color preview on #BBC98B background

This text has white color on #BBC98B background.


Related colors

Complementary color

Complementary color for #hex is #443674.


I love getcolorcode.com

Triadic colors

1 #8BBBC9 and #C98BBB with #BBC98B are triadic colors.

2 #8BC9BB and #C9BB8B with #BBC98B are triadic colors.