Shades of Sprout #BAD58D
Tints of Sprout #BAD58D
RGB
CMYK
RGB Variations
Color information
#BAD58D (or 0xBAD58D) is known color: Sprout. HEX triplet: BA, D5 and 8D. RGB value is (186,213,141). Sum of RGB (Red+Green+Blue) = 186+213+141=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD58D is #452A72. Grayscale: #C4C4C4. Windows color (decimal): -4532851 or 9295290. OLE color: 9295290.
HSL color Cylindrical-coordinate representation of color #BAD58D: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAD58D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 141 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.16 |
| HSL | 82.5º | 0.46% | 0.69% | - |
| HSV(B) | 82.5º | 0.34% | 0.84% | - |
| XYZ | 48.85 | 59.95 | 34.2 | - |
| YUV | 196.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 141 | 0.13 | 0 | 0.34 | 0.16 | 82.5 | 0.46 | 0.69 |
| Hex | BA | D5 | 8D | D | 0 | 22 | 10 | 52 | 2E | 45 |
| Octal | 272 | 325 | 215 | 15 | 0 | 42 | 20 | 122 | 56 | 105 |
| Binary | 10111010 | 11010101 | 10001101 | 1101 | 0 | 100010 | 10000 | 1010010 | 101110 | 1000101 |
Color Harmonies of #BAD58D
Complementary color
Monochromatic Colors of #BAD58D
Black with #BAD58D
Text Example
Text Example
White with #BAD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD58D; }
p { color: rgb(186,213,141); }
H1.HeaderClassName
{
color: #BAD58D;
}
.AnyTagClassName
{
color: #BAD58D;
}
</style>
background-color css
<style>
a { background-color: #BAD58D; }
a { background-color: rgb(186,213,141); }
div.DivClassName
{
background-color: #BAD58D;
}
.BgClassName
{
background-color: #BAD58D;
}
</style>
border-color css
<style>
span { border-color: #BAD58D; }
span { border-color: rgb(186,213,141); }
td.TdClassName
{
border-color: #BAD58D;
}
.TagClassName
{
border-color: #BAD58D;
}
</style>