Shades of Sprout #BAD495
Tints of Sprout #BAD495
RGB
CMYK
RGB Variations
Color information
#BAD495 (or 0xBAD495) is known color: Sprout. HEX triplet: BA, D4 and 95. RGB value is (186,212,149). Sum of RGB (Red+Green+Blue) = 186+212+149=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD495 is #452B6A. Grayscale: #C5C5C5. Windows color (decimal): -4533099 or 9819322. OLE color: 9819322.
HSL color Cylindrical-coordinate representation of color #BAD495: hue angle of 84.76º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD495 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 149 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.17 |
| HSL | 84.76º | 0.42% | 0.71% | - |
| HSV(B) | 84.76º | 0.3% | 0.83% | - |
| XYZ | 49.22 | 59.7 | 37.36 | - |
| YUV | 197.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 149 | 0.12 | 0 | 0.30 | 0.17 | 84.76 | 0.42 | 0.71 |
| Hex | BA | D4 | 95 | C | 0 | 1E | 11 | 55 | 2A | 47 |
| Octal | 272 | 324 | 225 | 14 | 0 | 36 | 21 | 125 | 52 | 107 |
| Binary | 10111010 | 11010100 | 10010101 | 1100 | 0 | 11110 | 10001 | 1010101 | 101010 | 1000111 |
Color Harmonies of #BAD495
Complementary color
Monochromatic Colors of #BAD495
Black with #BAD495
Text Example
Text Example
White with #BAD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD495; }
p { color: rgb(186,212,149); }
H1.HeaderClassName
{
color: #BAD495;
}
.AnyTagClassName
{
color: #BAD495;
}
</style>
background-color css
<style>
a { background-color: #BAD495; }
a { background-color: rgb(186,212,149); }
div.DivClassName
{
background-color: #BAD495;
}
.BgClassName
{
background-color: #BAD495;
}
</style>
border-color css
<style>
span { border-color: #BAD495; }
span { border-color: rgb(186,212,149); }
td.TdClassName
{
border-color: #BAD495;
}
.TagClassName
{
border-color: #BAD495;
}
</style>