COLOR #B6C748

HEX: #B6C748
RGB: (182,199,72)

Color info

#B6C748 contains mainly red and green colors. Web safe color of #B6C748 is #CCCC33 (or #CC3).

RGB color model

#B6C748 color RGB value is (182,199,72).

  • red value is 182;
  • green value is 199;
  • blue value is 72.
RGB:
(182,199,72)
(71%,78%,28%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 72 of 255 = 28%

182
199
72

R + G + B ~ 59%. #B6C748 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 199 + 72 = 453 (100%)
R 182 of 453 ~ 40.18%
G 199 of 453 ~ 43.93%
B 72 of 453 ~ 15.89%

%40.18
%43.93
%15.89

CMYK color model

#B6C748 color CMYK value is (9,0,64,22).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 63.82%
  • key color value is 21.96%
CMYK:
(9,0,64,22)
C9M0Y64K22 
(9%,0%,64%,22%)
(0.09/0.00/0.64/0.22)	

CMYK percentages

%8.54
%0
%63.82
%21.96

Codes

Color #B6C748 in popluar color models

B6C748
RGB18219972
HSL68°53.14%53.14%
HSB/HSV68°63.82%78.04%
CMYK8.54%0.00%63.82%
21.96%

Color #B6C748 in popluar number systems.

HEXB6C748
Decimal18219972
Binary10110110110001111001000
Octal266307110

Shades and tints

Shades of #B6C748

#B6C748
(182,199,72)
#A6B542
(166,181,66)
#96A33C
(150,163,60)
#869136
(134,145,54)
#767F30
(118,127,48)
#666D2A
(102,109,42)
#565B24
(86,91,36)
#46491E
(70,73,30)
#363718
(54,55,24)
#262512
(38,37,18)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #B6C748

#B6C748
(182,199,72)
#BCCC58
(188,204,88)
#C2D168
(194,209,104)
#C8D678
(200,214,120)
#CEDB88
(206,219,136)
#D4E098
(212,224,152)
#DAE5A8
(218,229,168)
#E0EAB8
(224,234,184)
#E6EFC8
(230,239,200)
#ECF4D8
(236,244,216)
#F2F9E8
(242,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C748 color. Also use rgb(182,199,72) instead hex code.

Text Font Color

.myTextColor { color: #B6C748; }

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

This text font color is #B6C748.


Background Color

.myBgColor { background-color: #B6C748; }

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

This div background color is #B6C748.


Border color

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

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

This div border color is #B6C748.


Opacity

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

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

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

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

This text has shadow with #B6C748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C748 on black background.


Color preview on white background

This text has color #B6C748 on white background.



Black color preview on #B6C748 background

This text has black color on #B6C748 background.


White color preview on #B6C748 background

This text has white color on #B6C748 background.