COLOR #B4CB39

HEX: #B4CB39
RGB: (180,203,57)

Color info

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

RGB color model

#B4CB39 color RGB value is (180,203,57).

  • red value is 180;
  • green value is 203;
  • blue value is 57.
RGB:
(180,203,57)
(71%,80%,22%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 57 of 255 = 22%

180
203
57

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

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 57 = 440 (100%)
R 180 of 440 ~ 40.91%
G 203 of 440 ~ 46.14%
B 57 of 440 ~ 12.95%

%40.91
%46.14
%12.95

CMYK color model

#B4CB39 color CMYK value is (11,0,72,20).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 71.92%
  • key color value is 20.39%
CMYK:
(11,0,72,20)
C11M0Y72K20 
(11%,0%,72%,20%)
(0.11/0.00/0.72/0.20)	

CMYK percentages

%11.33
%0
%71.92
%20.39

Codes

Color #B4CB39 in popluar color models

B4CB39
RGB18020357
HSL69°58.40%50.98%
HSB/HSV69°71.92%79.61%
CMYK11.33%0.00%71.92%
20.39%

Color #B4CB39 in popluar number systems.

HEXB4CB39
Decimal18020357
Binary1011010011001011111001
Octal26431371

Shades and tints

Shades of #B4CB39

#B4CB39
(180,203,57)
#A4B934
(164,185,52)
#94A72F
(148,167,47)
#84952A
(132,149,42)
#748325
(116,131,37)
#647120
(100,113,32)
#545F1B
(84,95,27)
#444D16
(68,77,22)
#343B11
(52,59,17)
#24290C
(36,41,12)
#141707
(20,23,7)
#000000
(0,0,0)

Tints of #B4CB39

#B4CB39
(180,203,57)
#BACF4B
(186,207,75)
#C0D35D
(192,211,93)
#C6D76F
(198,215,111)
#CCDB81
(204,219,129)
#D2DF93
(210,223,147)
#D8E3A5
(216,227,165)
#DEE7B7
(222,231,183)
#E4EBC9
(228,235,201)
#EAEFDB
(234,239,219)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CB39 color. Also use rgb(180,203,57) instead hex code.

Text Font Color

.myTextColor { color: #B4CB39; }

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

This text font color is #B4CB39.


Background Color

.myBgColor { background-color: #B4CB39; }

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

This div background color is #B4CB39.


Border color

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

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

This div border color is #B4CB39.


Opacity

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

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

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

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

This text has shadow with #B4CB39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CB39 on black background.


Color preview on white background

This text has color #B4CB39 on white background.



Black color preview on #B4CB39 background

This text has black color on #B4CB39 background.


White color preview on #B4CB39 background

This text has white color on #B4CB39 background.