COLOR #BABD77

HEX: #BABD77 RGB: (186,189,119)

Color info

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

RGB color model

#BABD77 color RGB value is (186,189,119).

RGB: (186,189,119) (73%, 74%, 47%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 119 of 255 = 47%

186
189
119

R + G + B ~ 65%. #BABD77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 189 + 119 = 494 (100%)
R 186 of 494 ~ 37.65%
G 189 of 494 ~ 38.26%
B 119 of 494 ~ 24.09'%

%37.65
%38.26
%24.09

CMYK color model

#BABD77 color CMYK value is (2,0,37,26).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK: (2,0,37,26) C2M0Y37K26 (2%,0%,37%,26%) (0.02/0.00/0.37/0.26) 

CMYK percentages

%1.59
%0
%37.04
%25.88

Codes

Color #BABD77 in popluar color models

BA BD 77
RGB 186 189 119
HSL 63° 34.65% 60.39%
HSB/HSV 63° 37.04% 74.12%
CMYK 1.59% 0.00% 37.04%
25.88%

Color #BABD77 in popluar number systems.

HEX BA BD 77
Decimal 186 189 119
Binary 10111010 10111101 1110111
Octal 272 275 167

Shades and tints

Shades of #BABD77

#BABD77
(186,189,119)
#AAAC6D
(170,172,109)
#9A9B63
(154,155,99)
#8A8A59
(138,138,89)
#7A794F
(122,121,79)
#6A6845
(106,104,69)
#5A573B
(90,87,59)
#4A4631
(74,70,49)
#3A3527
(58,53,39)
#2A241D
(42,36,29)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BABD77

#BABD77
(186,189,119)
#C0C383
(192,195,131)
#C6C98F
(198,201,143)
#CCCF9B
(204,207,155)
#D2D5A7
(210,213,167)
#D8DBB3
(216,219,179)
#DEE1BF
(222,225,191)
#E4E7CB
(228,231,203)
#EAEDD7
(234,237,215)
#F0F3E3
(240,243,227)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABD77; }

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

This text font color is #BABD77.

Background Color

.myBgColor { background-color: #BABD77; }

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

This div background color is #BABD77.

Border color

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

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

This div border color is #BABD77.

Opacity

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

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

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

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

This text has shadow with #BABD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABD77.

Preview

Color preview on black background

This text has color #BABD77 on black background.


Color preview on white background

This text has color #BABD77 on white background.


Black color preview on #BABD77 background

This text has black color on #BABD77 background.


White color preview on #BABD77 background

This text has white color on #BABD77 background.


Related colors

Complementary color

Complementary color for #hex is #454288.


I love getcolorcode.com

Triadic colors

1 #77BABD and #BD77BA with #BABD77 are triadic colors.

2 #77BDBA and #BDBA77 with #BABD77 are triadic colors.