COLOR #B1CD47

HEX: #B1CD47
RGB: (177,205,71)

Color info

#B1CD47 contains mainly red and green colors. Web safe color of #B1CD47 is #99CC33 (or #9C3).

RGB color model

#B1CD47 color RGB value is (177,205,71).

  • red value is 177;
  • green value is 205;
  • blue value is 71.
RGB:
(177,205,71)
(69%,80%,28%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 71 of 255 = 28%

177
205
71

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

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 71 = 453 (100%)
R 177 of 453 ~ 39.07%
G 205 of 453 ~ 45.25%
B 71 of 453 ~ 15.67%

%39.07
%45.25
%15.67

CMYK color model

#B1CD47 color CMYK value is (14,0,65,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 65.37%
  • key color value is 19.61%
CMYK:
(14,0,65,20)
C14M0Y65K20 
(14%,0%,65%,20%)
(0.14/0.00/0.65/0.20)	

CMYK percentages

%13.66
%0
%65.37
%19.61

Codes

Color #B1CD47 in popluar color models

B1CD47
RGB17720571
HSL73°57.26%54.12%
HSB/HSV73°65.37%80.39%
CMYK13.66%0.00%65.37%
19.61%

Color #B1CD47 in popluar number systems.

HEXB1CD47
Decimal17720571
Binary10110001110011011000111
Octal261315107

Shades and tints

Shades of #B1CD47

#B1CD47
(177,205,71)
#A1BB41
(161,187,65)
#91A93B
(145,169,59)
#819735
(129,151,53)
#71852F
(113,133,47)
#617329
(97,115,41)
#516123
(81,97,35)
#414F1D
(65,79,29)
#313D17
(49,61,23)
#212B11
(33,43,17)
#11190B
(17,25,11)
#000000
(0,0,0)

Tints of #B1CD47

#B1CD47
(177,205,71)
#B8D157
(184,209,87)
#BFD567
(191,213,103)
#C6D977
(198,217,119)
#CDDD87
(205,221,135)
#D4E197
(212,225,151)
#DBE5A7
(219,229,167)
#E2E9B7
(226,233,183)
#E9EDC7
(233,237,199)
#F0F1D7
(240,241,215)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CD47 color. Also use rgb(177,205,71) instead hex code.

Text Font Color

.myTextColor { color: #B1CD47; }

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

This text font color is #B1CD47.


Background Color

.myBgColor { background-color: #B1CD47; }

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

This div background color is #B1CD47.


Border color

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

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

This div border color is #B1CD47.


Opacity

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

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

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

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

This text has shadow with #B1CD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CD47 on black background.


Color preview on white background

This text has color #B1CD47 on white background.



Black color preview on #B1CD47 background

This text has black color on #B1CD47 background.


White color preview on #B1CD47 background

This text has white color on #B1CD47 background.