COLOR #BABF3D

HEX: #BABF3D
RGB: (186,191,61)

Color info

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

RGB color model

#BABF3D color RGB value is (186,191,61).

  • red value is 186;
  • green value is 191;
  • blue value is 61.
RGB:
(186,191,61)
(73%,75%,24%)

RGB channels and saturation

R 186 of 255 = 73%
G 191 of 255 = 75%
B 61 of 255 = 24%

186
191
61

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

Portions of RGB colors in percentages

R + G + B =
186 + 191 + 61 = 438 (100%)
R 186 of 438 ~ 42.47%
G 191 of 438 ~ 43.61%
B 61 of 438 ~ 13.93%

%42.47
%43.61
%13.93

CMYK color model

#BABF3D color CMYK value is (3,0,68,25).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 68.06%
  • key color value is 25.10%
CMYK:
(3,0,68,25)
C3M0Y68K25 
(3%,0%,68%,25%)
(0.03/0.00/0.68/0.25)	

CMYK percentages

%2.62
%0
%68.06
%25.1

Codes

Color #BABF3D in popluar color models

BABF3D
RGB18619161
HSL62°51.59%49.41%
HSB/HSV62°68.06%74.90%
CMYK2.62%0.00%68.06%
25.10%

Color #BABF3D in popluar number systems.

HEXBABF3D
Decimal18619161
Binary1011101010111111111101
Octal27227775

Shades and tints

Shades of #BABF3D

#BABF3D
(186,191,61)
#AAAE38
(170,174,56)
#9A9D33
(154,157,51)
#8A8C2E
(138,140,46)
#7A7B29
(122,123,41)
#6A6A24
(106,106,36)
#5A591F
(90,89,31)
#4A481A
(74,72,26)
#3A3715
(58,55,21)
#2A2610
(42,38,16)
#1A150B
(26,21,11)
#000000
(0,0,0)

Tints of #BABF3D

#BABF3D
(186,191,61)
#C0C44E
(192,196,78)
#C6C95F
(198,201,95)
#CCCE70
(204,206,112)
#D2D381
(210,211,129)
#D8D892
(216,216,146)
#DEDDA3
(222,221,163)
#E4E2B4
(228,226,180)
#EAE7C5
(234,231,197)
#F0ECD6
(240,236,214)
#F6F1E7
(246,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABF3D; }

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

This text font color is #BABF3D.


Background Color

.myBgColor { background-color: #BABF3D; }

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

This div background color is #BABF3D.


Border color

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

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

This div border color is #BABF3D.


Opacity

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

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

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

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

This text has shadow with #BABF3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABF3D on black background.


Color preview on white background

This text has color #BABF3D on white background.



Black color preview on #BABF3D background

This text has black color on #BABF3D background.


White color preview on #BABF3D background

This text has white color on #BABF3D background.