COLOR #B1C274

HEX: #B1C274
RGB: (177,194,116)

Color info

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

RGB color model

#B1C274 color RGB value is (177,194,116).

  • red value is 177;
  • green value is 194;
  • blue value is 116.
RGB:
(177,194,116)
(69%,76%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 116 of 255 = 45%

177
194
116

R + G + B ~ 63%. #B1C274 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 116 = 487 (100%)
R 177 of 487 ~ 36.34%
G 194 of 487 ~ 39.84%
B 116 of 487 ~ 23.82%

%36.34
%39.84
%23.82

CMYK color model

#B1C274 color CMYK value is (9,0,40,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 23.92%
CMYK:
(9,0,40,24)
C9M0Y40K24 
(9%,0%,40%,24%)
(0.09/0.00/0.40/0.24)	

CMYK percentages

%8.76
%0
%40.21
%23.92

Codes

Color #B1C274 in popluar color models

B1C274
RGB177194116
HSL73°39.00%60.78%
HSB/HSV73°40.21%76.08%
CMYK8.76%0.00%40.21%
23.92%

Color #B1C274 in popluar number systems.

HEXB1C274
Decimal177194116
Binary10110001110000101110100
Octal261302164

Shades and tints

Shades of #B1C274

#B1C274
(177,194,116)
#A1B16A
(161,177,106)
#91A060
(145,160,96)
#818F56
(129,143,86)
#717E4C
(113,126,76)
#616D42
(97,109,66)
#515C38
(81,92,56)
#414B2E
(65,75,46)
#313A24
(49,58,36)
#21291A
(33,41,26)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #B1C274

#B1C274
(177,194,116)
#B8C780
(184,199,128)
#BFCC8C
(191,204,140)
#C6D198
(198,209,152)
#CDD6A4
(205,214,164)
#D4DBB0
(212,219,176)
#DBE0BC
(219,224,188)
#E2E5C8
(226,229,200)
#E9EAD4
(233,234,212)
#F0EFE0
(240,239,224)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C274 color. Also use rgb(177,194,116) instead hex code.

Text Font Color

.myTextColor { color: #B1C274; }

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

This text font color is #B1C274.


Background Color

.myBgColor { background-color: #B1C274; }

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

This div background color is #B1C274.


Border color

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

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

This div border color is #B1C274.


Opacity

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

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

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

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

This text has shadow with #B1C274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C274 on black background.


Color preview on white background

This text has color #B1C274 on white background.



Black color preview on #B1C274 background

This text has black color on #B1C274 background.


White color preview on #B1C274 background

This text has white color on #B1C274 background.