Shades of Sprout #BAD29C
Tints of Sprout #BAD29C
RGB
CMYK
RGB Variations
Color information
#BAD29C (or 0xBAD29C) is known color: Sprout. HEX triplet: BA, D2 and 9C. RGB value is (186,210,156). Sum of RGB (Red+Green+Blue) = 186+210+156=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD29C is #452D63. Grayscale: #C4C4C4. Windows color (decimal): -4533604 or 10277562. OLE color: 10277562.
HSL color Cylindrical-coordinate representation of color #BAD29C: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD29C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 156 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.18 |
| HSL | 86.67º | 0.38% | 0.72% | - |
| HSV(B) | 86.67º | 0.26% | 0.82% | - |
| XYZ | 49.3 | 58.93 | 40.23 | - |
| YUV | 196.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 156 | 0.11 | 0 | 0.26 | 0.18 | 86.67 | 0.38 | 0.72 |
| Hex | BA | D2 | 9C | B | 0 | 1A | 12 | 57 | 26 | 48 |
| Octal | 272 | 322 | 234 | 13 | 0 | 32 | 22 | 127 | 46 | 110 |
| Binary | 10111010 | 11010010 | 10011100 | 1011 | 0 | 11010 | 10010 | 1010111 | 100110 | 1001000 |
Color Harmonies of #BAD29C
Complementary color
Monochromatic Colors of #BAD29C
Black with #BAD29C
Text Example
Text Example
White with #BAD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD29C; }
p { color: rgb(186,210,156); }
H1.HeaderClassName
{
color: #BAD29C;
}
.AnyTagClassName
{
color: #BAD29C;
}
</style>
background-color css
<style>
a { background-color: #BAD29C; }
a { background-color: rgb(186,210,156); }
div.DivClassName
{
background-color: #BAD29C;
}
.BgClassName
{
background-color: #BAD29C;
}
</style>
border-color css
<style>
span { border-color: #BAD29C; }
span { border-color: rgb(186,210,156); }
td.TdClassName
{
border-color: #BAD29C;
}
.TagClassName
{
border-color: #BAD29C;
}
</style>