COLOR #B1C490

HEX: #B1C490 RGB: (177,196,144)

Color info

#B1C490 contains red, green and blue colors in about the same proportion. Web safe color of #B1C490 is #99CC99 (or #9C9).

RGB color model

#B1C490 color RGB value is (177,196,144).

RGB: (177,196,144) (69%, 77%, 56%)

RGB channels and saturation

R 177 of 255 = 69%
G 196 of 255 = 77%
B 144 of 255 = 56%

177
196
144

R + G + B ~ 67%. #B1C490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 196 + 144 = 517 (100%)
R 177 of 517 ~ 34.24%
G 196 of 517 ~ 37.91%
B 144 of 517 ~ 27.85'%

%34.24
%37.91
%27.85

CMYK color model

#B1C490 color CMYK value is (10,0,27,23).

  • cyan value is 9.69%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 23.14%

CMYK: (10,0,27,23)
C10M0Y27K23 (10%, 0%, 27%, 23%)
(0.10 / 0.00 / 0.27 / 0.23)

CMYK percentages

%9.69
%0
%26.53
%23.14

Codes

Color #B1C490 in popluar color models

B1 C4 90
RGB 177 196 144
HSL 82° 30.59% 66.67%
HSB/HSV 82° 26.53% 76.86%
CMYK 9.69% 0.00% 26.53%
23.14%

Color #B1C490 in popluar number systems.

HEX B1 C4 90
Decimal 177 196 144
Binary 10110001 11000100 10010000
Octal 261 304 220

Shades and tints

Shades of #B1C490

#B1C490
(177,196,144)
#A1B383
(161,179,131)
#91A276
(145,162,118)
#819169
(129,145,105)
#71805C
(113,128,92)
#616F4F
(97,111,79)
#515E42
(81,94,66)
#414D35
(65,77,53)
#313C28
(49,60,40)
#212B1B
(33,43,27)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #B1C490

#B1C490
(177,196,144)
#B8C99A
(184,201,154)
#BFCEA4
(191,206,164)
#C6D3AE
(198,211,174)
#CDD8B8
(205,216,184)
#D4DDC2
(212,221,194)
#DBE2CC
(219,226,204)
#E2E7D6
(226,231,214)
#E9ECE0
(233,236,224)
#F0F1EA
(240,241,234)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C490 color. Also use rgb(177,196,144) instead hex code.

Text Font Color

.myTextColor { color: #B1C490; }

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

This text font color is #B1C490.

Background Color

.myBgColor { background-color: #B1C490; }

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

This div background color is #B1C490.

Border color

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

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

This div border color is #B1C490.

Opacity

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

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

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

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

This text has shadow with #B1C490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C490.

Preview

Color preview on black background

This text has color #B1C490 on black background.


Color preview on white background

This text has color #B1C490 on white background.


Black color preview on #B1C490 background

This text has black color on #B1C490 background.


White color preview on #B1C490 background

This text has white color on #B1C490 background.


Related colors

Complementary color

Complementary color for #hex is #4E3B6F.


I love getcolorcode.com

Triadic colors

1 #90B1C4 and #C490B1 with #B1C490 are triadic colors.

2 #90C4B1 and #C4B190 with #B1C490 are triadic colors.