COLOR #BAD580

HEX: #BAD580
RGB: (186,213,128)

Color info

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

RGB color model

#BAD580 color RGB value is (186,213,128).

  • red value is 186;
  • green value is 213;
  • blue value is 128.
RGB:
(186,213,128)
(73%,84%,50%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 128 of 255 = 50%

186
213
128

R + G + B ~ 69%. #BAD580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 213 + 128 = 527 (100%)
R 186 of 527 ~ 35.29%
G 213 of 527 ~ 40.42%
B 128 of 527 ~ 24.29%

%35.29
%40.42
%24.29

CMYK color model

#BAD580 color CMYK value is (13,0,40,16).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 16.47%
CMYK:
(13,0,40,16)
C13M0Y40K16 
(13%,0%,40%,16%)
(0.13/0.00/0.40/0.16)	

CMYK percentages

%12.68
%0
%39.91
%16.47

Codes

Color #BAD580 in popluar color models

BAD580
RGB186213128
HSL79°50.30%66.86%
HSB/HSV79°39.91%83.53%
CMYK12.68%0.00%39.91%
16.47%

Color #BAD580 in popluar number systems.

HEXBAD580
Decimal186213128
Binary101110101101010110000000
Octal272325200

Shades and tints

Shades of #BAD580

#BAD580
(186,213,128)
#AAC275
(170,194,117)
#9AAF6A
(154,175,106)
#8A9C5F
(138,156,95)
#7A8954
(122,137,84)
#6A7649
(106,118,73)
#5A633E
(90,99,62)
#4A5033
(74,80,51)
#3A3D28
(58,61,40)
#2A2A1D
(42,42,29)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BAD580

#BAD580
(186,213,128)
#C0D88B
(192,216,139)
#C6DB96
(198,219,150)
#CCDEA1
(204,222,161)
#D2E1AC
(210,225,172)
#D8E4B7
(216,228,183)
#DEE7C2
(222,231,194)
#E4EACD
(228,234,205)
#EAEDD8
(234,237,216)
#F0F0E3
(240,240,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD580; }

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

This text font color is #BAD580.


Background Color

.myBgColor { background-color: #BAD580; }

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

This div background color is #BAD580.


Border color

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

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

This div border color is #BAD580.


Opacity

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

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

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

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

This text has shadow with #BAD580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD580 on black background.


Color preview on white background

This text has color #BAD580 on white background.



Black color preview on #BAD580 background

This text has black color on #BAD580 background.


White color preview on #BAD580 background

This text has white color on #BAD580 background.