COLOR #BADB48

HEX: #BADB48
RGB: (186,219,72)

Color info

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

RGB color model

#BADB48 color RGB value is (186,219,72).

  • red value is 186;
  • green value is 219;
  • blue value is 72.
RGB:
(186,219,72)
(73%,86%,28%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 72 of 255 = 28%

186
219
72

R + G + B ~ 62%. #BADB48 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 219 + 72 = 477 (100%)
R 186 of 477 ~ 38.99%
G 219 of 477 ~ 45.91%
B 72 of 477 ~ 15.09%

%38.99
%45.91
%15.09

CMYK color model

#BADB48 color CMYK value is (15,0,67,14).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 67.12%
  • key color value is 14.12%
CMYK:
(15,0,67,14)
C15M0Y67K14 
(15%,0%,67%,14%)
(0.15/0.00/0.67/0.14)	

CMYK percentages

%15.07
%0
%67.12
%14.12

Codes

Color #BADB48 in popluar color models

BADB48
RGB18621972
HSL73°67.12%57.06%
HSB/HSV73°67.12%85.88%
CMYK15.07%0.00%67.12%
14.12%

Color #BADB48 in popluar number systems.

HEXBADB48
Decimal18621972
Binary10111010110110111001000
Octal272333110

Shades and tints

Shades of #BADB48

#BADB48
(186,219,72)
#AAC842
(170,200,66)
#9AB53C
(154,181,60)
#8AA236
(138,162,54)
#7A8F30
(122,143,48)
#6A7C2A
(106,124,42)
#5A6924
(90,105,36)
#4A561E
(74,86,30)
#3A4318
(58,67,24)
#2A3012
(42,48,18)
#1A1D0C
(26,29,12)
#000000
(0,0,0)

Tints of #BADB48

#BADB48
(186,219,72)
#C0DE58
(192,222,88)
#C6E168
(198,225,104)
#CCE478
(204,228,120)
#D2E788
(210,231,136)
#D8EA98
(216,234,152)
#DEEDA8
(222,237,168)
#E4F0B8
(228,240,184)
#EAF3C8
(234,243,200)
#F0F6D8
(240,246,216)
#F6F9E8
(246,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADB48 color. Also use rgb(186,219,72) instead hex code.

Text Font Color

.myTextColor { color: #BADB48; }

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

This text font color is #BADB48.


Background Color

.myBgColor { background-color: #BADB48; }

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

This div background color is #BADB48.


Border color

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

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

This div border color is #BADB48.


Opacity

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

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

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

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

This text has shadow with #BADB48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADB48 on black background.


Color preview on white background

This text has color #BADB48 on white background.



Black color preview on #BADB48 background

This text has black color on #BADB48 background.


White color preview on #BADB48 background

This text has white color on #BADB48 background.