Shades of Sprout #BAD28E
Tints of Sprout #BAD28E
RGB
CMYK
RGB Variations
Color information
#BAD28E (or 0xBAD28E) is known color: Sprout. HEX triplet: BA, D2 and 8E. RGB value is (186,210,142). Sum of RGB (Red+Green+Blue) = 186+210+142=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD28E is #452D71. Grayscale: #C3C3C3. Windows color (decimal): -4533618 or 9360058. OLE color: 9360058.
HSL color Cylindrical-coordinate representation of color #BAD28E: hue angle of 81.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAD28E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 142 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.18 |
| HSL | 81.18º | 0.43% | 0.69% | - |
| HSV(B) | 81.18º | 0.32% | 0.82% | - |
| XYZ | 48.18 | 58.49 | 34.34 | - |
| YUV | 195.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 142 | 0.11 | 0 | 0.32 | 0.18 | 81.18 | 0.43 | 0.69 |
| Hex | BA | D2 | 8E | B | 0 | 20 | 12 | 51 | 2B | 45 |
| Octal | 272 | 322 | 216 | 13 | 0 | 40 | 22 | 121 | 53 | 105 |
| Binary | 10111010 | 11010010 | 10001110 | 1011 | 0 | 100000 | 10010 | 1010001 | 101011 | 1000101 |
Color Harmonies of #BAD28E
Complementary color
Monochromatic Colors of #BAD28E
Black with #BAD28E
Text Example
Text Example
White with #BAD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD28E; }
p { color: rgb(186,210,142); }
H1.HeaderClassName
{
color: #BAD28E;
}
.AnyTagClassName
{
color: #BAD28E;
}
</style>
background-color css
<style>
a { background-color: #BAD28E; }
a { background-color: rgb(186,210,142); }
div.DivClassName
{
background-color: #BAD28E;
}
.BgClassName
{
background-color: #BAD28E;
}
</style>
border-color css
<style>
span { border-color: #BAD28E; }
span { border-color: rgb(186,210,142); }
td.TdClassName
{
border-color: #BAD28E;
}
.TagClassName
{
border-color: #BAD28E;
}
</style>