COLOR #B2C37D

HEX: #B2C37D
RGB: (178,195,125)

Color info

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

RGB color model

#B2C37D color RGB value is (178,195,125).

  • red value is 178;
  • green value is 195;
  • blue value is 125.
RGB:
(178,195,125)
(70%,76%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 125 of 255 = 49%

178
195
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 125 = 498 (100%)
R 178 of 498 ~ 35.74%
G 195 of 498 ~ 39.16%
B 125 of 498 ~ 25.1%

%35.74
%39.16
%25.1

CMYK color model

#B2C37D color CMYK value is (9,0,36,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(9,0,36,24)
C9M0Y36K24 
(9%,0%,36%,24%)
(0.09/0.00/0.36/0.24)	

CMYK percentages

%8.72
%0
%35.9
%23.53

Codes

Color #B2C37D in popluar color models

B2C37D
RGB178195125
HSL75°36.84%62.75%
HSB/HSV75°35.90%76.47%
CMYK8.72%0.00%35.90%
23.53%

Color #B2C37D in popluar number systems.

HEXB2C37D
Decimal178195125
Binary10110010110000111111101
Octal262303175

Shades and tints

Shades of #B2C37D

#B2C37D
(178,195,125)
#A2B272
(162,178,114)
#92A167
(146,161,103)
#82905C
(130,144,92)
#727F51
(114,127,81)
#626E46
(98,110,70)
#525D3B
(82,93,59)
#424C30
(66,76,48)
#323B25
(50,59,37)
#222A1A
(34,42,26)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #B2C37D

#B2C37D
(178,195,125)
#B9C888
(185,200,136)
#C0CD93
(192,205,147)
#C7D29E
(199,210,158)
#CED7A9
(206,215,169)
#D5DCB4
(213,220,180)
#DCE1BF
(220,225,191)
#E3E6CA
(227,230,202)
#EAEBD5
(234,235,213)
#F1F0E0
(241,240,224)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C37D color. Also use rgb(178,195,125) instead hex code.

Text Font Color

.myTextColor { color: #B2C37D; }

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

This text font color is #B2C37D.


Background Color

.myBgColor { background-color: #B2C37D; }

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

This div background color is #B2C37D.


Border color

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

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

This div border color is #B2C37D.


Opacity

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

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

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

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

This text has shadow with #B2C37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C37D on black background.


Color preview on white background

This text has color #B2C37D on white background.



Black color preview on #B2C37D background

This text has black color on #B2C37D background.


White color preview on #B2C37D background

This text has white color on #B2C37D background.