Shades of Sprout #BAD395
Tints of Sprout #BAD395
RGB
CMYK
RGB Variations
Color information
#BAD395 (or 0xBAD395) is known color: Sprout. HEX triplet: BA, D3 and 95. RGB value is (186,211,149). Sum of RGB (Red+Green+Blue) = 186+211+149=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD395 is #452C6A. Grayscale: #C4C4C4. Windows color (decimal): -4533355 or 9819066. OLE color: 9819066.
HSL color Cylindrical-coordinate representation of color #BAD395: hue angle of 84.19º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAD395 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 149 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.17 |
| HSL | 84.19º | 0.41% | 0.71% | - |
| HSV(B) | 84.19º | 0.29% | 0.83% | - |
| XYZ | 48.97 | 59.2 | 37.28 | - |
| YUV | 196.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 149 | 0.12 | 0 | 0.29 | 0.17 | 84.19 | 0.41 | 0.71 |
| Hex | BA | D3 | 95 | C | 0 | 1D | 11 | 54 | 29 | 47 |
| Octal | 272 | 323 | 225 | 14 | 0 | 35 | 21 | 124 | 51 | 107 |
| Binary | 10111010 | 11010011 | 10010101 | 1100 | 0 | 11101 | 10001 | 1010100 | 101001 | 1000111 |
Color Harmonies of #BAD395
Complementary color
Monochromatic Colors of #BAD395
Black with #BAD395
Text Example
Text Example
White with #BAD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD395; }
p { color: rgb(186,211,149); }
H1.HeaderClassName
{
color: #BAD395;
}
.AnyTagClassName
{
color: #BAD395;
}
</style>
background-color css
<style>
a { background-color: #BAD395; }
a { background-color: rgb(186,211,149); }
div.DivClassName
{
background-color: #BAD395;
}
.BgClassName
{
background-color: #BAD395;
}
</style>
border-color css
<style>
span { border-color: #BAD395; }
span { border-color: rgb(186,211,149); }
td.TdClassName
{
border-color: #BAD395;
}
.TagClassName
{
border-color: #BAD395;
}
</style>