COLOR #B2C265

HEX: #B2C265
RGB: (178,194,101)

Color info

#B2C265 contains mainly red and green colors. Web safe color of #B2C265 is #99CC66 (or #9C6).

RGB color model

#B2C265 color RGB value is (178,194,101).

  • red value is 178;
  • green value is 194;
  • blue value is 101.
RGB:
(178,194,101)
(70%,76%,40%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 101 of 255 = 40%

178
194
101

R + G + B ~ 62%. #B2C265 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 194 + 101 = 473 (100%)
R 178 of 473 ~ 37.63%
G 194 of 473 ~ 41.01%
B 101 of 473 ~ 21.35%

%37.63
%41.01
%21.35

CMYK color model

#B2C265 color CMYK value is (8,0,48,24).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 47.94%
  • key color value is 23.92%
CMYK:
(8,0,48,24)
C8M0Y48K24 
(8%,0%,48%,24%)
(0.08/0.00/0.48/0.24)	

CMYK percentages

%8.25
%0
%47.94
%23.92

Codes

Color #B2C265 in popluar color models

B2C265
RGB178194101
HSL70°43.26%57.84%
HSB/HSV70°47.94%76.08%
CMYK8.25%0.00%47.94%
23.92%

Color #B2C265 in popluar number systems.

HEXB2C265
Decimal178194101
Binary10110010110000101100101
Octal262302145

Shades and tints

Shades of #B2C265

#B2C265
(178,194,101)
#A2B15C
(162,177,92)
#92A053
(146,160,83)
#828F4A
(130,143,74)
#727E41
(114,126,65)
#626D38
(98,109,56)
#525C2F
(82,92,47)
#424B26
(66,75,38)
#323A1D
(50,58,29)
#222914
(34,41,20)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #B2C265

#B2C265
(178,194,101)
#B9C773
(185,199,115)
#C0CC81
(192,204,129)
#C7D18F
(199,209,143)
#CED69D
(206,214,157)
#D5DBAB
(213,219,171)
#DCE0B9
(220,224,185)
#E3E5C7
(227,229,199)
#EAEAD5
(234,234,213)
#F1EFE3
(241,239,227)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C265 color. Also use rgb(178,194,101) instead hex code.

Text Font Color

.myTextColor { color: #B2C265; }

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

This text font color is #B2C265.


Background Color

.myBgColor { background-color: #B2C265; }

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

This div background color is #B2C265.


Border color

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

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

This div border color is #B2C265.


Opacity

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

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

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

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

This text has shadow with #B2C265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C265 on black background.


Color preview on white background

This text has color #B2C265 on white background.



Black color preview on #B2C265 background

This text has black color on #B2C265 background.


White color preview on #B2C265 background

This text has white color on #B2C265 background.