COLOR #B1C840

HEX: #B1C840 RGB: (177,200,64)

Color info

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

RGB color model

#B1C840 color RGB value is (177,200,64).

RGB: (177,200,64) (69%, 78%, 25%)

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 64 of 255 = 25%

177
200
64

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

Portions of RGB colors in percentages

R + G + B = 177 + 200 + 64 = 441 (100%)
R 177 of 441 ~ 40.14%
G 200 of 441 ~ 45.35%
B 64 of 441 ~ 14.51'%

%40.14
%45.35
%14.51

CMYK color model

#B1C840 color CMYK value is (12,0,68,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 21.57%

CMYK: (12,0,68,22)
C12M0Y68K22 (12%, 0%, 68%, 22%)
(0.12 / 0.00 / 0.68 / 0.22)

CMYK percentages

%11.5
%0
%68
%21.57

Codes

Color #B1C840 in popluar color models

B1 C8 40
RGB 177 200 64
HSL 70° 55.28% 51.76%
HSB/HSV 70° 68.00% 78.43%
CMYK 11.50% 0.00% 68.00%
21.57%

Color #B1C840 in popluar number systems.

HEX B1 C8 40
Decimal 177 200 64
Binary 10110001 11001000 1000000
Octal 261 310 100

Shades and tints

Shades of #B1C840

#B1C840
(177,200,64)
#A1B63B
(161,182,59)
#91A436
(145,164,54)
#819231
(129,146,49)
#71802C
(113,128,44)
#616E27
(97,110,39)
#515C22
(81,92,34)
#414A1D
(65,74,29)
#313818
(49,56,24)
#212613
(33,38,19)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #B1C840

#B1C840
(177,200,64)
#B8CD51
(184,205,81)
#BFD262
(191,210,98)
#C6D773
(198,215,115)
#CDDC84
(205,220,132)
#D4E195
(212,225,149)
#DBE6A6
(219,230,166)
#E2EBB7
(226,235,183)
#E9F0C8
(233,240,200)
#F0F5D9
(240,245,217)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C840 color. Also use rgb(177,200,64) instead hex code.

Text Font Color

.myTextColor { color: #B1C840; }

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

This text font color is #B1C840.

Background Color

.myBgColor { background-color: #B1C840; }

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

This div background color is #B1C840.

Border color

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

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

This div border color is #B1C840.

Opacity

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

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

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

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

This text has shadow with #B1C840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C840.

Preview

Color preview on black background

This text has color #B1C840 on black background.


Color preview on white background

This text has color #B1C840 on white background.


Black color preview on #B1C840 background

This text has black color on #B1C840 background.


White color preview on #B1C840 background

This text has white color on #B1C840 background.


Related colors

Complementary color

Complementary color for #hex is #4E37BF.


I love getcolorcode.com

Triadic colors

1 #40B1C8 and #C840B1 with #B1C840 are triadic colors.

2 #40C8B1 and #C8B140 with #B1C840 are triadic colors.