Shades of Sprout #BAD292
Tints of Sprout #BAD292
RGB
CMYK
RGB Variations
Color information
#BAD292 (or 0xBAD292) is known color: Sprout. HEX triplet: BA, D2 and 92. RGB value is (186,210,146). Sum of RGB (Red+Green+Blue) = 186+210+146=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD292 is #452D6D. Grayscale: #C3C3C3. Windows color (decimal): -4533614 or 9622202. OLE color: 9622202.
HSL color Cylindrical-coordinate representation of color #BAD292: hue angle of 82.5º degrees, saturation: 0.42, 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 #BAD292 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 146 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.18 |
| HSL | 82.5º | 0.42% | 0.7% | - |
| HSV(B) | 82.5º | 0.3% | 0.82% | - |
| XYZ | 48.48 | 58.61 | 35.95 | - |
| YUV | 195.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 146 | 0.11 | 0 | 0.30 | 0.18 | 82.5 | 0.42 | 0.7 |
| Hex | BA | D2 | 92 | B | 0 | 1E | 12 | 52 | 2A | 46 |
| Octal | 272 | 322 | 222 | 13 | 0 | 36 | 22 | 122 | 52 | 106 |
| Binary | 10111010 | 11010010 | 10010010 | 1011 | 0 | 11110 | 10010 | 1010010 | 101010 | 1000110 |
Color Harmonies of #BAD292
Complementary color
Monochromatic Colors of #BAD292
Black with #BAD292
Text Example
Text Example
White with #BAD292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD292; }
p { color: rgb(186,210,146); }
H1.HeaderClassName
{
color: #BAD292;
}
.AnyTagClassName
{
color: #BAD292;
}
</style>
background-color css
<style>
a { background-color: #BAD292; }
a { background-color: rgb(186,210,146); }
div.DivClassName
{
background-color: #BAD292;
}
.BgClassName
{
background-color: #BAD292;
}
</style>
border-color css
<style>
span { border-color: #BAD292; }
span { border-color: rgb(186,210,146); }
td.TdClassName
{
border-color: #BAD292;
}
.TagClassName
{
border-color: #BAD292;
}
</style>