COLOR #BBCE27

HEX: #BBCE27
RGB: (187,206,39)

Color info

#BBCE27 contains mainly red and green colors. Web safe color of #BBCE27 is #CCCC33 (or #CC3).

RGB color model

#BBCE27 color RGB value is (187,206,39).

  • red value is 187;
  • green value is 206;
  • blue value is 39.
RGB:
(187,206,39)
(73%,81%,15%)

RGB channels and saturation

R 187 of 255 = 73%
G 206 of 255 = 81%
B 39 of 255 = 15%

187
206
39

R + G + B ~ 56%. #BBCE27 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 206 + 39 = 432 (100%)
R 187 of 432 ~ 43.29%
G 206 of 432 ~ 47.69%
B 39 of 432 ~ 9.03%

%43.29
%47.69

CMYK color model

#BBCE27 color CMYK value is (9,0,81,19).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 81.07%
  • key color value is 19.22%
CMYK:
(9,0,81,19)
C9M0Y81K19 
(9%,0%,81%,19%)
(0.09/0.00/0.81/0.19)	

CMYK percentages

%9.22
%0
%81.07
%19.22

Codes

Color #BBCE27 in popluar color models

BBCE27
RGB18720639
HSL67°68.16%48.04%
HSB/HSV67°81.07%80.78%
CMYK9.22%0.00%81.07%
19.22%

Color #BBCE27 in popluar number systems.

HEXBBCE27
Decimal18720639
Binary1011101111001110100111
Octal27331647

Shades and tints

Shades of #BBCE27

#BBCE27
(187,206,39)
#AABC24
(170,188,36)
#99AA21
(153,170,33)
#88981E
(136,152,30)
#77861B
(119,134,27)
#667418
(102,116,24)
#556215
(85,98,21)
#445012
(68,80,18)
#333E0F
(51,62,15)
#222C0C
(34,44,12)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #BBCE27

#BBCE27
(187,206,39)
#C1D23A
(193,210,58)
#C7D64D
(199,214,77)
#CDDA60
(205,218,96)
#D3DE73
(211,222,115)
#D9E286
(217,226,134)
#DFE699
(223,230,153)
#E5EAAC
(229,234,172)
#EBEEBF
(235,238,191)
#F1F2D2
(241,242,210)
#F7F6E5
(247,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCE27 color. Also use rgb(187,206,39) instead hex code.

Text Font Color

.myTextColor { color: #BBCE27; }

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

This text font color is #BBCE27.


Background Color

.myBgColor { background-color: #BBCE27; }

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

This div background color is #BBCE27.


Border color

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

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

This div border color is #BBCE27.


Opacity

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

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

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

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

This text has shadow with #BBCE27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCE27 on black background.


Color preview on white background

This text has color #BBCE27 on white background.



Black color preview on #BBCE27 background

This text has black color on #BBCE27 background.


White color preview on #BBCE27 background

This text has white color on #BBCE27 background.