COLOR #BABB5F

HEX: #BABB5F
RGB: (186,187,95)

Color info

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

RGB color model

#BABB5F color RGB value is (186,187,95).

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

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 95 of 255 = 37%

186
187
95

R + G + B ~ 61%. #BABB5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 95 = 468 (100%)
R 186 of 468 ~ 39.74%
G 187 of 468 ~ 39.96%
B 95 of 468 ~ 20.3%

%39.74
%39.96
%20.3

CMYK color model

#BABB5F color CMYK value is (1,0,49,27).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 49.20%
  • key color value is 26.67%
CMYK:
(1,0,49,27)
C1M0Y49K27 
(1%,0%,49%,27%)
(0.01/0.00/0.49/0.27)	

CMYK percentages

%0.53
%0
%49.2
%26.67

Codes

Color #BABB5F in popluar color models

BABB5F
RGB18618795
HSL61°40.35%55.29%
HSB/HSV61°49.20%73.33%
CMYK0.53%0.00%49.20%
26.67%

Color #BABB5F in popluar number systems.

HEXBABB5F
Decimal18618795
Binary10111010101110111011111
Octal272273137

Shades and tints

Shades of #BABB5F

#BABB5F
(186,187,95)
#AAAA57
(170,170,87)
#9A994F
(154,153,79)
#8A8847
(138,136,71)
#7A773F
(122,119,63)
#6A6637
(106,102,55)
#5A552F
(90,85,47)
#4A4427
(74,68,39)
#3A331F
(58,51,31)
#2A2217
(42,34,23)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #BABB5F

#BABB5F
(186,187,95)
#C0C16D
(192,193,109)
#C6C77B
(198,199,123)
#CCCD89
(204,205,137)
#D2D397
(210,211,151)
#D8D9A5
(216,217,165)
#DEDFB3
(222,223,179)
#E4E5C1
(228,229,193)
#EAEBCF
(234,235,207)
#F0F1DD
(240,241,221)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABB5F; }

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

This text font color is #BABB5F.


Background Color

.myBgColor { background-color: #BABB5F; }

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

This div background color is #BABB5F.


Border color

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

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

This div border color is #BABB5F.


Opacity

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

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

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

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

This text has shadow with #BABB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABB5F on black background.


Color preview on white background

This text has color #BABB5F on white background.



Black color preview on #BABB5F background

This text has black color on #BABB5F background.


White color preview on #BABB5F background

This text has white color on #BABB5F background.