COLOR #BBD453

HEX: #BBD453
RGB: (187,212,83)

Color info

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

RGB color model

#BBD453 color RGB value is (187,212,83).

  • red value is 187;
  • green value is 212;
  • blue value is 83.
RGB:
(187,212,83)
(73%,83%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 83 of 255 = 33%

187
212
83

R + G + B ~ 63%. #BBD453 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 83 = 482 (100%)
R 187 of 482 ~ 38.8%
G 212 of 482 ~ 43.98%
B 83 of 482 ~ 17.22%

%38.8
%43.98
%17.22

CMYK color model

#BBD453 color CMYK value is (12,0,61,17).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 60.85%
  • key color value is 16.86%
CMYK:
(12,0,61,17)
C12M0Y61K17 
(12%,0%,61%,17%)
(0.12/0.00/0.61/0.17)	

CMYK percentages

%11.79
%0
%60.85
%16.86

Codes

Color #BBD453 in popluar color models

BBD453
RGB18721283
HSL72°60.00%57.84%
HSB/HSV72°60.85%83.14%
CMYK11.79%0.00%60.85%
16.86%

Color #BBD453 in popluar number systems.

HEXBBD453
Decimal18721283
Binary10111011110101001010011
Octal273324123

Shades and tints

Shades of #BBD453

#BBD453
(187,212,83)
#AAC14C
(170,193,76)
#99AE45
(153,174,69)
#889B3E
(136,155,62)
#778837
(119,136,55)
#667530
(102,117,48)
#556229
(85,98,41)
#444F22
(68,79,34)
#333C1B
(51,60,27)
#222914
(34,41,20)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #BBD453

#BBD453
(187,212,83)
#C1D762
(193,215,98)
#C7DA71
(199,218,113)
#CDDD80
(205,221,128)
#D3E08F
(211,224,143)
#D9E39E
(217,227,158)
#DFE6AD
(223,230,173)
#E5E9BC
(229,233,188)
#EBECCB
(235,236,203)
#F1EFDA
(241,239,218)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD453 color. Also use rgb(187,212,83) instead hex code.

Text Font Color

.myTextColor { color: #BBD453; }

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

This text font color is #BBD453.


Background Color

.myBgColor { background-color: #BBD453; }

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

This div background color is #BBD453.


Border color

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

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

This div border color is #BBD453.


Opacity

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

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

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

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

This text has shadow with #BBD453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD453 on black background.


Color preview on white background

This text has color #BBD453 on white background.



Black color preview on #BBD453 background

This text has black color on #BBD453 background.


White color preview on #BBD453 background

This text has white color on #BBD453 background.