COLOR #B5CF73

HEX: #B5CF73
RGB: (181,207,115)

Color info

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

RGB color model

#B5CF73 color RGB value is (181,207,115).

  • red value is 181;
  • green value is 207;
  • blue value is 115.
RGB:
(181,207,115)
(71%,81%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 115 of 255 = 45%

181
207
115

R + G + B ~ 66%. #B5CF73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 115 = 503 (100%)
R 181 of 503 ~ 35.98%
G 207 of 503 ~ 41.15%
B 115 of 503 ~ 22.86%

%35.98
%41.15
%22.86

CMYK color model

#B5CF73 color CMYK value is (13,0,44,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 18.82%
CMYK:
(13,0,44,19)
C13M0Y44K19 
(13%,0%,44%,19%)
(0.13/0.00/0.44/0.19)	

CMYK percentages

%12.56
%0
%44.44
%18.82

Codes

Color #B5CF73 in popluar color models

B5CF73
RGB181207115
HSL77°48.94%63.14%
HSB/HSV77°44.44%81.18%
CMYK12.56%0.00%44.44%
18.82%

Color #B5CF73 in popluar number systems.

HEXB5CF73
Decimal181207115
Binary10110101110011111110011
Octal265317163

Shades and tints

Shades of #B5CF73

#B5CF73
(181,207,115)
#A5BD69
(165,189,105)
#95AB5F
(149,171,95)
#859955
(133,153,85)
#75874B
(117,135,75)
#657541
(101,117,65)
#556337
(85,99,55)
#45512D
(69,81,45)
#353F23
(53,63,35)
#252D19
(37,45,25)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #B5CF73

#B5CF73
(181,207,115)
#BBD37F
(187,211,127)
#C1D78B
(193,215,139)
#C7DB97
(199,219,151)
#CDDFA3
(205,223,163)
#D3E3AF
(211,227,175)
#D9E7BB
(217,231,187)
#DFEBC7
(223,235,199)
#E5EFD3
(229,239,211)
#EBF3DF
(235,243,223)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CF73 color. Also use rgb(181,207,115) instead hex code.

Text Font Color

.myTextColor { color: #B5CF73; }

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

This text font color is #B5CF73.


Background Color

.myBgColor { background-color: #B5CF73; }

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

This div background color is #B5CF73.


Border color

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

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

This div border color is #B5CF73.


Opacity

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

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

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

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

This text has shadow with #B5CF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CF73 on black background.


Color preview on white background

This text has color #B5CF73 on white background.



Black color preview on #B5CF73 background

This text has black color on #B5CF73 background.


White color preview on #B5CF73 background

This text has white color on #B5CF73 background.