Shades of Sprout #BADD92
Tints of Sprout #BADD92
RGB
CMYK
RGB Variations
Color information
#BADD92 (or 0xBADD92) is known color: Sprout. HEX triplet: BA, DD and 92. RGB value is (186,221,146). Sum of RGB (Red+Green+Blue) = 186+221+146=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD92 is #45226D. Grayscale: #CACACA. Windows color (decimal): -4530798 or 9625018. OLE color: 9625018.
HSL color Cylindrical-coordinate representation of color #BADD92: hue angle of 88º degrees, saturation: 0.52, 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 #BADD92 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 146 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.13 |
| HSL | 88º | 0.52% | 0.72% | - |
| HSV(B) | 88º | 0.34% | 0.87% | - |
| XYZ | 51.29 | 64.23 | 36.89 | - |
| YUV | 201.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 146 | 0.16 | 0 | 0.34 | 0.13 | 88 | 0.52 | 0.72 |
| Hex | BA | DD | 92 | 10 | 0 | 22 | D | 58 | 34 | 48 |
| Octal | 272 | 335 | 222 | 20 | 0 | 42 | 15 | 130 | 64 | 110 |
| Binary | 10111010 | 11011101 | 10010010 | 10000 | 0 | 100010 | 1101 | 1011000 | 110100 | 1001000 |
Color Harmonies of #BADD92
Complementary color
Monochromatic Colors of #BADD92
Black with #BADD92
Text Example
Text Example
White with #BADD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD92; }
p { color: rgb(186,221,146); }
H1.HeaderClassName
{
color: #BADD92;
}
.AnyTagClassName
{
color: #BADD92;
}
</style>
background-color css
<style>
a { background-color: #BADD92; }
a { background-color: rgb(186,221,146); }
div.DivClassName
{
background-color: #BADD92;
}
.BgClassName
{
background-color: #BADD92;
}
</style>
border-color css
<style>
span { border-color: #BADD92; }
span { border-color: rgb(186,221,146); }
td.TdClassName
{
border-color: #BADD92;
}
.TagClassName
{
border-color: #BADD92;
}
</style>