Shades of Sprout #BACC8F
Tints of Sprout #BACC8F
RGB
CMYK
RGB Variations
Color information
#BACC8F (or 0xBACC8F) is known color: Sprout. HEX triplet: BA, CC and 8F. RGB value is (186,204,143). Sum of RGB (Red+Green+Blue) = 186+204+143=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC8F is #453370. Grayscale: #BFBFBF. Windows color (decimal): -4535153 or 9424058. OLE color: 9424058.
HSL color Cylindrical-coordinate representation of color #BACC8F: hue angle of 77.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BACC8F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 143 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.2 |
| HSL | 77.7º | 0.37% | 0.68% | - |
| HSV(B) | 77.7º | 0.3% | 0.8% | - |
| XYZ | 46.8 | 55.61 | 34.25 | - |
| YUV | 191.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 143 | 0.09 | 0 | 0.30 | 0.2 | 77.7 | 0.37 | 0.68 |
| Hex | BA | CC | 8F | 9 | 0 | 1E | 14 | 4E | 25 | 44 |
| Octal | 272 | 314 | 217 | 11 | 0 | 36 | 24 | 116 | 45 | 104 |
| Binary | 10111010 | 11001100 | 10001111 | 1001 | 0 | 11110 | 10100 | 1001110 | 100101 | 1000100 |
Color Harmonies of #BACC8F
Complementary color
Monochromatic Colors of #BACC8F
Black with #BACC8F
Text Example
Text Example
White with #BACC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC8F; }
p { color: rgb(186,204,143); }
H1.HeaderClassName
{
color: #BACC8F;
}
.AnyTagClassName
{
color: #BACC8F;
}
</style>
background-color css
<style>
a { background-color: #BACC8F; }
a { background-color: rgb(186,204,143); }
div.DivClassName
{
background-color: #BACC8F;
}
.BgClassName
{
background-color: #BACC8F;
}
</style>
border-color css
<style>
span { border-color: #BACC8F; }
span { border-color: rgb(186,204,143); }
td.TdClassName
{
border-color: #BACC8F;
}
.TagClassName
{
border-color: #BACC8F;
}
</style>