COLOR #B4C270

HEX: #B4C270
RGB: (180,194,112)

Color info

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

RGB color model

#B4C270 color RGB value is (180,194,112).

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

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 112 of 255 = 44%

180
194
112

R + G + B ~ 64%. #B4C270 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 112 = 486 (100%)
R 180 of 486 ~ 37.04%
G 194 of 486 ~ 39.92%
B 112 of 486 ~ 23.05%

%37.04
%39.92
%23.05

CMYK color model

#B4C270 color CMYK value is (7,0,42,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 23.92%
CMYK:
(7,0,42,24)
C7M0Y42K24 
(7%,0%,42%,24%)
(0.07/0.00/0.42/0.24)	

CMYK percentages

%7.22
%0
%42.27
%23.92

Codes

Color #B4C270 in popluar color models

B4C270
RGB180194112
HSL70°40.20%60.00%
HSB/HSV70°42.27%76.08%
CMYK7.22%0.00%42.27%
23.92%

Color #B4C270 in popluar number systems.

HEXB4C270
Decimal180194112
Binary10110100110000101110000
Octal264302160

Shades and tints

Shades of #B4C270

#B4C270
(180,194,112)
#A4B166
(164,177,102)
#94A05C
(148,160,92)
#848F52
(132,143,82)
#747E48
(116,126,72)
#646D3E
(100,109,62)
#545C34
(84,92,52)
#444B2A
(68,75,42)
#343A20
(52,58,32)
#242916
(36,41,22)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #B4C270

#B4C270
(180,194,112)
#BAC77D
(186,199,125)
#C0CC8A
(192,204,138)
#C6D197
(198,209,151)
#CCD6A4
(204,214,164)
#D2DBB1
(210,219,177)
#D8E0BE
(216,224,190)
#DEE5CB
(222,229,203)
#E4EAD8
(228,234,216)
#EAEFE5
(234,239,229)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C270; }

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

This text font color is #B4C270.


Background Color

.myBgColor { background-color: #B4C270; }

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

This div background color is #B4C270.


Border color

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

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

This div border color is #B4C270.


Opacity

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

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

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

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

This text has shadow with #B4C270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C270 on black background.


Color preview on white background

This text has color #B4C270 on white background.



Black color preview on #B4C270 background

This text has black color on #B4C270 background.


White color preview on #B4C270 background

This text has white color on #B4C270 background.