Shades of Sprout #BAD293
Tints of Sprout #BAD293
RGB
CMYK
RGB Variations
Color information
#BAD293 (or 0xBAD293) is known color: Sprout. HEX triplet: BA, D2 and 93. RGB value is (186,210,147). Sum of RGB (Red+Green+Blue) = 186+210+147=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD293 is #452D6C. Grayscale: #C3C3C3. Windows color (decimal): -4533613 or 9687738. OLE color: 9687738.
HSL color Cylindrical-coordinate representation of color #BAD293: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD293 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 147 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.18 |
| HSL | 82.86º | 0.41% | 0.7% | - |
| HSV(B) | 82.86º | 0.3% | 0.82% | - |
| XYZ | 48.56 | 58.64 | 36.36 | - |
| YUV | 195.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 147 | 0.11 | 0 | 0.30 | 0.18 | 82.86 | 0.41 | 0.7 |
| Hex | BA | D2 | 93 | B | 0 | 1E | 12 | 53 | 29 | 46 |
| Octal | 272 | 322 | 223 | 13 | 0 | 36 | 22 | 123 | 51 | 106 |
| Binary | 10111010 | 11010010 | 10010011 | 1011 | 0 | 11110 | 10010 | 1010011 | 101001 | 1000110 |
Color Harmonies of #BAD293
Complementary color
Monochromatic Colors of #BAD293
Black with #BAD293
Text Example
Text Example
White with #BAD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD293; }
p { color: rgb(186,210,147); }
H1.HeaderClassName
{
color: #BAD293;
}
.AnyTagClassName
{
color: #BAD293;
}
</style>
background-color css
<style>
a { background-color: #BAD293; }
a { background-color: rgb(186,210,147); }
div.DivClassName
{
background-color: #BAD293;
}
.BgClassName
{
background-color: #BAD293;
}
</style>
border-color css
<style>
span { border-color: #BAD293; }
span { border-color: rgb(186,210,147); }
td.TdClassName
{
border-color: #BAD293;
}
.TagClassName
{
border-color: #BAD293;
}
</style>