COLOR #BAD274

HEX: #BAD274 RGB: (186,210,116)

Color info

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

RGB color model

#BAD274 color RGB value is (186,210,116).

RGB: (186,210,116) (73%, 82%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 116 of 255 = 45%

186
210
116

R + G + B ~ 67%. #BAD274 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 210 + 116 = 512 (100%)
R 186 of 512 ~ 36.33%
G 210 of 512 ~ 41.02%
B 116 of 512 ~ 22.66'%

%36.33
%41.02
%22.66

CMYK color model

#BAD274 color CMYK value is (11,0,45,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 17.65%

CMYK: (11,0,45,18)
C11M0Y45K18 (11%, 0%, 45%, 18%)
(0.11 / 0.00 / 0.45 / 0.18)

CMYK percentages

%11.43
%0
%44.76
%17.65

Codes

Color #BAD274 in popluar color models

BA D2 74
RGB 186 210 116
HSL 75° 51.09% 63.92%
HSB/HSV 75° 44.76% 82.35%
CMYK 11.43% 0.00% 44.76%
17.65%

Color #BAD274 in popluar number systems.

HEX BA D2 74
Decimal 186 210 116
Binary 10111010 11010010 1110100
Octal 272 322 164

Shades and tints

Shades of #BAD274

#BAD274
(186,210,116)
#AABF6A
(170,191,106)
#9AAC60
(154,172,96)
#8A9956
(138,153,86)
#7A864C
(122,134,76)
#6A7342
(106,115,66)
#5A6038
(90,96,56)
#4A4D2E
(74,77,46)
#3A3A24
(58,58,36)
#2A271A
(42,39,26)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BAD274

#BAD274
(186,210,116)
#C0D680
(192,214,128)
#C6DA8C
(198,218,140)
#CCDE98
(204,222,152)
#D2E2A4
(210,226,164)
#D8E6B0
(216,230,176)
#DEEABC
(222,234,188)
#E4EEC8
(228,238,200)
#EAF2D4
(234,242,212)
#F0F6E0
(240,246,224)
#F6FAEC
(246,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD274; }

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

This text font color is #BAD274.

Background Color

.myBgColor { background-color: #BAD274; }

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

This div background color is #BAD274.

Border color

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

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

This div border color is #BAD274.

Opacity

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

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

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

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

This text has shadow with #BAD274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD274.

Preview

Color preview on black background

This text has color #BAD274 on black background.


Color preview on white background

This text has color #BAD274 on white background.


Black color preview on #BAD274 background

This text has black color on #BAD274 background.


White color preview on #BAD274 background

This text has white color on #BAD274 background.


Related colors

Complementary color

Complementary color for #hex is #452D8B.


I love getcolorcode.com

Triadic colors

1 #74BAD2 and #D274BA with #BAD274 are triadic colors.

2 #74D2BA and #D2BA74 with #BAD274 are triadic colors.