Shades of Sprout #BADD90
Tints of Sprout #BADD90
RGB
CMYK
RGB Variations
Color information
#BADD90 (or 0xBADD90) is known color: Sprout. HEX triplet: BA, DD and 90. RGB value is (186,221,144). Sum of RGB (Red+Green+Blue) = 186+221+144=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD90 is #45226F. Grayscale: #CACACA. Windows color (decimal): -4530800 or 9493946. OLE color: 9493946.
HSL color Cylindrical-coordinate representation of color #BADD90: hue angle of 87.27º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BADD90 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 144 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 87.27º | 0.53% | 0.72% | - |
| HSV(B) | 87.27º | 0.35% | 0.87% | - |
| XYZ | 51.14 | 64.17 | 36.08 | - |
| YUV | 201.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 144 | 0.16 | 0 | 0.35 | 0.13 | 87.27 | 0.53 | 0.72 |
| Hex | BA | DD | 90 | 10 | 0 | 23 | D | 57 | 35 | 48 |
| Octal | 272 | 335 | 220 | 20 | 0 | 43 | 15 | 127 | 65 | 110 |
| Binary | 10111010 | 11011101 | 10010000 | 10000 | 0 | 100011 | 1101 | 1010111 | 110101 | 1001000 |
Color Harmonies of #BADD90
Complementary color
Monochromatic Colors of #BADD90
Black with #BADD90
Text Example
Text Example
White with #BADD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD90; }
p { color: rgb(186,221,144); }
H1.HeaderClassName
{
color: #BADD90;
}
.AnyTagClassName
{
color: #BADD90;
}
</style>
background-color css
<style>
a { background-color: #BADD90; }
a { background-color: rgb(186,221,144); }
div.DivClassName
{
background-color: #BADD90;
}
.BgClassName
{
background-color: #BADD90;
}
</style>
border-color css
<style>
span { border-color: #BADD90; }
span { border-color: rgb(186,221,144); }
td.TdClassName
{
border-color: #BADD90;
}
.TagClassName
{
border-color: #BADD90;
}
</style>