COLOR #BBC68E

HEX: #BBC68E RGB: (187,198,142)

Color info

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

RGB color model

#BBC68E color RGB value is (187,198,142).

RGB: (187,198,142) (73%, 78%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 142 of 255 = 56%

187
198
142

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 142 = 527 (100%)
R 187 of 527 ~ 35.48%
G 198 of 527 ~ 37.57%
B 142 of 527 ~ 26.94'%

%35.48
%37.57
%26.94

CMYK color model

#BBC68E color CMYK value is (6,0,28,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 22.35%

CMYK: (6,0,28,22)
C6M0Y28K22 (6%, 0%, 28%, 22%)
(0.06 / 0.00 / 0.28 / 0.22)

CMYK percentages

%5.56
%0
%28.28
%22.35

Codes

Color #BBC68E in popluar color models

BB C6 8E
RGB 187 198 142
HSL 72° 32.94% 66.67%
HSB/HSV 72° 28.28% 77.65%
CMYK 5.56% 0.00% 28.28%
22.35%

Color #BBC68E in popluar number systems.

HEX BB C6 8E
Decimal 187 198 142
Binary 10111011 11000110 10001110
Octal 273 306 216

Shades and tints

Shades of #BBC68E

#BBC68E
(187,198,142)
#AAB482
(170,180,130)
#99A276
(153,162,118)
#88906A
(136,144,106)
#777E5E
(119,126,94)
#666C52
(102,108,82)
#555A46
(85,90,70)
#44483A
(68,72,58)
#33362E
(51,54,46)
#222422
(34,36,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BBC68E

#BBC68E
(187,198,142)
#C1CB98
(193,203,152)
#C7D0A2
(199,208,162)
#CDD5AC
(205,213,172)
#D3DAB6
(211,218,182)
#D9DFC0
(217,223,192)
#DFE4CA
(223,228,202)
#E5E9D4
(229,233,212)
#EBEEDE
(235,238,222)
#F1F3E8
(241,243,232)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC68E color. Also use rgb(187,198,142) instead hex code.

Text Font Color

.myTextColor { color: #BBC68E; }

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

This text font color is #BBC68E.

Background Color

.myBgColor { background-color: #BBC68E; }

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

This div background color is #BBC68E.

Border color

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

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

This div border color is #BBC68E.

Opacity

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

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

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

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

This text has shadow with #BBC68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC68E.

Preview

Color preview on black background

This text has color #BBC68E on black background.


Color preview on white background

This text has color #BBC68E on white background.


Black color preview on #BBC68E background

This text has black color on #BBC68E background.


White color preview on #BBC68E background

This text has white color on #BBC68E background.


Related colors

Complementary color

Complementary color for #hex is #443971.


I love getcolorcode.com

Triadic colors

1 #8EBBC6 and #C68EBB with #BBC68E are triadic colors.

2 #8EC6BB and #C6BB8E with #BBC68E are triadic colors.