COLOR #BBE064

HEX: #BBE064 RGB: (187,224,100)

Color info

#BBE064 contains mainly red and green colors. Web safe color of #BBE064 is #CCCC66 (or #CC6).

RGB color model

#BBE064 color RGB value is (187,224,100).

RGB: (187,224,100) (73%, 88%, 39%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 100 of 255 = 39%

187
224
100

R + G + B ~ 67%. #BBE064 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 100 = 511 (100%)
R 187 of 511 ~ 36.59%
G 224 of 511 ~ 43.84%
B 100 of 511 ~ 19.57'%

%36.59
%43.84
%19.57

CMYK color model

#BBE064 color CMYK value is (17,0,55,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 12.16%

CMYK: (17,0,55,12)
C17M0Y55K12 (17%, 0%, 55%, 12%)
(0.17 / 0.00 / 0.55 / 0.12)

CMYK percentages

%16.52
%0
%55.36
%12.16

Codes

Color #BBE064 in popluar color models

BB E0 64
RGB 187 224 100
HSL 78° 66.67% 63.53%
HSB/HSV 78° 55.36% 87.84%
CMYK 16.52% 0.00% 55.36%
12.16%

Color #BBE064 in popluar number systems.

HEX BB E0 64
Decimal 187 224 100
Binary 10111011 11100000 1100100
Octal 273 340 144

Shades and tints

Shades of #BBE064

#BBE064
(187,224,100)
#AACC5B
(170,204,91)
#99B852
(153,184,82)
#88A449
(136,164,73)
#779040
(119,144,64)
#667C37
(102,124,55)
#55682E
(85,104,46)
#445425
(68,84,37)
#33401C
(51,64,28)
#222C13
(34,44,19)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #BBE064

#BBE064
(187,224,100)
#C1E272
(193,226,114)
#C7E480
(199,228,128)
#CDE68E
(205,230,142)
#D3E89C
(211,232,156)
#D9EAAA
(217,234,170)
#DFECB8
(223,236,184)
#E5EEC6
(229,238,198)
#EBF0D4
(235,240,212)
#F1F2E2
(241,242,226)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE064 color. Also use rgb(187,224,100) instead hex code.

Text Font Color

.myTextColor { color: #BBE064; }

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

This text font color is #BBE064.

Background Color

.myBgColor { background-color: #BBE064; }

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

This div background color is #BBE064.

Border color

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

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

This div border color is #BBE064.

Opacity

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

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

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

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

This text has shadow with #BBE064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE064.

Preview

Color preview on black background

This text has color #BBE064 on black background.


Color preview on white background

This text has color #BBE064 on white background.


Black color preview on #BBE064 background

This text has black color on #BBE064 background.


White color preview on #BBE064 background

This text has white color on #BBE064 background.


Related colors

Complementary color

Complementary color for #hex is #441F9B.


I love getcolorcode.com

Triadic colors

1 #64BBE0 and #E064BB with #BBE064 are triadic colors.

2 #64E0BB and #E0BB64 with #BBE064 are triadic colors.