Shades of Sprout #BCD68F
Tints of Sprout #BCD68F
RGB
CMYK
RGB Variations
Color information
#BCD68F (or 0xBCD68F) is known color: Sprout. HEX triplet: BC, D6 and 8F. RGB value is (188,214,143). Sum of RGB (Red+Green+Blue) = 188+214+143=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68F is #432970. Grayscale: #C6C6C6. Windows color (decimal): -4401521 or 9426620. OLE color: 9426620.
HSL color Cylindrical-coordinate representation of color #BCD68F: hue angle of 81.97º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD68F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 143 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.16 |
| HSL | 81.97º | 0.46% | 0.7% | - |
| HSV(B) | 81.97º | 0.33% | 0.84% | - |
| XYZ | 49.74 | 60.77 | 35.09 | - |
| YUV | 198.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 143 | 0.12 | 0 | 0.33 | 0.16 | 81.97 | 0.46 | 0.7 |
| Hex | BC | D6 | 8F | C | 0 | 21 | 10 | 52 | 2E | 46 |
| Octal | 274 | 326 | 217 | 14 | 0 | 41 | 20 | 122 | 56 | 106 |
| Binary | 10111100 | 11010110 | 10001111 | 1100 | 0 | 100001 | 10000 | 1010010 | 101110 | 1000110 |
Color Harmonies of #BCD68F
Complementary color
Monochromatic Colors of #BCD68F
Black with #BCD68F
Text Example
Text Example
White with #BCD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD68F; }
p { color: rgb(188,214,143); }
H1.HeaderClassName
{
color: #BCD68F;
}
.AnyTagClassName
{
color: #BCD68F;
}
</style>
background-color css
<style>
a { background-color: #BCD68F; }
a { background-color: rgb(188,214,143); }
div.DivClassName
{
background-color: #BCD68F;
}
.BgClassName
{
background-color: #BCD68F;
}
</style>
border-color css
<style>
span { border-color: #BCD68F; }
span { border-color: rgb(188,214,143); }
td.TdClassName
{
border-color: #BCD68F;
}
.TagClassName
{
border-color: #BCD68F;
}
</style>