COLOR #B3CD19

HEX: #B3CD19
RGB: (179,205,25)

Color info

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

RGB color model

#B3CD19 color RGB value is (179,205,25).

  • red value is 179;
  • green value is 205;
  • blue value is 25.
RGB:
(179,205,25)
(70%,80%,10%)

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 25 of 255 = 10%

179
205
25

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

Portions of RGB colors in percentages

R + G + B =
179 + 205 + 25 = 409 (100%)
R 179 of 409 ~ 43.77%
G 205 of 409 ~ 50.12%
B 25 of 409 ~ 6.11%

%43.77
%50.12

CMYK color model

#B3CD19 color CMYK value is (13,0,88,20).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 87.80%
  • key color value is 19.61%
CMYK:
(13,0,88,20)
C13M0Y88K20 
(13%,0%,88%,20%)
(0.13/0.00/0.88/0.20)	

CMYK percentages

%12.68
%0
%87.8
%19.61

Codes

Color #B3CD19 in popluar color models

B3CD19
RGB17920525
HSL69°78.26%45.10%
HSB/HSV69°87.80%80.39%
CMYK12.68%0.00%87.80%
19.61%

Color #B3CD19 in popluar number systems.

HEXB3CD19
Decimal17920525
Binary101100111100110111001
Octal26331531

Shades and tints

Shades of #B3CD19

#B3CD19
(179,205,25)
#A3BB17
(163,187,23)
#93A915
(147,169,21)
#839713
(131,151,19)
#738511
(115,133,17)
#63730F
(99,115,15)
#53610D
(83,97,13)
#434F0B
(67,79,11)
#333D09
(51,61,9)
#232B07
(35,43,7)
#131905
(19,25,5)
#000000
(0,0,0)

Tints of #B3CD19

#B3CD19
(179,205,25)
#B9D12D
(185,209,45)
#BFD541
(191,213,65)
#C5D955
(197,217,85)
#CBDD69
(203,221,105)
#D1E17D
(209,225,125)
#D7E591
(215,229,145)
#DDE9A5
(221,233,165)
#E3EDB9
(227,237,185)
#E9F1CD
(233,241,205)
#EFF5E1
(239,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CD19 color. Also use rgb(179,205,25) instead hex code.

Text Font Color

.myTextColor { color: #B3CD19; }

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

This text font color is #B3CD19.


Background Color

.myBgColor { background-color: #B3CD19; }

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

This div background color is #B3CD19.


Border color

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

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

This div border color is #B3CD19.


Opacity

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

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

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

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

This text has shadow with #B3CD19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CD19 on black background.


Color preview on white background

This text has color #B3CD19 on white background.



Black color preview on #B3CD19 background

This text has black color on #B3CD19 background.


White color preview on #B3CD19 background

This text has white color on #B3CD19 background.