COLOR #BABA00

HEX: #BABA00
RGB: (186,186,0)

Color info

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

RGB color model

#BABA00 color RGB value is (186,186,0).

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

RGB channels and saturation

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

186
186
0

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 0 = 372 (100%)
R 186 of 372 ~ 50%
G 186 of 372 ~ 50%
B 0 of 372 ~ 0%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%0
%100
%27.06

Codes

Color #BABA00 in popluar color models

BABA00
RGB1861860
HSL60°100.00%36.47%
HSB/HSV60°100.00%72.94%
CMYK0.00%0.00%100.00%
27.06%

Color #BABA00 in popluar number systems.

HEXBABA00
Decimal1861860
Binary10111010101110100
Octal2722720

Shades and tints

Shades of #BABA00

#BABA00
(186,186,0)
#AAAA00
(170,170,0)
#9A9A00
(154,154,0)
#8A8A00
(138,138,0)
#7A7A00
(122,122,0)
#6A6A00
(106,106,0)
#5A5A00
(90,90,0)
#4A4A00
(74,74,0)
#3A3A00
(58,58,0)
#2A2A00
(42,42,0)
#1A1A00
(26,26,0)
#000000
(0,0,0)

Tints of #BABA00

#BABA00
(186,186,0)
#C0C017
(192,192,23)
#C6C62E
(198,198,46)
#CCCC45
(204,204,69)
#D2D25C
(210,210,92)
#D8D873
(216,216,115)
#DEDE8A
(222,222,138)
#E4E4A1
(228,228,161)
#EAEAB8
(234,234,184)
#F0F0CF
(240,240,207)
#F6F6E6
(246,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABA00; }

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

This text font color is #BABA00.


Background Color

.myBgColor { background-color: #BABA00; }

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

This div background color is #BABA00.


Border color

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

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

This div border color is #BABA00.


Opacity

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

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

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

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

This text has shadow with #BABA00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABA00 on black background.


Color preview on white background

This text has color #BABA00 on white background.



Black color preview on #BABA00 background

This text has black color on #BABA00 background.


White color preview on #BABA00 background

This text has white color on #BABA00 background.