COLOR #BBF491

HEX: #BBF491
RGB: (187,244,145)

Color info

#BBF491 contains mainly red and green colors. Web safe color of #BBF491 is #CCFF99 (or #CF9).

RGB color model

#BBF491 color RGB value is (187,244,145).

  • red value is 187;
  • green value is 244;
  • blue value is 145.
RGB:
(187,244,145)
(73%,96%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 244 of 255 = 96%
B 145 of 255 = 57%

187
244
145

R + G + B ~ 75%. #BBF491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 244 + 145 = 576 (100%)
R 187 of 576 ~ 32.47%
G 244 of 576 ~ 42.36%
B 145 of 576 ~ 25.17%

%32.47
%42.36
%25.17

CMYK color model

#BBF491 color CMYK value is (23,0,41,4).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 4.31%
CMYK:
(23,0,41,4)
C23M0Y41K4 
(23%,0%,41%,4%)
(0.23/0.00/0.41/0.04)	

CMYK percentages

%23.36
%0
%40.57
%4.31

Codes

Color #BBF491 in popluar color models

BBF491
RGB187244145
HSL95°81.82%76.27%
HSB/HSV95°40.57%95.69%
CMYK23.36%0.00%40.57%
4.31%

Color #BBF491 in popluar number systems.

HEXBBF491
Decimal187244145
Binary101110111111010010010001
Octal273364221

Shades and tints

Shades of #BBF491

#BBF491
(187,244,145)
#AADE84
(170,222,132)
#99C877
(153,200,119)
#88B26A
(136,178,106)
#779C5D
(119,156,93)
#668650
(102,134,80)
#557043
(85,112,67)
#445A36
(68,90,54)
#334429
(51,68,41)
#222E1C
(34,46,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBF491

#BBF491
(187,244,145)
#C1F59B
(193,245,155)
#C7F6A5
(199,246,165)
#CDF7AF
(205,247,175)
#D3F8B9
(211,248,185)
#D9F9C3
(217,249,195)
#DFFACD
(223,250,205)
#E5FBD7
(229,251,215)
#EBFCE1
(235,252,225)
#F1FDEB
(241,253,235)
#F7FEF5
(247,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF491 color. Also use rgb(187,244,145) instead hex code.

Text Font Color

.myTextColor { color: #BBF491; }

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

This text font color is #BBF491.


Background Color

.myBgColor { background-color: #BBF491; }

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

This div background color is #BBF491.


Border color

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

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

This div border color is #BBF491.


Opacity

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

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

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

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

This text has shadow with #BBF491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF491 on black background.


Color preview on white background

This text has color #BBF491 on white background.



Black color preview on #BBF491 background

This text has black color on #BBF491 background.


White color preview on #BBF491 background

This text has white color on #BBF491 background.