COLOR #B4C27A

HEX: #B4C27A
RGB: (180,194,122)

Color info

#B4C27A contains mainly red and green colors. Web safe color of #B4C27A is #CCCC66 (or #CC6).

RGB color model

#B4C27A color RGB value is (180,194,122).

  • red value is 180;
  • green value is 194;
  • blue value is 122.
RGB:
(180,194,122)
(71%,76%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 122 of 255 = 48%

180
194
122

R + G + B ~ 65%. #B4C27A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 122 = 496 (100%)
R 180 of 496 ~ 36.29%
G 194 of 496 ~ 39.11%
B 122 of 496 ~ 24.6%

%36.29
%39.11
%24.6

CMYK color model

#B4C27A color CMYK value is (7,0,37,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 23.92%
CMYK:
(7,0,37,24)
C7M0Y37K24 
(7%,0%,37%,24%)
(0.07/0.00/0.37/0.24)	

CMYK percentages

%7.22
%0
%37.11
%23.92

Codes

Color #B4C27A in popluar color models

B4C27A
RGB180194122
HSL72°37.11%61.96%
HSB/HSV72°37.11%76.08%
CMYK7.22%0.00%37.11%
23.92%

Color #B4C27A in popluar number systems.

HEXB4C27A
Decimal180194122
Binary10110100110000101111010
Octal264302172

Shades and tints

Shades of #B4C27A

#B4C27A
(180,194,122)
#A4B16F
(164,177,111)
#94A064
(148,160,100)
#848F59
(132,143,89)
#747E4E
(116,126,78)
#646D43
(100,109,67)
#545C38
(84,92,56)
#444B2D
(68,75,45)
#343A22
(52,58,34)
#242917
(36,41,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #B4C27A

#B4C27A
(180,194,122)
#BAC786
(186,199,134)
#C0CC92
(192,204,146)
#C6D19E
(198,209,158)
#CCD6AA
(204,214,170)
#D2DBB6
(210,219,182)
#D8E0C2
(216,224,194)
#DEE5CE
(222,229,206)
#E4EADA
(228,234,218)
#EAEFE6
(234,239,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C27A color. Also use rgb(180,194,122) instead hex code.

Text Font Color

.myTextColor { color: #B4C27A; }

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

This text font color is #B4C27A.


Background Color

.myBgColor { background-color: #B4C27A; }

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

This div background color is #B4C27A.


Border color

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

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

This div border color is #B4C27A.


Opacity

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

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

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

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

This text has shadow with #B4C27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C27A on black background.


Color preview on white background

This text has color #B4C27A on white background.



Black color preview on #B4C27A background

This text has black color on #B4C27A background.


White color preview on #B4C27A background

This text has white color on #B4C27A background.