COLOR #BBC59E

HEX: #BBC59E RGB: (187,197,158)

Color info

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

RGB color model

#BBC59E color RGB value is (187,197,158).

RGB: (187,197,158) (73%, 77%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 158 of 255 = 62%

187
197
158

R + G + B ~ 71%. #BBC59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 158 = 542 (100%)
R 187 of 542 ~ 34.5%
G 197 of 542 ~ 36.35%
B 158 of 542 ~ 29.15'%

%34.5
%36.35
%29.15

CMYK color model

#BBC59E color CMYK value is (5,0,20,23).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%

CMYK: (5,0,20,23)
C5M0Y20K23 (5%, 0%, 20%, 23%)
(0.05 / 0.00 / 0.20 / 0.23)

CMYK percentages

%5.08
%0
%19.8
%22.75

Codes

Color #BBC59E in popluar color models

BB C5 9E
RGB 187 197 158
HSL 75° 25.16% 69.61%
HSB/HSV 75° 19.80% 77.25%
CMYK 5.08% 0.00% 19.80%
22.75%

Color #BBC59E in popluar number systems.

HEX BB C5 9E
Decimal 187 197 158
Binary 10111011 11000101 10011110
Octal 273 305 236

Shades and tints

Shades of #BBC59E

#BBC59E
(187,197,158)
#AAB490
(170,180,144)
#99A382
(153,163,130)
#889274
(136,146,116)
#778166
(119,129,102)
#667058
(102,112,88)
#555F4A
(85,95,74)
#444E3C
(68,78,60)
#333D2E
(51,61,46)
#222C20
(34,44,32)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #BBC59E

#BBC59E
(187,197,158)
#C1CAA6
(193,202,166)
#C7CFAE
(199,207,174)
#CDD4B6
(205,212,182)
#D3D9BE
(211,217,190)
#D9DEC6
(217,222,198)
#DFE3CE
(223,227,206)
#E5E8D6
(229,232,214)
#EBEDDE
(235,237,222)
#F1F2E6
(241,242,230)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC59E color. Also use rgb(187,197,158) instead hex code.

Text Font Color

.myTextColor { color: #BBC59E; }

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

This text font color is #BBC59E.

Background Color

.myBgColor { background-color: #BBC59E; }

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

This div background color is #BBC59E.

Border color

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

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

This div border color is #BBC59E.

Opacity

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

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

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

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

This text has shadow with #BBC59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC59E.

Preview

Color preview on black background

This text has color #BBC59E on black background.


Color preview on white background

This text has color #BBC59E on white background.


Black color preview on #BBC59E background

This text has black color on #BBC59E background.


White color preview on #BBC59E background

This text has white color on #BBC59E background.


Related colors

Complementary color

Complementary color for #hex is #443A61.


I love getcolorcode.com

Triadic colors

1 #9EBBC5 and #C59EBB with #BBC59E are triadic colors.

2 #9EC5BB and #C5BB9E with #BBC59E are triadic colors.