Shades of Sprout #BADD93
Tints of Sprout #BADD93
RGB
CMYK
RGB Variations
Color information
#BADD93 (or 0xBADD93) is known color: Sprout. HEX triplet: BA, DD and 93. RGB value is (186,221,147). Sum of RGB (Red+Green+Blue) = 186+221+147=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD93 is #45226C. Grayscale: #CACACA. Windows color (decimal): -4530797 or 9690554. OLE color: 9690554.
HSL color Cylindrical-coordinate representation of color #BADD93: hue angle of 88.38º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BADD93 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 147 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.13 |
| HSL | 88.38º | 0.52% | 0.72% | - |
| HSV(B) | 88.38º | 0.33% | 0.87% | - |
| XYZ | 51.37 | 64.26 | 37.3 | - |
| YUV | 202.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 147 | 0.16 | 0 | 0.33 | 0.13 | 88.38 | 0.52 | 0.72 |
| Hex | BA | DD | 93 | 10 | 0 | 21 | D | 58 | 34 | 48 |
| Octal | 272 | 335 | 223 | 20 | 0 | 41 | 15 | 130 | 64 | 110 |
| Binary | 10111010 | 11011101 | 10010011 | 10000 | 0 | 100001 | 1101 | 1011000 | 110100 | 1001000 |
Color Harmonies of #BADD93
Complementary color
Monochromatic Colors of #BADD93
Black with #BADD93
Text Example
Text Example
White with #BADD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD93; }
p { color: rgb(186,221,147); }
H1.HeaderClassName
{
color: #BADD93;
}
.AnyTagClassName
{
color: #BADD93;
}
</style>
background-color css
<style>
a { background-color: #BADD93; }
a { background-color: rgb(186,221,147); }
div.DivClassName
{
background-color: #BADD93;
}
.BgClassName
{
background-color: #BADD93;
}
</style>
border-color css
<style>
span { border-color: #BADD93; }
span { border-color: rgb(186,221,147); }
td.TdClassName
{
border-color: #BADD93;
}
.TagClassName
{
border-color: #BADD93;
}
</style>