COLOR #B2D274

HEX: #B2D274
RGB: (178,210,116)

Color info

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

RGB color model

#B2D274 color RGB value is (178,210,116).

  • red value is 178;
  • green value is 210;
  • blue value is 116.
RGB:
(178,210,116)
(70%,82%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 116 of 255 = 45%

178
210
116

R + G + B ~ 66%. #B2D274 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 210 + 116 = 504 (100%)
R 178 of 504 ~ 35.32%
G 210 of 504 ~ 41.67%
B 116 of 504 ~ 23.02%

%35.32
%41.67
%23.02

CMYK color model

#B2D274 color CMYK value is (15,0,45,18).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 17.65%
CMYK:
(15,0,45,18)
C15M0Y45K18 
(15%,0%,45%,18%)
(0.15/0.00/0.45/0.18)	

CMYK percentages

%15.24
%0
%44.76
%17.65

Codes

Color #B2D274 in popluar color models

B2D274
RGB178210116
HSL80°51.09%63.92%
HSB/HSV80°44.76%82.35%
CMYK15.24%0.00%44.76%
17.65%

Color #B2D274 in popluar number systems.

HEXB2D274
Decimal178210116
Binary10110010110100101110100
Octal262322164

Shades and tints

Shades of #B2D274

#B2D274
(178,210,116)
#A2BF6A
(162,191,106)
#92AC60
(146,172,96)
#829956
(130,153,86)
#72864C
(114,134,76)
#627342
(98,115,66)
#526038
(82,96,56)
#424D2E
(66,77,46)
#323A24
(50,58,36)
#22271A
(34,39,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #B2D274

#B2D274
(178,210,116)
#B9D680
(185,214,128)
#C0DA8C
(192,218,140)
#C7DE98
(199,222,152)
#CEE2A4
(206,226,164)
#D5E6B0
(213,230,176)
#DCEABC
(220,234,188)
#E3EEC8
(227,238,200)
#EAF2D4
(234,242,212)
#F1F6E0
(241,246,224)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D274 color. Also use rgb(178,210,116) instead hex code.

Text Font Color

.myTextColor { color: #B2D274; }

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

This text font color is #B2D274.


Background Color

.myBgColor { background-color: #B2D274; }

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

This div background color is #B2D274.


Border color

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

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

This div border color is #B2D274.


Opacity

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

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

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

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

This text has shadow with #B2D274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D274 on black background.


Color preview on white background

This text has color #B2D274 on white background.



Black color preview on #B2D274 background

This text has black color on #B2D274 background.


White color preview on #B2D274 background

This text has white color on #B2D274 background.