COLOR #B1C23F

HEX: #B1C23F
RGB: (177,194,63)

Color info

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

RGB color model

#B1C23F color RGB value is (177,194,63).

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

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 63 of 255 = 25%

177
194
63

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 63 = 434 (100%)
R 177 of 434 ~ 40.78%
G 194 of 434 ~ 44.7%
B 63 of 434 ~ 14.52%

%40.78
%44.7
%14.52

CMYK color model

#B1C23F color CMYK value is (9,0,68,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 67.53%
  • key color value is 23.92%
CMYK:
(9,0,68,24)
C9M0Y68K24 
(9%,0%,68%,24%)
(0.09/0.00/0.68/0.24)	

CMYK percentages

%8.76
%0
%67.53
%23.92

Codes

Color #B1C23F in popluar color models

B1C23F
RGB17719463
HSL68°51.78%50.39%
HSB/HSV68°67.53%76.08%
CMYK8.76%0.00%67.53%
23.92%

Color #B1C23F in popluar number systems.

HEXB1C23F
Decimal17719463
Binary1011000111000010111111
Octal26130277

Shades and tints

Shades of #B1C23F

#B1C23F
(177,194,63)
#A1B13A
(161,177,58)
#91A035
(145,160,53)
#818F30
(129,143,48)
#717E2B
(113,126,43)
#616D26
(97,109,38)
#515C21
(81,92,33)
#414B1C
(65,75,28)
#313A17
(49,58,23)
#212912
(33,41,18)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #B1C23F

#B1C23F
(177,194,63)
#B8C750
(184,199,80)
#BFCC61
(191,204,97)
#C6D172
(198,209,114)
#CDD683
(205,214,131)
#D4DB94
(212,219,148)
#DBE0A5
(219,224,165)
#E2E5B6
(226,229,182)
#E9EAC7
(233,234,199)
#F0EFD8
(240,239,216)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C23F; }

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

This text font color is #B1C23F.


Background Color

.myBgColor { background-color: #B1C23F; }

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

This div background color is #B1C23F.


Border color

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

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

This div border color is #B1C23F.


Opacity

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

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

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

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

This text has shadow with #B1C23F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C23F on black background.


Color preview on white background

This text has color #B1C23F on white background.



Black color preview on #B1C23F background

This text has black color on #B1C23F background.


White color preview on #B1C23F background

This text has white color on #B1C23F background.