COLOR #B5C23F

HEX: #B5C23F
RGB: (181,194,63)

Color info

#B5C23F contains mainly red and green colors. Web safe color of #B5C23F is #CCCC33 (or #CC3).

RGB color model

#B5C23F color RGB value is (181,194,63).

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

RGB channels and saturation

R 181 of 255 = 71%
G 194 of 255 = 76%
B 63 of 255 = 25%

181
194
63

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

Portions of RGB colors in percentages

R + G + B =
181 + 194 + 63 = 438 (100%)
R 181 of 438 ~ 41.32%
G 194 of 438 ~ 44.29%
B 63 of 438 ~ 14.38%

%41.32
%44.29
%14.38

CMYK color model

#B5C23F color CMYK value is (7,0,68,24).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 67.53%
  • key color value is 23.92%
CMYK:
(7,0,68,24)
C7M0Y68K24 
(7%,0%,68%,24%)
(0.07/0.00/0.68/0.24)	

CMYK percentages

%6.7
%0
%67.53
%23.92

Codes

Color #B5C23F in popluar color models

B5C23F
RGB18119463
HSL66°51.78%50.39%
HSB/HSV66°67.53%76.08%
CMYK6.70%0.00%67.53%
23.92%

Color #B5C23F in popluar number systems.

HEXB5C23F
Decimal18119463
Binary1011010111000010111111
Octal26530277

Shades and tints

Shades of #B5C23F

#B5C23F
(181,194,63)
#A5B13A
(165,177,58)
#95A035
(149,160,53)
#858F30
(133,143,48)
#757E2B
(117,126,43)
#656D26
(101,109,38)
#555C21
(85,92,33)
#454B1C
(69,75,28)
#353A17
(53,58,23)
#252912
(37,41,18)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #B5C23F

#B5C23F
(181,194,63)
#BBC750
(187,199,80)
#C1CC61
(193,204,97)
#C7D172
(199,209,114)
#CDD683
(205,214,131)
#D3DB94
(211,219,148)
#D9E0A5
(217,224,165)
#DFE5B6
(223,229,182)
#E5EAC7
(229,234,199)
#EBEFD8
(235,239,216)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C23F; }

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

This text font color is #B5C23F.


Background Color

.myBgColor { background-color: #B5C23F; }

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

This div background color is #B5C23F.


Border color

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

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

This div border color is #B5C23F.


Opacity

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

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

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

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

This text has shadow with #B5C23F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C23F on black background.


Color preview on white background

This text has color #B5C23F on white background.



Black color preview on #B5C23F background

This text has black color on #B5C23F background.


White color preview on #B5C23F background

This text has white color on #B5C23F background.