COLOR #B9C270

HEX: #B9C270
RGB: (185,194,112)

Color info

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

RGB color model

#B9C270 color RGB value is (185,194,112).

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

RGB channels and saturation

R 185 of 255 = 73%
G 194 of 255 = 76%
B 112 of 255 = 44%

185
194
112

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

Portions of RGB colors in percentages

R + G + B =
185 + 194 + 112 = 491 (100%)
R 185 of 491 ~ 37.68%
G 194 of 491 ~ 39.51%
B 112 of 491 ~ 22.81%

%37.68
%39.51
%22.81

CMYK color model

#B9C270 color CMYK value is (5,0,42,24).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 23.92%
CMYK:
(5,0,42,24)
C5M0Y42K24 
(5%,0%,42%,24%)
(0.05/0.00/0.42/0.24)	

CMYK percentages

%4.64
%0
%42.27
%23.92

Codes

Color #B9C270 in popluar color models

B9C270
RGB185194112
HSL67°40.20%60.00%
HSB/HSV67°42.27%76.08%
CMYK4.64%0.00%42.27%
23.92%

Color #B9C270 in popluar number systems.

HEXB9C270
Decimal185194112
Binary10111001110000101110000
Octal271302160

Shades and tints

Shades of #B9C270

#B9C270
(185,194,112)
#A9B166
(169,177,102)
#99A05C
(153,160,92)
#898F52
(137,143,82)
#797E48
(121,126,72)
#696D3E
(105,109,62)
#595C34
(89,92,52)
#494B2A
(73,75,42)
#393A20
(57,58,32)
#292916
(41,41,22)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #B9C270

#B9C270
(185,194,112)
#BFC77D
(191,199,125)
#C5CC8A
(197,204,138)
#CBD197
(203,209,151)
#D1D6A4
(209,214,164)
#D7DBB1
(215,219,177)
#DDE0BE
(221,224,190)
#E3E5CB
(227,229,203)
#E9EAD8
(233,234,216)
#EFEFE5
(239,239,229)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C270; }

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

This text font color is #B9C270.


Background Color

.myBgColor { background-color: #B9C270; }

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

This div background color is #B9C270.


Border color

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

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

This div border color is #B9C270.


Opacity

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

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

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

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

This text has shadow with #B9C270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C270 on black background.


Color preview on white background

This text has color #B9C270 on white background.



Black color preview on #B9C270 background

This text has black color on #B9C270 background.


White color preview on #B9C270 background

This text has white color on #B9C270 background.