Shades of Sprout #BADB94
Tints of Sprout #BADB94
RGB
CMYK
RGB Variations
Color information
#BADB94 (or 0xBADB94) is known color: Sprout. HEX triplet: BA, DB and 94. RGB value is (186,219,148). Sum of RGB (Red+Green+Blue) = 186+219+148=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB94 is #45246B. Grayscale: #C9C9C9. Windows color (decimal): -4531308 or 9755578. OLE color: 9755578.
HSL color Cylindrical-coordinate representation of color #BADB94: hue angle of 87.89º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BADB94 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 148 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.14 |
| HSL | 87.89º | 0.5% | 0.72% | - |
| HSV(B) | 87.89º | 0.32% | 0.86% | - |
| XYZ | 50.93 | 63.24 | 37.54 | - |
| YUV | 201.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 148 | 0.15 | 0 | 0.32 | 0.14 | 87.89 | 0.5 | 0.72 |
| Hex | BA | DB | 94 | F | 0 | 20 | E | 58 | 32 | 48 |
| Octal | 272 | 333 | 224 | 17 | 0 | 40 | 16 | 130 | 62 | 110 |
| Binary | 10111010 | 11011011 | 10010100 | 1111 | 0 | 100000 | 1110 | 1011000 | 110010 | 1001000 |
Color Harmonies of #BADB94
Complementary color
Monochromatic Colors of #BADB94
Black with #BADB94
Text Example
Text Example
White with #BADB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB94; }
p { color: rgb(186,219,148); }
H1.HeaderClassName
{
color: #BADB94;
}
.AnyTagClassName
{
color: #BADB94;
}
</style>
background-color css
<style>
a { background-color: #BADB94; }
a { background-color: rgb(186,219,148); }
div.DivClassName
{
background-color: #BADB94;
}
.BgClassName
{
background-color: #BADB94;
}
</style>
border-color css
<style>
span { border-color: #BADB94; }
span { border-color: rgb(186,219,148); }
td.TdClassName
{
border-color: #BADB94;
}
.TagClassName
{
border-color: #BADB94;
}
</style>