COLOR #B3D15C

HEX: #B3D15C
RGB: (179,209,92)

Color info

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

RGB color model

#B3D15C color RGB value is (179,209,92).

  • red value is 179;
  • green value is 209;
  • blue value is 92.
RGB:
(179,209,92)
(70%,82%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 209 of 255 = 82%
B 92 of 255 = 36%

179
209
92

R + G + B ~ 63%. #B3D15C is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 209 + 92 = 480 (100%)
R 179 of 480 ~ 37.29%
G 209 of 480 ~ 43.54%
B 92 of 480 ~ 19.17%

%37.29
%43.54
%19.17

CMYK color model

#B3D15C color CMYK value is (14,0,56,18).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 55.98%
  • key color value is 18.04%
CMYK:
(14,0,56,18)
C14M0Y56K18 
(14%,0%,56%,18%)
(0.14/0.00/0.56/0.18)	

CMYK percentages

%14.35
%0
%55.98
%18.04

Codes

Color #B3D15C in popluar color models

B3D15C
RGB17920992
HSL75°55.98%59.02%
HSB/HSV75°55.98%81.96%
CMYK14.35%0.00%55.98%
18.04%

Color #B3D15C in popluar number systems.

HEXB3D15C
Decimal17920992
Binary10110011110100011011100
Octal263321134

Shades and tints

Shades of #B3D15C

#B3D15C
(179,209,92)
#A3BE54
(163,190,84)
#93AB4C
(147,171,76)
#839844
(131,152,68)
#73853C
(115,133,60)
#637234
(99,114,52)
#535F2C
(83,95,44)
#434C24
(67,76,36)
#33391C
(51,57,28)
#232614
(35,38,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #B3D15C

#B3D15C
(179,209,92)
#B9D56A
(185,213,106)
#BFD978
(191,217,120)
#C5DD86
(197,221,134)
#CBE194
(203,225,148)
#D1E5A2
(209,229,162)
#D7E9B0
(215,233,176)
#DDEDBE
(221,237,190)
#E3F1CC
(227,241,204)
#E9F5DA
(233,245,218)
#EFF9E8
(239,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D15C color. Also use rgb(179,209,92) instead hex code.

Text Font Color

.myTextColor { color: #B3D15C; }

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

This text font color is #B3D15C.


Background Color

.myBgColor { background-color: #B3D15C; }

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

This div background color is #B3D15C.


Border color

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

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

This div border color is #B3D15C.


Opacity

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

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

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

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

This text has shadow with #B3D15C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D15C on black background.


Color preview on white background

This text has color #B3D15C on white background.



Black color preview on #B3D15C background

This text has black color on #B3D15C background.


White color preview on #B3D15C background

This text has white color on #B3D15C background.