Shades of Sprout #BAD290
Tints of Sprout #BAD290
RGB
CMYK
RGB Variations
Color information
#BAD290 (or 0xBAD290) is known color: Sprout. HEX triplet: BA, D2 and 90. RGB value is (186,210,144). Sum of RGB (Red+Green+Blue) = 186+210+144=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD290 is #452D6F. Grayscale: #C3C3C3. Windows color (decimal): -4533616 or 9491130. OLE color: 9491130.
HSL color Cylindrical-coordinate representation of color #BAD290: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAD290 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 144 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.18 |
| HSL | 81.82º | 0.42% | 0.69% | - |
| HSV(B) | 81.82º | 0.31% | 0.82% | - |
| XYZ | 48.33 | 58.55 | 35.14 | - |
| YUV | 195.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 144 | 0.11 | 0 | 0.31 | 0.18 | 81.82 | 0.42 | 0.69 |
| Hex | BA | D2 | 90 | B | 0 | 1F | 12 | 52 | 2A | 45 |
| Octal | 272 | 322 | 220 | 13 | 0 | 37 | 22 | 122 | 52 | 105 |
| Binary | 10111010 | 11010010 | 10010000 | 1011 | 0 | 11111 | 10010 | 1010010 | 101010 | 1000101 |
Color Harmonies of #BAD290
Complementary color
Monochromatic Colors of #BAD290
Black with #BAD290
Text Example
Text Example
White with #BAD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD290; }
p { color: rgb(186,210,144); }
H1.HeaderClassName
{
color: #BAD290;
}
.AnyTagClassName
{
color: #BAD290;
}
</style>
background-color css
<style>
a { background-color: #BAD290; }
a { background-color: rgb(186,210,144); }
div.DivClassName
{
background-color: #BAD290;
}
.BgClassName
{
background-color: #BAD290;
}
</style>
border-color css
<style>
span { border-color: #BAD290; }
span { border-color: rgb(186,210,144); }
td.TdClassName
{
border-color: #BAD290;
}
.TagClassName
{
border-color: #BAD290;
}
</style>