Shades of Sprout #BACC8D
Tints of Sprout #BACC8D
RGB
CMYK
RGB Variations
Color information
#BACC8D (or 0xBACC8D) is known color: Sprout. HEX triplet: BA, CC and 8D. RGB value is (186,204,141). Sum of RGB (Red+Green+Blue) = 186+204+141=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC8D is #453372. Grayscale: #BFBFBF. Windows color (decimal): -4535155 or 9292986. OLE color: 9292986.
HSL color Cylindrical-coordinate representation of color #BACC8D: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BACC8D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 141 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.2 |
| HSL | 77.14º | 0.38% | 0.68% | - |
| HSV(B) | 77.14º | 0.31% | 0.8% | - |
| XYZ | 46.65 | 55.55 | 33.46 | - |
| YUV | 191.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 141 | 0.09 | 0 | 0.31 | 0.2 | 77.14 | 0.38 | 0.68 |
| Hex | BA | CC | 8D | 9 | 0 | 1F | 14 | 4D | 26 | 44 |
| Octal | 272 | 314 | 215 | 11 | 0 | 37 | 24 | 115 | 46 | 104 |
| Binary | 10111010 | 11001100 | 10001101 | 1001 | 0 | 11111 | 10100 | 1001101 | 100110 | 1000100 |
Color Harmonies of #BACC8D
Complementary color
Monochromatic Colors of #BACC8D
Black with #BACC8D
Text Example
Text Example
White with #BACC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC8D; }
p { color: rgb(186,204,141); }
H1.HeaderClassName
{
color: #BACC8D;
}
.AnyTagClassName
{
color: #BACC8D;
}
</style>
background-color css
<style>
a { background-color: #BACC8D; }
a { background-color: rgb(186,204,141); }
div.DivClassName
{
background-color: #BACC8D;
}
.BgClassName
{
background-color: #BACC8D;
}
</style>
border-color css
<style>
span { border-color: #BACC8D; }
span { border-color: rgb(186,204,141); }
td.TdClassName
{
border-color: #BACC8D;
}
.TagClassName
{
border-color: #BACC8D;
}
</style>