Shades of Sprout #BADC8F
Tints of Sprout #BADC8F
RGB
CMYK
RGB Variations
Color information
#BADC8F (or 0xBADC8F) is known color: Sprout. HEX triplet: BA, DC and 8F. RGB value is (186,220,143). Sum of RGB (Red+Green+Blue) = 186+220+143=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8F is #452370. Grayscale: #C9C9C9. Windows color (decimal): -4531057 or 9428154. OLE color: 9428154.
HSL color Cylindrical-coordinate representation of color #BADC8F: hue angle of 86.49º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BADC8F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 143 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.14 |
| HSL | 86.49º | 0.52% | 0.71% | - |
| HSV(B) | 86.49º | 0.35% | 0.86% | - |
| XYZ | 50.8 | 63.61 | 35.59 | - |
| YUV | 201.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 143 | 0.15 | 0 | 0.35 | 0.14 | 86.49 | 0.52 | 0.71 |
| Hex | BA | DC | 8F | F | 0 | 23 | E | 56 | 34 | 47 |
| Octal | 272 | 334 | 217 | 17 | 0 | 43 | 16 | 126 | 64 | 107 |
| Binary | 10111010 | 11011100 | 10001111 | 1111 | 0 | 100011 | 1110 | 1010110 | 110100 | 1000111 |
Color Harmonies of #BADC8F
Complementary color
Monochromatic Colors of #BADC8F
Black with #BADC8F
Text Example
Text Example
White with #BADC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC8F; }
p { color: rgb(186,220,143); }
H1.HeaderClassName
{
color: #BADC8F;
}
.AnyTagClassName
{
color: #BADC8F;
}
</style>
background-color css
<style>
a { background-color: #BADC8F; }
a { background-color: rgb(186,220,143); }
div.DivClassName
{
background-color: #BADC8F;
}
.BgClassName
{
background-color: #BADC8F;
}
</style>
border-color css
<style>
span { border-color: #BADC8F; }
span { border-color: rgb(186,220,143); }
td.TdClassName
{
border-color: #BADC8F;
}
.TagClassName
{
border-color: #BADC8F;
}
</style>