COLOR #BABA57

HEX: #BABA57
RGB: (186,186,87)

Color info

#BABA57 contains mainly red and green colors. Web safe color of #BABA57 is #CCCC66 (or #CC6).

RGB color model

#BABA57 color RGB value is (186,186,87).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 87 of 255 = 34%

186
186
87

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 87 = 459 (100%)
R 186 of 459 ~ 40.52%
G 186 of 459 ~ 40.52%
B 87 of 459 ~ 18.95%

%40.52
%40.52
%18.95

CMYK color model

#BABA57 color CMYK value is (0,0,53,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 27.06%
CMYK:
(0,0,53,27)
C0M0Y53K27 
(0%,0%,53%,27%)
(0.00/0.00/0.53/0.27)	

CMYK percentages

%0
%0
%53.23
%27.06

Codes

Color #BABA57 in popluar color models

BABA57
RGB18618687
HSL60°41.77%53.53%
HSB/HSV60°53.23%72.94%
CMYK0.00%0.00%53.23%
27.06%

Color #BABA57 in popluar number systems.

HEXBABA57
Decimal18618687
Binary10111010101110101010111
Octal272272127

Shades and tints

Shades of #BABA57

#BABA57
(186,186,87)
#AAAA50
(170,170,80)
#9A9A49
(154,154,73)
#8A8A42
(138,138,66)
#7A7A3B
(122,122,59)
#6A6A34
(106,106,52)
#5A5A2D
(90,90,45)
#4A4A26
(74,74,38)
#3A3A1F
(58,58,31)
#2A2A18
(42,42,24)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #BABA57

#BABA57
(186,186,87)
#C0C066
(192,192,102)
#C6C675
(198,198,117)
#CCCC84
(204,204,132)
#D2D293
(210,210,147)
#D8D8A2
(216,216,162)
#DEDEB1
(222,222,177)
#E4E4C0
(228,228,192)
#EAEACF
(234,234,207)
#F0F0DE
(240,240,222)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABA57; }

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

This text font color is #BABA57.


Background Color

.myBgColor { background-color: #BABA57; }

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

This div background color is #BABA57.


Border color

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

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

This div border color is #BABA57.


Opacity

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

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

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

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

This text has shadow with #BABA57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABA57 on black background.


Color preview on white background

This text has color #BABA57 on white background.



Black color preview on #BABA57 background

This text has black color on #BABA57 background.


White color preview on #BABA57 background

This text has white color on #BABA57 background.