Shades of Sprout #BADD91
Tints of Sprout #BADD91
RGB
CMYK
RGB Variations
Color information
#BADD91 (or 0xBADD91) is known color: Sprout. HEX triplet: BA, DD and 91. RGB value is (186,221,145). Sum of RGB (Red+Green+Blue) = 186+221+145=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD91 is #45226E. Grayscale: #CACACA. Windows color (decimal): -4530799 or 9559482. OLE color: 9559482.
HSL color Cylindrical-coordinate representation of color #BADD91: hue angle of 87.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADD91 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 145 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.13 |
| HSL | 87.63º | 0.53% | 0.72% | - |
| HSV(B) | 87.63º | 0.34% | 0.87% | - |
| XYZ | 51.22 | 64.2 | 36.48 | - |
| YUV | 201.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 145 | 0.16 | 0 | 0.34 | 0.13 | 87.63 | 0.53 | 0.72 |
| Hex | BA | DD | 91 | 10 | 0 | 22 | D | 58 | 35 | 48 |
| Octal | 272 | 335 | 221 | 20 | 0 | 42 | 15 | 130 | 65 | 110 |
| Binary | 10111010 | 11011101 | 10010001 | 10000 | 0 | 100010 | 1101 | 1011000 | 110101 | 1001000 |
Color Harmonies of #BADD91
Complementary color
Monochromatic Colors of #BADD91
Black with #BADD91
Text Example
Text Example
White with #BADD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD91; }
p { color: rgb(186,221,145); }
H1.HeaderClassName
{
color: #BADD91;
}
.AnyTagClassName
{
color: #BADD91;
}
</style>
background-color css
<style>
a { background-color: #BADD91; }
a { background-color: rgb(186,221,145); }
div.DivClassName
{
background-color: #BADD91;
}
.BgClassName
{
background-color: #BADD91;
}
</style>
border-color css
<style>
span { border-color: #BADD91; }
span { border-color: rgb(186,221,145); }
td.TdClassName
{
border-color: #BADD91;
}
.TagClassName
{
border-color: #BADD91;
}
</style>