COLOR #B5BD25

HEX: #B5BD25
RGB: (181,189,37)

Color info

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

RGB color model

#B5BD25 color RGB value is (181,189,37).

  • red value is 181;
  • green value is 189;
  • blue value is 37.
RGB:
(181,189,37)
(71%,74%,15%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 37 of 255 = 15%

181
189
37

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 37 = 407 (100%)
R 181 of 407 ~ 44.47%
G 189 of 407 ~ 46.44%
B 37 of 407 ~ 9.09%

%44.47
%46.44

CMYK color model

#B5BD25 color CMYK value is (4,0,80,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 80.42%
  • key color value is 25.88%
CMYK:
(4,0,80,26)
C4M0Y80K26 
(4%,0%,80%,26%)
(0.04/0.00/0.80/0.26)	

CMYK percentages

%4.23
%0
%80.42
%25.88

Codes

Color #B5BD25 in popluar color models

B5BD25
RGB18118937
HSL63°67.26%44.31%
HSB/HSV63°80.42%74.12%
CMYK4.23%0.00%80.42%
25.88%

Color #B5BD25 in popluar number systems.

HEXB5BD25
Decimal18118937
Binary1011010110111101100101
Octal26527545

Shades and tints

Shades of #B5BD25

#B5BD25
(181,189,37)
#A5AC22
(165,172,34)
#959B1F
(149,155,31)
#858A1C
(133,138,28)
#757919
(117,121,25)
#656816
(101,104,22)
#555713
(85,87,19)
#454610
(69,70,16)
#35350D
(53,53,13)
#25240A
(37,36,10)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #B5BD25

#B5BD25
(181,189,37)
#BBC338
(187,195,56)
#C1C94B
(193,201,75)
#C7CF5E
(199,207,94)
#CDD571
(205,213,113)
#D3DB84
(211,219,132)
#D9E197
(217,225,151)
#DFE7AA
(223,231,170)
#E5EDBD
(229,237,189)
#EBF3D0
(235,243,208)
#F1F9E3
(241,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BD25 color. Also use rgb(181,189,37) instead hex code.

Text Font Color

.myTextColor { color: #B5BD25; }

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

This text font color is #B5BD25.


Background Color

.myBgColor { background-color: #B5BD25; }

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

This div background color is #B5BD25.


Border color

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

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

This div border color is #B5BD25.


Opacity

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

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

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

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

This text has shadow with #B5BD25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD25 on black background.


Color preview on white background

This text has color #B5BD25 on white background.



Black color preview on #B5BD25 background

This text has black color on #B5BD25 background.


White color preview on #B5BD25 background

This text has white color on #B5BD25 background.