Shades of Sprout #BADD8F
Tints of Sprout #BADD8F
RGB
CMYK
RGB Variations
Color information
#BADD8F (or 0xBADD8F) is known color: Sprout. HEX triplet: BA, DD and 8F. RGB value is (186,221,143). Sum of RGB (Red+Green+Blue) = 186+221+143=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD8F is #452270. Grayscale: #C9C9C9. Windows color (decimal): -4530801 or 9428410. OLE color: 9428410.
HSL color Cylindrical-coordinate representation of color #BADD8F: hue angle of 86.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BADD8F is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 143 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 86.92º | 0.53% | 0.71% | - |
| HSV(B) | 86.92º | 0.35% | 0.87% | - |
| XYZ | 51.06 | 64.14 | 35.67 | - |
| YUV | 201.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 143 | 0.16 | 0 | 0.35 | 0.13 | 86.92 | 0.53 | 0.71 |
| Hex | BA | DD | 8F | 10 | 0 | 23 | D | 57 | 35 | 47 |
| Octal | 272 | 335 | 217 | 20 | 0 | 43 | 15 | 127 | 65 | 107 |
| Binary | 10111010 | 11011101 | 10001111 | 10000 | 0 | 100011 | 1101 | 1010111 | 110101 | 1000111 |
Color Harmonies of #BADD8F
Complementary color
Monochromatic Colors of #BADD8F
Black with #BADD8F
Text Example
Text Example
White with #BADD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD8F; }
p { color: rgb(186,221,143); }
H1.HeaderClassName
{
color: #BADD8F;
}
.AnyTagClassName
{
color: #BADD8F;
}
</style>
background-color css
<style>
a { background-color: #BADD8F; }
a { background-color: rgb(186,221,143); }
div.DivClassName
{
background-color: #BADD8F;
}
.BgClassName
{
background-color: #BADD8F;
}
</style>
border-color css
<style>
span { border-color: #BADD8F; }
span { border-color: rgb(186,221,143); }
td.TdClassName
{
border-color: #BADD8F;
}
.TagClassName
{
border-color: #BADD8F;
}
</style>