Shades of Sprout #BADE96
Tints of Sprout #BADE96
RGB
CMYK
RGB Variations
Color information
#BADE96 (or 0xBADE96) is known color: Sprout. HEX triplet: BA, DE and 96. RGB value is (186,222,150). Sum of RGB (Red+Green+Blue) = 186+222+150=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE96 is #452169. Grayscale: #CBCBCB. Windows color (decimal): -4530538 or 9887418. OLE color: 9887418.
HSL color Cylindrical-coordinate representation of color #BADE96: hue angle of 90º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BADE96 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 150 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.13 |
| HSL | 90º | 0.52% | 0.73% | - |
| HSV(B) | 90º | 0.32% | 0.87% | - |
| XYZ | 51.88 | 64.88 | 38.64 | - |
| YUV | 203.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 150 | 0.16 | 0 | 0.32 | 0.13 | 90 | 0.52 | 0.73 |
| Hex | BA | DE | 96 | 10 | 0 | 20 | D | 5A | 34 | 49 |
| Octal | 272 | 336 | 226 | 20 | 0 | 40 | 15 | 132 | 64 | 111 |
| Binary | 10111010 | 11011110 | 10010110 | 10000 | 0 | 100000 | 1101 | 1011010 | 110100 | 1001001 |
Color Harmonies of #BADE96
Complementary color
Monochromatic Colors of #BADE96
Black with #BADE96
Text Example
Text Example
White with #BADE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE96; }
p { color: rgb(186,222,150); }
H1.HeaderClassName
{
color: #BADE96;
}
.AnyTagClassName
{
color: #BADE96;
}
</style>
background-color css
<style>
a { background-color: #BADE96; }
a { background-color: rgb(186,222,150); }
div.DivClassName
{
background-color: #BADE96;
}
.BgClassName
{
background-color: #BADE96;
}
</style>
border-color css
<style>
span { border-color: #BADE96; }
span { border-color: rgb(186,222,150); }
td.TdClassName
{
border-color: #BADE96;
}
.TagClassName
{
border-color: #BADE96;
}
</style>