Shades of Sprout #BACF9D
Tints of Sprout #BACF9D
RGB
CMYK
RGB Variations
Color information
#BACF9D (or 0xBACF9D) is known color: Sprout. HEX triplet: BA, CF and 9D. RGB value is (186,207,157). Sum of RGB (Red+Green+Blue) = 186+207+157=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF9D is #453062. Grayscale: #C3C3C3. Windows color (decimal): -4534371 or 10342330. OLE color: 10342330.
HSL color Cylindrical-coordinate representation of color #BACF9D: hue angle of 85.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACF9D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 157 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.19 |
| HSL | 85.2º | 0.34% | 0.71% | - |
| HSV(B) | 85.2º | 0.24% | 0.81% | - |
| XYZ | 48.65 | 57.5 | 40.43 | - |
| YUV | 195.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 157 | 0.10 | 0 | 0.24 | 0.19 | 85.2 | 0.34 | 0.71 |
| Hex | BA | CF | 9D | A | 0 | 18 | 13 | 55 | 22 | 47 |
| Octal | 272 | 317 | 235 | 12 | 0 | 30 | 23 | 125 | 42 | 107 |
| Binary | 10111010 | 11001111 | 10011101 | 1010 | 0 | 11000 | 10011 | 1010101 | 100010 | 1000111 |
Color Harmonies of #BACF9D
Complementary color
Monochromatic Colors of #BACF9D
Black with #BACF9D
Text Example
Text Example
White with #BACF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF9D; }
p { color: rgb(186,207,157); }
H1.HeaderClassName
{
color: #BACF9D;
}
.AnyTagClassName
{
color: #BACF9D;
}
</style>
background-color css
<style>
a { background-color: #BACF9D; }
a { background-color: rgb(186,207,157); }
div.DivClassName
{
background-color: #BACF9D;
}
.BgClassName
{
background-color: #BACF9D;
}
</style>
border-color css
<style>
span { border-color: #BACF9D; }
span { border-color: rgb(186,207,157); }
td.TdClassName
{
border-color: #BACF9D;
}
.TagClassName
{
border-color: #BACF9D;
}
</style>