COLOR #BBCD25

HEX: #BBCD25
RGB: (187,205,37)

Color info

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

RGB color model

#BBCD25 color RGB value is (187,205,37).

  • red value is 187;
  • green value is 205;
  • blue value is 37.
RGB:
(187,205,37)
(73%,80%,15%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 37 of 255 = 15%

187
205
37

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 37 = 429 (100%)
R 187 of 429 ~ 43.59%
G 205 of 429 ~ 47.79%
B 37 of 429 ~ 8.62%

%43.59
%47.79

CMYK color model

#BBCD25 color CMYK value is (9,0,82,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 81.95%
  • key color value is 19.61%
CMYK:
(9,0,82,20)
C9M0Y82K20 
(9%,0%,82%,20%)
(0.09/0.00/0.82/0.20)	

CMYK percentages

%8.78
%0
%81.95
%19.61

Codes

Color #BBCD25 in popluar color models

BBCD25
RGB18720537
HSL66°69.42%47.45%
HSB/HSV66°81.95%80.39%
CMYK8.78%0.00%81.95%
19.61%

Color #BBCD25 in popluar number systems.

HEXBBCD25
Decimal18720537
Binary1011101111001101100101
Octal27331545

Shades and tints

Shades of #BBCD25

#BBCD25
(187,205,37)
#AABB22
(170,187,34)
#99A91F
(153,169,31)
#88971C
(136,151,28)
#778519
(119,133,25)
#667316
(102,115,22)
#556113
(85,97,19)
#444F10
(68,79,16)
#333D0D
(51,61,13)
#222B0A
(34,43,10)
#111907
(17,25,7)
#000000
(0,0,0)

Tints of #BBCD25

#BBCD25
(187,205,37)
#C1D138
(193,209,56)
#C7D54B
(199,213,75)
#CDD95E
(205,217,94)
#D3DD71
(211,221,113)
#D9E184
(217,225,132)
#DFE597
(223,229,151)
#E5E9AA
(229,233,170)
#EBEDBD
(235,237,189)
#F1F1D0
(241,241,208)
#F7F5E3
(247,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCD25 color. Also use rgb(187,205,37) instead hex code.

Text Font Color

.myTextColor { color: #BBCD25; }

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

This text font color is #BBCD25.


Background Color

.myBgColor { background-color: #BBCD25; }

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

This div background color is #BBCD25.


Border color

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

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

This div border color is #BBCD25.


Opacity

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

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

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

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

This text has shadow with #BBCD25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD25 on black background.


Color preview on white background

This text has color #BBCD25 on white background.



Black color preview on #BBCD25 background

This text has black color on #BBCD25 background.


White color preview on #BBCD25 background

This text has white color on #BBCD25 background.