Shades of Sprout #BAD389
Tints of Sprout #BAD389
RGB
CMYK
RGB Variations
Color information
#BAD389 (or 0xBAD389) is known color: Sprout. HEX triplet: BA, D3 and 89. RGB value is (186,211,137). Sum of RGB (Red+Green+Blue) = 186+211+137=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD389 is #452C76. Grayscale: #C3C3C3. Windows color (decimal): -4533367 or 9032634. OLE color: 9032634.
HSL color Cylindrical-coordinate representation of color #BAD389: hue angle of 80.27º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAD389 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 137 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.17 |
| HSL | 80.27º | 0.46% | 0.68% | - |
| HSV(B) | 80.27º | 0.35% | 0.83% | - |
| XYZ | 48.06 | 58.83 | 32.49 | - |
| YUV | 195.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 137 | 0.12 | 0 | 0.35 | 0.17 | 80.27 | 0.46 | 0.68 |
| Hex | BA | D3 | 89 | C | 0 | 23 | 11 | 50 | 2E | 44 |
| Octal | 272 | 323 | 211 | 14 | 0 | 43 | 21 | 120 | 56 | 104 |
| Binary | 10111010 | 11010011 | 10001001 | 1100 | 0 | 100011 | 10001 | 1010000 | 101110 | 1000100 |
Color Harmonies of #BAD389
Complementary color
Monochromatic Colors of #BAD389
Black with #BAD389
Text Example
Text Example
White with #BAD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD389; }
p { color: rgb(186,211,137); }
H1.HeaderClassName
{
color: #BAD389;
}
.AnyTagClassName
{
color: #BAD389;
}
</style>
background-color css
<style>
a { background-color: #BAD389; }
a { background-color: rgb(186,211,137); }
div.DivClassName
{
background-color: #BAD389;
}
.BgClassName
{
background-color: #BAD389;
}
</style>
border-color css
<style>
span { border-color: #BAD389; }
span { border-color: rgb(186,211,137); }
td.TdClassName
{
border-color: #BAD389;
}
.TagClassName
{
border-color: #BAD389;
}
</style>