Shades of Sprout #BAD397
Tints of Sprout #BAD397
RGB
CMYK
RGB Variations
Color information
#BAD397 (or 0xBAD397) is known color: Sprout. HEX triplet: BA, D3 and 97. RGB value is (186,211,151). Sum of RGB (Red+Green+Blue) = 186+211+151=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD397 is #452C68. Grayscale: #C4C4C4. Windows color (decimal): -4533353 or 9950138. OLE color: 9950138.
HSL color Cylindrical-coordinate representation of color #BAD397: hue angle of 85º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD397 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 151 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.17 |
| HSL | 85º | 0.41% | 0.71% | - |
| HSV(B) | 85º | 0.28% | 0.83% | - |
| XYZ | 49.13 | 59.26 | 38.13 | - |
| YUV | 196.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 151 | 0.12 | 0 | 0.28 | 0.17 | 85 | 0.41 | 0.71 |
| Hex | BA | D3 | 97 | C | 0 | 1C | 11 | 55 | 29 | 47 |
| Octal | 272 | 323 | 227 | 14 | 0 | 34 | 21 | 125 | 51 | 107 |
| Binary | 10111010 | 11010011 | 10010111 | 1100 | 0 | 11100 | 10001 | 1010101 | 101001 | 1000111 |
Color Harmonies of #BAD397
Complementary color
Monochromatic Colors of #BAD397
Black with #BAD397
Text Example
Text Example
White with #BAD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD397; }
p { color: rgb(186,211,151); }
H1.HeaderClassName
{
color: #BAD397;
}
.AnyTagClassName
{
color: #BAD397;
}
</style>
background-color css
<style>
a { background-color: #BAD397; }
a { background-color: rgb(186,211,151); }
div.DivClassName
{
background-color: #BAD397;
}
.BgClassName
{
background-color: #BAD397;
}
</style>
border-color css
<style>
span { border-color: #BAD397; }
span { border-color: rgb(186,211,151); }
td.TdClassName
{
border-color: #BAD397;
}
.TagClassName
{
border-color: #BAD397;
}
</style>