Shades of Sprout #BAD498
Tints of Sprout #BAD498
RGB
CMYK
RGB Variations
Color information
#BAD498 (or 0xBAD498) is known color: Sprout. HEX triplet: BA, D4 and 98. RGB value is (186,212,152). Sum of RGB (Red+Green+Blue) = 186+212+152=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD498 is #452B67. Grayscale: #C5C5C5. Windows color (decimal): -4533096 or 10015930. OLE color: 10015930.
HSL color Cylindrical-coordinate representation of color #BAD498: hue angle of 86º 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 #BAD498 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 152 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.17 |
| HSL | 86º | 0.41% | 0.71% | - |
| HSV(B) | 86º | 0.28% | 0.83% | - |
| XYZ | 49.46 | 59.79 | 38.64 | - |
| YUV | 197.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 152 | 0.12 | 0 | 0.28 | 0.17 | 86 | 0.41 | 0.71 |
| Hex | BA | D4 | 98 | C | 0 | 1C | 11 | 56 | 29 | 47 |
| Octal | 272 | 324 | 230 | 14 | 0 | 34 | 21 | 126 | 51 | 107 |
| Binary | 10111010 | 11010100 | 10011000 | 1100 | 0 | 11100 | 10001 | 1010110 | 101001 | 1000111 |
Color Harmonies of #BAD498
Complementary color
Monochromatic Colors of #BAD498
Black with #BAD498
Text Example
Text Example
White with #BAD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD498; }
p { color: rgb(186,212,152); }
H1.HeaderClassName
{
color: #BAD498;
}
.AnyTagClassName
{
color: #BAD498;
}
</style>
background-color css
<style>
a { background-color: #BAD498; }
a { background-color: rgb(186,212,152); }
div.DivClassName
{
background-color: #BAD498;
}
.BgClassName
{
background-color: #BAD498;
}
</style>
border-color css
<style>
span { border-color: #BAD498; }
span { border-color: rgb(186,212,152); }
td.TdClassName
{
border-color: #BAD498;
}
.TagClassName
{
border-color: #BAD498;
}
</style>