Shades of Sprout #BAD19C
Tints of Sprout #BAD19C
RGB
CMYK
RGB Variations
Color information
#BAD19C (or 0xBAD19C) is known color: Sprout. HEX triplet: BA, D1 and 9C. RGB value is (186,209,156). Sum of RGB (Red+Green+Blue) = 186+209+156=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD19C is #452E63. Grayscale: #C4C4C4. Windows color (decimal): -4533860 or 10277306. OLE color: 10277306.
HSL color Cylindrical-coordinate representation of color #BAD19C: hue angle of 86.04º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD19C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 156 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.18 |
| HSL | 86.04º | 0.37% | 0.72% | - |
| HSV(B) | 86.04º | 0.25% | 0.82% | - |
| XYZ | 49.05 | 58.44 | 40.15 | - |
| YUV | 196.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 156 | 0.11 | 0 | 0.25 | 0.18 | 86.04 | 0.37 | 0.72 |
| Hex | BA | D1 | 9C | B | 0 | 19 | 12 | 56 | 25 | 48 |
| Octal | 272 | 321 | 234 | 13 | 0 | 31 | 22 | 126 | 45 | 110 |
| Binary | 10111010 | 11010001 | 10011100 | 1011 | 0 | 11001 | 10010 | 1010110 | 100101 | 1001000 |
Color Harmonies of #BAD19C
Complementary color
Monochromatic Colors of #BAD19C
Black with #BAD19C
Text Example
Text Example
White with #BAD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD19C; }
p { color: rgb(186,209,156); }
H1.HeaderClassName
{
color: #BAD19C;
}
.AnyTagClassName
{
color: #BAD19C;
}
</style>
background-color css
<style>
a { background-color: #BAD19C; }
a { background-color: rgb(186,209,156); }
div.DivClassName
{
background-color: #BAD19C;
}
.BgClassName
{
background-color: #BAD19C;
}
</style>
border-color css
<style>
span { border-color: #BAD19C; }
span { border-color: rgb(186,209,156); }
td.TdClassName
{
border-color: #BAD19C;
}
.TagClassName
{
border-color: #BAD19C;
}
</style>