Shades of Sprout #BACD8F
Tints of Sprout #BACD8F
RGB
CMYK
RGB Variations
Color information
#BACD8F (or 0xBACD8F) is known color: Sprout. HEX triplet: BA, CD and 8F. RGB value is (186,205,143). Sum of RGB (Red+Green+Blue) = 186+205+143=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8F is #453270. Grayscale: #C0C0C0. Windows color (decimal): -4534897 or 9424314. OLE color: 9424314.
HSL color Cylindrical-coordinate representation of color #BACD8F: hue angle of 78.39º degrees, saturation: 0.38, 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 #BACD8F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 143 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.20 |
| HSL | 78.39º | 0.38% | 0.68% | - |
| HSV(B) | 78.39º | 0.3% | 0.8% | - |
| XYZ | 47.04 | 56.08 | 34.33 | - |
| YUV | 192.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 143 | 0.09 | 0 | 0.30 | 0.20 | 78.39 | 0.38 | 0.68 |
| Hex | BA | CD | 8F | 9 | 0 | 1E | 14 | 4E | 26 | 44 |
| Octal | 272 | 315 | 217 | 11 | 0 | 36 | 24 | 116 | 46 | 104 |
| Binary | 10111010 | 11001101 | 10001111 | 1001 | 0 | 11110 | 10100 | 1001110 | 100110 | 1000100 |
Color Harmonies of #BACD8F
Complementary color
Monochromatic Colors of #BACD8F
Black with #BACD8F
Text Example
Text Example
White with #BACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD8F; }
p { color: rgb(186,205,143); }
H1.HeaderClassName
{
color: #BACD8F;
}
.AnyTagClassName
{
color: #BACD8F;
}
</style>
background-color css
<style>
a { background-color: #BACD8F; }
a { background-color: rgb(186,205,143); }
div.DivClassName
{
background-color: #BACD8F;
}
.BgClassName
{
background-color: #BACD8F;
}
</style>
border-color css
<style>
span { border-color: #BACD8F; }
span { border-color: rgb(186,205,143); }
td.TdClassName
{
border-color: #BACD8F;
}
.TagClassName
{
border-color: #BACD8F;
}
</style>