Shades of Sprout #BAD38E
Tints of Sprout #BAD38E
RGB
CMYK
RGB Variations
Color information
#BAD38E (or 0xBAD38E) is known color: Sprout. HEX triplet: BA, D3 and 8E. RGB value is (186,211,142). Sum of RGB (Red+Green+Blue) = 186+211+142=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD38E is #452C71. Grayscale: #C3C3C3. Windows color (decimal): -4533362 or 9360314. OLE color: 9360314.
HSL color Cylindrical-coordinate representation of color #BAD38E: hue angle of 81.74º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAD38E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 142 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.17 |
| HSL | 81.74º | 0.44% | 0.69% | - |
| HSV(B) | 81.74º | 0.33% | 0.83% | - |
| XYZ | 48.43 | 58.98 | 34.42 | - |
| YUV | 195.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 142 | 0.12 | 0 | 0.33 | 0.17 | 81.74 | 0.44 | 0.69 |
| Hex | BA | D3 | 8E | C | 0 | 21 | 11 | 52 | 2C | 45 |
| Octal | 272 | 323 | 216 | 14 | 0 | 41 | 21 | 122 | 54 | 105 |
| Binary | 10111010 | 11010011 | 10001110 | 1100 | 0 | 100001 | 10001 | 1010010 | 101100 | 1000101 |
Color Harmonies of #BAD38E
Complementary color
Monochromatic Colors of #BAD38E
Black with #BAD38E
Text Example
Text Example
White with #BAD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD38E; }
p { color: rgb(186,211,142); }
H1.HeaderClassName
{
color: #BAD38E;
}
.AnyTagClassName
{
color: #BAD38E;
}
</style>
background-color css
<style>
a { background-color: #BAD38E; }
a { background-color: rgb(186,211,142); }
div.DivClassName
{
background-color: #BAD38E;
}
.BgClassName
{
background-color: #BAD38E;
}
</style>
border-color css
<style>
span { border-color: #BAD38E; }
span { border-color: rgb(186,211,142); }
td.TdClassName
{
border-color: #BAD38E;
}
.TagClassName
{
border-color: #BAD38E;
}
</style>