COLOR #BBE33A

HEX: #BBE33A
RGB: (187,227,58)

Color info

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

RGB color model

#BBE33A color RGB value is (187,227,58).

  • red value is 187;
  • green value is 227;
  • blue value is 58.
RGB:
(187,227,58)
(73%,89%,23%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 58 of 255 = 23%

187
227
58

R + G + B ~ 62%. #BBE33A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 58 = 472 (100%)
R 187 of 472 ~ 39.62%
G 227 of 472 ~ 48.09%
B 58 of 472 ~ 12.29%

%39.62
%48.09
%12.29

CMYK color model

#BBE33A color CMYK value is (18,0,74,11).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 74.45%
  • key color value is 10.98%
CMYK:
(18,0,74,11)
C18M0Y74K11 
(18%,0%,74%,11%)
(0.18/0.00/0.74/0.11)	

CMYK percentages

%17.62
%0
%74.45
%10.98

Codes

Color #BBE33A in popluar color models

BBE33A
RGB18722758
HSL74°75.11%55.88%
HSB/HSV74°74.45%89.02%
CMYK17.62%0.00%74.45%
10.98%

Color #BBE33A in popluar number systems.

HEXBBE33A
Decimal18722758
Binary1011101111100011111010
Octal27334372

Shades and tints

Shades of #BBE33A

#BBE33A
(187,227,58)
#AACF35
(170,207,53)
#99BB30
(153,187,48)
#88A72B
(136,167,43)
#779326
(119,147,38)
#667F21
(102,127,33)
#556B1C
(85,107,28)
#445717
(68,87,23)
#334312
(51,67,18)
#222F0D
(34,47,13)
#111B08
(17,27,8)
#000000
(0,0,0)

Tints of #BBE33A

#BBE33A
(187,227,58)
#C1E54B
(193,229,75)
#C7E75C
(199,231,92)
#CDE96D
(205,233,109)
#D3EB7E
(211,235,126)
#D9ED8F
(217,237,143)
#DFEFA0
(223,239,160)
#E5F1B1
(229,241,177)
#EBF3C2
(235,243,194)
#F1F5D3
(241,245,211)
#F7F7E4
(247,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE33A color. Also use rgb(187,227,58) instead hex code.

Text Font Color

.myTextColor { color: #BBE33A; }

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

This text font color is #BBE33A.


Background Color

.myBgColor { background-color: #BBE33A; }

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

This div background color is #BBE33A.


Border color

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

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

This div border color is #BBE33A.


Opacity

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

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

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

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

This text has shadow with #BBE33A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE33A on black background.


Color preview on white background

This text has color #BBE33A on white background.



Black color preview on #BBE33A background

This text has black color on #BBE33A background.


White color preview on #BBE33A background

This text has white color on #BBE33A background.