COLOR #B3C602

HEX: #B3C602
RGB: (179,198,2)

Color info

#B3C602 contains mainly red and green colors. Web safe color of #B3C602 is #99CC00 (or #9C0).

RGB color model

#B3C602 color RGB value is (179,198,2).

  • red value is 179;
  • green value is 198;
  • blue value is 2.
RGB:
(179,198,2)
(70%,78%,1%)

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 2 of 255 = 1%

179
198
2

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

Portions of RGB colors in percentages

R + G + B =
179 + 198 + 2 = 379 (100%)
R 179 of 379 ~ 47.23%
G 198 of 379 ~ 52.24%
B 2 of 379 ~ 0.53%

%47.23
%52.24

CMYK color model

#B3C602 color CMYK value is (10,0,99,22).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 98.99%
  • key color value is 22.35%
CMYK:
(10,0,99,22)
C10M0Y99K22 
(10%,0%,99%,22%)
(0.10/0.00/0.99/0.22)	

CMYK percentages

%9.6
%0
%98.99
%22.35

Codes

Color #B3C602 in popluar color models

B3C602
RGB1791982
HSL66°98.00%39.22%
HSB/HSV66°98.99%77.65%
CMYK9.60%0.00%98.99%
22.35%

Color #B3C602 in popluar number systems.

HEXB3C602
Decimal1791982
Binary101100111100011010
Octal2633062

Shades and tints

Shades of #B3C602

#B3C602
(179,198,2)
#A3B402
(163,180,2)
#93A202
(147,162,2)
#839002
(131,144,2)
#737E02
(115,126,2)
#636C02
(99,108,2)
#535A02
(83,90,2)
#434802
(67,72,2)
#333602
(51,54,2)
#232402
(35,36,2)
#131202
(19,18,2)
#000000
(0,0,0)

Tints of #B3C602

#B3C602
(179,198,2)
#B9CB19
(185,203,25)
#BFD030
(191,208,48)
#C5D547
(197,213,71)
#CBDA5E
(203,218,94)
#D1DF75
(209,223,117)
#D7E48C
(215,228,140)
#DDE9A3
(221,233,163)
#E3EEBA
(227,238,186)
#E9F3D1
(233,243,209)
#EFF8E8
(239,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C602 color. Also use rgb(179,198,2) instead hex code.

Text Font Color

.myTextColor { color: #B3C602; }

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

This text font color is #B3C602.


Background Color

.myBgColor { background-color: #B3C602; }

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

This div background color is #B3C602.


Border color

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

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

This div border color is #B3C602.


Opacity

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

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

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

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

This text has shadow with #B3C602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C602 on black background.


Color preview on white background

This text has color #B3C602 on white background.



Black color preview on #B3C602 background

This text has black color on #B3C602 background.


White color preview on #B3C602 background

This text has white color on #B3C602 background.