Shades of Sprout #BCD08D
Tints of Sprout #BCD08D
RGB
CMYK
RGB Variations
Color information
#BCD08D (or 0xBCD08D) is known color: Sprout. HEX triplet: BC, D0 and 8D. RGB value is (188,208,141). Sum of RGB (Red+Green+Blue) = 188+208+141=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08D is #432F72. Grayscale: #C2C2C2. Windows color (decimal): -4403059 or 9294012. OLE color: 9294012.
HSL color Cylindrical-coordinate representation of color #BCD08D: hue angle of 77.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD08D is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 141 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.18 |
| HSL | 77.91º | 0.42% | 0.68% | - |
| HSV(B) | 77.91º | 0.32% | 0.82% | - |
| XYZ | 48.1 | 57.73 | 33.81 | - |
| YUV | 194.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 141 | 0.10 | 0 | 0.32 | 0.18 | 77.91 | 0.42 | 0.68 |
| Hex | BC | D0 | 8D | A | 0 | 20 | 12 | 4E | 2A | 44 |
| Octal | 274 | 320 | 215 | 12 | 0 | 40 | 22 | 116 | 52 | 104 |
| Binary | 10111100 | 11010000 | 10001101 | 1010 | 0 | 100000 | 10010 | 1001110 | 101010 | 1000100 |
Color Harmonies of #BCD08D
Complementary color
Monochromatic Colors of #BCD08D
Black with #BCD08D
Text Example
Text Example
White with #BCD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD08D; }
p { color: rgb(188,208,141); }
H1.HeaderClassName
{
color: #BCD08D;
}
.AnyTagClassName
{
color: #BCD08D;
}
</style>
background-color css
<style>
a { background-color: #BCD08D; }
a { background-color: rgb(188,208,141); }
div.DivClassName
{
background-color: #BCD08D;
}
.BgClassName
{
background-color: #BCD08D;
}
</style>
border-color css
<style>
span { border-color: #BCD08D; }
span { border-color: rgb(188,208,141); }
td.TdClassName
{
border-color: #BCD08D;
}
.TagClassName
{
border-color: #BCD08D;
}
</style>