Shades of Sprout #BACD99
Tints of Sprout #BACD99
RGB
CMYK
RGB Variations
Color information
#BACD99 (or 0xBACD99) is known color: Sprout. HEX triplet: BA, CD and 99. RGB value is (186,205,153). Sum of RGB (Red+Green+Blue) = 186+205+153=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD99 is #453266. Grayscale: #C1C1C1. Windows color (decimal): -4534887 or 10079674. OLE color: 10079674.
HSL color Cylindrical-coordinate representation of color #BACD99: hue angle of 81.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACD99 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 153 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.20 |
| HSL | 81.92º | 0.34% | 0.7% | - |
| HSV(B) | 81.92º | 0.25% | 0.8% | - |
| XYZ | 47.83 | 56.4 | 38.5 | - |
| YUV | 193.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 153 | 0.09 | 0 | 0.25 | 0.20 | 81.92 | 0.34 | 0.7 |
| Hex | BA | CD | 99 | 9 | 0 | 19 | 14 | 52 | 22 | 46 |
| Octal | 272 | 315 | 231 | 11 | 0 | 31 | 24 | 122 | 42 | 106 |
| Binary | 10111010 | 11001101 | 10011001 | 1001 | 0 | 11001 | 10100 | 1010010 | 100010 | 1000110 |
Color Harmonies of #BACD99
Complementary color
Monochromatic Colors of #BACD99
Black with #BACD99
Text Example
Text Example
White with #BACD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD99; }
p { color: rgb(186,205,153); }
H1.HeaderClassName
{
color: #BACD99;
}
.AnyTagClassName
{
color: #BACD99;
}
</style>
background-color css
<style>
a { background-color: #BACD99; }
a { background-color: rgb(186,205,153); }
div.DivClassName
{
background-color: #BACD99;
}
.BgClassName
{
background-color: #BACD99;
}
</style>
border-color css
<style>
span { border-color: #BACD99; }
span { border-color: rgb(186,205,153); }
td.TdClassName
{
border-color: #BACD99;
}
.TagClassName
{
border-color: #BACD99;
}
</style>