Shades of Sprout #BAD595
Tints of Sprout #BAD595
RGB
CMYK
RGB Variations
Color information
#BAD595 (or 0xBAD595) is known color: Sprout. HEX triplet: BA, D5 and 95. RGB value is (186,213,149). Sum of RGB (Red+Green+Blue) = 186+213+149=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD595 is #452A6A. Grayscale: #C5C5C5. Windows color (decimal): -4532843 or 9819578. OLE color: 9819578.
HSL color Cylindrical-coordinate representation of color #BAD595: hue angle of 85.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD595 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 149 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.16 |
| HSL | 85.31º | 0.43% | 0.71% | - |
| HSV(B) | 85.31º | 0.3% | 0.84% | - |
| XYZ | 49.47 | 60.2 | 37.45 | - |
| YUV | 197.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 149 | 0.13 | 0 | 0.30 | 0.16 | 85.31 | 0.43 | 0.71 |
| Hex | BA | D5 | 95 | D | 0 | 1E | 10 | 55 | 2B | 47 |
| Octal | 272 | 325 | 225 | 15 | 0 | 36 | 20 | 125 | 53 | 107 |
| Binary | 10111010 | 11010101 | 10010101 | 1101 | 0 | 11110 | 10000 | 1010101 | 101011 | 1000111 |
Color Harmonies of #BAD595
Complementary color
Monochromatic Colors of #BAD595
Black with #BAD595
Text Example
Text Example
White with #BAD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD595; }
p { color: rgb(186,213,149); }
H1.HeaderClassName
{
color: #BAD595;
}
.AnyTagClassName
{
color: #BAD595;
}
</style>
background-color css
<style>
a { background-color: #BAD595; }
a { background-color: rgb(186,213,149); }
div.DivClassName
{
background-color: #BAD595;
}
.BgClassName
{
background-color: #BAD595;
}
</style>
border-color css
<style>
span { border-color: #BAD595; }
span { border-color: rgb(186,213,149); }
td.TdClassName
{
border-color: #BAD595;
}
.TagClassName
{
border-color: #BAD595;
}
</style>