COLOR #B4C93F

HEX: #B4C93F RGB: (180,201,63)

Color info

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

RGB color model

#B4C93F color RGB value is (180,201,63).

RGB: (180,201,63) (71%, 79%, 25%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 63 of 255 = 25%

180
201
63

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

Portions of RGB colors in percentages

R + G + B = 180 + 201 + 63 = 444 (100%)
R 180 of 444 ~ 40.54%
G 201 of 444 ~ 45.27%
B 63 of 444 ~ 14.19'%

%40.54
%45.27
%14.19

CMYK color model

#B4C93F color CMYK value is (10,0,69,21).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 68.66%
  • key color value is 21.18%

CMYK: (10,0,69,21)
C10M0Y69K21 (10%, 0%, 69%, 21%)
(0.10 / 0.00 / 0.69 / 0.21)

CMYK percentages

%10.45
%0
%68.66
%21.18

Codes

Color #B4C93F in popluar color models

B4 C9 3F
RGB 180 201 63
HSL 69° 56.10% 51.76%
HSB/HSV 69° 68.66% 78.82%
CMYK 10.45% 0.00% 68.66%
21.18%

Color #B4C93F in popluar number systems.

HEX B4 C9 3F
Decimal 180 201 63
Binary 10110100 11001001 111111
Octal 264 311 77

Shades and tints

Shades of #B4C93F

#B4C93F
(180,201,63)
#A4B73A
(164,183,58)
#94A535
(148,165,53)
#849330
(132,147,48)
#74812B
(116,129,43)
#646F26
(100,111,38)
#545D21
(84,93,33)
#444B1C
(68,75,28)
#343917
(52,57,23)
#242712
(36,39,18)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B4C93F

#B4C93F
(180,201,63)
#BACD50
(186,205,80)
#C0D161
(192,209,97)
#C6D572
(198,213,114)
#CCD983
(204,217,131)
#D2DD94
(210,221,148)
#D8E1A5
(216,225,165)
#DEE5B6
(222,229,182)
#E4E9C7
(228,233,199)
#EAEDD8
(234,237,216)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C93F color. Also use rgb(180,201,63) instead hex code.

Text Font Color

.myTextColor { color: #B4C93F; }

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

This text font color is #B4C93F.

Background Color

.myBgColor { background-color: #B4C93F; }

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

This div background color is #B4C93F.

Border color

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

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

This div border color is #B4C93F.

Opacity

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

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

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

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

This text has shadow with #B4C93F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C93F.

Preview

Color preview on black background

This text has color #B4C93F on black background.


Color preview on white background

This text has color #B4C93F on white background.


Black color preview on #B4C93F background

This text has black color on #B4C93F background.


White color preview on #B4C93F background

This text has white color on #B4C93F background.


Related colors

Complementary color

Complementary color for #B4C93F is #4B36C0.


I love getcolorcode.com

Triadic colors

1 #3FB4C9 and #C93FB4 with #B4C93F are triadic colors.

2 #3FC9B4 and #C9B43F with #B4C93F are triadic colors.