COLOR #BAB400

HEX: #BAB400
RGB: (186,180,0)

Color info

#BAB400 contains only red and green colors. Web safe color of #BAB400 is #CCCC00 (or #CC0).

RGB color model

#BAB400 color RGB value is (186,180,0).

  • red value is 186;
  • green value is 180;
  • blue value is 0.
RGB:
(186,180,0)
(73%,71%,0%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 0 of 255 = 0%

186
180
0

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 0 = 366 (100%)
R 186 of 366 ~ 50.82%
G 180 of 366 ~ 49.18%
B 0 of 366 ~ 0%

%50.82
%49.18

CMYK color model

#BAB400 color CMYK value is (0,3,100,27).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 100.00%
  • key color value is 27.06%
CMYK:
(0,3,100,27)
C0M3Y100K27 
(0%,3%,100%,27%)
(0.00/0.03/1.00/0.27)	

CMYK percentages

%0
%3.23
%100
%27.06

Codes

Color #BAB400 in popluar color models

BAB400
RGB1861800
HSL58°100.00%36.47%
HSB/HSV58°100.00%72.94%
CMYK0.00%3.23%100.00%
27.06%

Color #BAB400 in popluar number systems.

HEXBAB400
Decimal1861800
Binary10111010101101000
Octal2722640

Shades and tints

Shades of #BAB400

#BAB400
(186,180,0)
#AAA400
(170,164,0)
#9A9400
(154,148,0)
#8A8400
(138,132,0)
#7A7400
(122,116,0)
#6A6400
(106,100,0)
#5A5400
(90,84,0)
#4A4400
(74,68,0)
#3A3400
(58,52,0)
#2A2400
(42,36,0)
#1A1400
(26,20,0)
#000000
(0,0,0)

Tints of #BAB400

#BAB400
(186,180,0)
#C0BA17
(192,186,23)
#C6C02E
(198,192,46)
#CCC645
(204,198,69)
#D2CC5C
(210,204,92)
#D8D273
(216,210,115)
#DED88A
(222,216,138)
#E4DEA1
(228,222,161)
#EAE4B8
(234,228,184)
#F0EACF
(240,234,207)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB400 color. Also use rgb(186,180,0) instead hex code.

Text Font Color

.myTextColor { color: #BAB400; }

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

This text font color is #BAB400.


Background Color

.myBgColor { background-color: #BAB400; }

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

This div background color is #BAB400.


Border color

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

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

This div border color is #BAB400.


Opacity

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

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

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

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

This text has shadow with #BAB400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB400 on black background.


Color preview on white background

This text has color #BAB400 on white background.



Black color preview on #BAB400 background

This text has black color on #BAB400 background.


White color preview on #BAB400 background

This text has white color on #BAB400 background.