Shades of Sprout #BAD58C
Tints of Sprout #BAD58C
RGB
CMYK
RGB Variations
Color information
#BAD58C (or 0xBAD58C) is known color: Sprout. HEX triplet: BA, D5 and 8C. RGB value is (186,213,140). Sum of RGB (Red+Green+Blue) = 186+213+140=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD58C is #452A73. Grayscale: #C4C4C4. Windows color (decimal): -4532852 or 9229754. OLE color: 9229754.
HSL color Cylindrical-coordinate representation of color #BAD58C: hue angle of 82.19º 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 #BAD58C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 140 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.16 |
| HSL | 82.19º | 0.46% | 0.69% | - |
| HSV(B) | 82.19º | 0.34% | 0.84% | - |
| XYZ | 48.78 | 59.92 | 33.81 | - |
| YUV | 196.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 140 | 0.13 | 0 | 0.34 | 0.16 | 82.19 | 0.46 | 0.69 |
| Hex | BA | D5 | 8C | D | 0 | 22 | 10 | 52 | 2E | 45 |
| Octal | 272 | 325 | 214 | 15 | 0 | 42 | 20 | 122 | 56 | 105 |
| Binary | 10111010 | 11010101 | 10001100 | 1101 | 0 | 100010 | 10000 | 1010010 | 101110 | 1000101 |
Color Harmonies of #BAD58C
Complementary color
Monochromatic Colors of #BAD58C
Black with #BAD58C
Text Example
Text Example
White with #BAD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD58C; }
p { color: rgb(186,213,140); }
H1.HeaderClassName
{
color: #BAD58C;
}
.AnyTagClassName
{
color: #BAD58C;
}
</style>
background-color css
<style>
a { background-color: #BAD58C; }
a { background-color: rgb(186,213,140); }
div.DivClassName
{
background-color: #BAD58C;
}
.BgClassName
{
background-color: #BAD58C;
}
</style>
border-color css
<style>
span { border-color: #BAD58C; }
span { border-color: rgb(186,213,140); }
td.TdClassName
{
border-color: #BAD58C;
}
.TagClassName
{
border-color: #BAD58C;
}
</style>