COLOR #B1CF72

HEX: #B1CF72
RGB: (177,207,114)

Color info

#B1CF72 contains mainly red and green colors. Web safe color of #B1CF72 is #99CC66 (or #9C6).

RGB color model

#B1CF72 color RGB value is (177,207,114).

  • red value is 177;
  • green value is 207;
  • blue value is 114.
RGB:
(177,207,114)
(69%,81%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 114 of 255 = 45%

177
207
114

R + G + B ~ 65%. #B1CF72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 114 = 498 (100%)
R 177 of 498 ~ 35.54%
G 207 of 498 ~ 41.57%
B 114 of 498 ~ 22.89%

%35.54
%41.57
%22.89

CMYK color model

#B1CF72 color CMYK value is (14,0,45,19).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 18.82%
CMYK:
(14,0,45,19)
C14M0Y45K19 
(14%,0%,45%,19%)
(0.14/0.00/0.45/0.19)	

CMYK percentages

%14.49
%0
%44.93
%18.82

Codes

Color #B1CF72 in popluar color models

B1CF72
RGB177207114
HSL79°49.21%62.94%
HSB/HSV79°44.93%81.18%
CMYK14.49%0.00%44.93%
18.82%

Color #B1CF72 in popluar number systems.

HEXB1CF72
Decimal177207114
Binary10110001110011111110010
Octal261317162

Shades and tints

Shades of #B1CF72

#B1CF72
(177,207,114)
#A1BD68
(161,189,104)
#91AB5E
(145,171,94)
#819954
(129,153,84)
#71874A
(113,135,74)
#617540
(97,117,64)
#516336
(81,99,54)
#41512C
(65,81,44)
#313F22
(49,63,34)
#212D18
(33,45,24)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #B1CF72

#B1CF72
(177,207,114)
#B8D37E
(184,211,126)
#BFD78A
(191,215,138)
#C6DB96
(198,219,150)
#CDDFA2
(205,223,162)
#D4E3AE
(212,227,174)
#DBE7BA
(219,231,186)
#E2EBC6
(226,235,198)
#E9EFD2
(233,239,210)
#F0F3DE
(240,243,222)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CF72 color. Also use rgb(177,207,114) instead hex code.

Text Font Color

.myTextColor { color: #B1CF72; }

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

This text font color is #B1CF72.


Background Color

.myBgColor { background-color: #B1CF72; }

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

This div background color is #B1CF72.


Border color

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

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

This div border color is #B1CF72.


Opacity

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

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

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

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

This text has shadow with #B1CF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CF72 on black background.


Color preview on white background

This text has color #B1CF72 on white background.



Black color preview on #B1CF72 background

This text has black color on #B1CF72 background.


White color preview on #B1CF72 background

This text has white color on #B1CF72 background.