COLOR #B1C278

HEX: #B1C278
RGB: (177,194,120)

Color info

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

RGB color model

#B1C278 color RGB value is (177,194,120).

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

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 120 of 255 = 47%

177
194
120

R + G + B ~ 64%. #B1C278 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 120 = 491 (100%)
R 177 of 491 ~ 36.05%
G 194 of 491 ~ 39.51%
B 120 of 491 ~ 24.44%

%36.05
%39.51
%24.44

CMYK color model

#B1C278 color CMYK value is (9,0,38,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 38.14%
  • key color value is 23.92%
CMYK: (9,0,38,24) C9M0Y38K24 (9%,0%,38%,24%) (0.09/0.00/0.38/0.24)

CMYK percentages

%8.76
%0
%38.14
%23.92

Codes

Color #B1C278 in popluar color models

B1C278
RGB177194120
HSL74°37.76%61.57%
HSB/HSV74°38.14%76.08%
CMYK8.76%0.00%38.14%
23.92%

Color #B1C278 in popluar number systems.

HEXB1C278
Decimal177194120
Binary10110001110000101111000
Octal261302170

Shades and tints

Shades of #B1C278

#B1C278
(177,194,120)
#A1B16E
(161,177,110)
#91A064
(145,160,100)
#818F5A
(129,143,90)
#717E50
(113,126,80)
#616D46
(97,109,70)
#515C3C
(81,92,60)
#414B32
(65,75,50)
#313A28
(49,58,40)
#21291E
(33,41,30)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #B1C278

#B1C278
(177,194,120)
#B8C784
(184,199,132)
#BFCC90
(191,204,144)
#C6D19C
(198,209,156)
#CDD6A8
(205,214,168)
#D4DBB4
(212,219,180)
#DBE0C0
(219,224,192)
#E2E5CC
(226,229,204)
#E9EAD8
(233,234,216)
#F0EFE4
(240,239,228)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C278; }

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

This text font color is #B1C278.


Background Color

.myBgColor { background-color: #B1C278; }

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

This div background color is #B1C278.


Border color

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

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

This div border color is #B1C278.


Opacity

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

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

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

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

This text has shadow with #B1C278 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1C278 on black background.


Color preview on white background

This text has color #B1C278 on white background.



Black color preview on #B1C278 background

This text has black color on #B1C278 background.


White color preview on #B1C278 background

This text has white color on #B1C278 background.