COLOR #BABA27

HEX: #BABA27
RGB: (186,186,39)

Color info

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

RGB color model

#BABA27 color RGB value is (186,186,39).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 39 of 255 = 15%

186
186
39

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 39 = 411 (100%)
R 186 of 411 ~ 45.26%
G 186 of 411 ~ 45.26%
B 39 of 411 ~ 9.49%

%45.26
%45.26

CMYK color model

#BABA27 color CMYK value is (0,0,79,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 79.03%
  • key color value is 27.06%
CMYK:
(0,0,79,27)
C0M0Y79K27 
(0%,0%,79%,27%)
(0.00/0.00/0.79/0.27)	

CMYK percentages

%0
%0
%79.03
%27.06

Codes

Color #BABA27 in popluar color models

BABA27
RGB18618639
HSL60°65.33%44.12%
HSB/HSV60°79.03%72.94%
CMYK0.00%0.00%79.03%
27.06%

Color #BABA27 in popluar number systems.

HEXBABA27
Decimal18618639
Binary1011101010111010100111
Octal27227247

Shades and tints

Shades of #BABA27

#BABA27
(186,186,39)
#AAAA24
(170,170,36)
#9A9A21
(154,154,33)
#8A8A1E
(138,138,30)
#7A7A1B
(122,122,27)
#6A6A18
(106,106,24)
#5A5A15
(90,90,21)
#4A4A12
(74,74,18)
#3A3A0F
(58,58,15)
#2A2A0C
(42,42,12)
#1A1A09
(26,26,9)
#000000
(0,0,0)

Tints of #BABA27

#BABA27
(186,186,39)
#C0C03A
(192,192,58)
#C6C64D
(198,198,77)
#CCCC60
(204,204,96)
#D2D273
(210,210,115)
#D8D886
(216,216,134)
#DEDE99
(222,222,153)
#E4E4AC
(228,228,172)
#EAEABF
(234,234,191)
#F0F0D2
(240,240,210)
#F6F6E5
(246,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABA27; }

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

This text font color is #BABA27.


Background Color

.myBgColor { background-color: #BABA27; }

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

This div background color is #BABA27.


Border color

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

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

This div border color is #BABA27.


Opacity

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

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

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

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

This text has shadow with #BABA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABA27 on black background.


Color preview on white background

This text has color #BABA27 on white background.



Black color preview on #BABA27 background

This text has black color on #BABA27 background.


White color preview on #BABA27 background

This text has white color on #BABA27 background.