Shades of Sprout #BCD38D
Tints of Sprout #BCD38D
RGB
CMYK
RGB Variations
Color information
#BCD38D (or 0xBCD38D) is known color: Sprout. HEX triplet: BC, D3 and 8D. RGB value is (188,211,141). Sum of RGB (Red+Green+Blue) = 188+211+141=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD38D is #432C72. Grayscale: #C4C4C4. Windows color (decimal): -4402291 or 9294780. OLE color: 9294780.
HSL color Cylindrical-coordinate representation of color #BCD38D: hue angle of 79.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD38D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 141 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.17 |
| HSL | 79.71º | 0.44% | 0.69% | - |
| HSV(B) | 79.71º | 0.33% | 0.83% | - |
| XYZ | 48.84 | 59.2 | 34.05 | - |
| YUV | 196.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 141 | 0.11 | 0 | 0.33 | 0.17 | 79.71 | 0.44 | 0.69 |
| Hex | BC | D3 | 8D | B | 0 | 21 | 11 | 50 | 2C | 45 |
| Octal | 274 | 323 | 215 | 13 | 0 | 41 | 21 | 120 | 54 | 105 |
| Binary | 10111100 | 11010011 | 10001101 | 1011 | 0 | 100001 | 10001 | 1010000 | 101100 | 1000101 |
Color Harmonies of #BCD38D
Complementary color
Monochromatic Colors of #BCD38D
Black with #BCD38D
Text Example
Text Example
White with #BCD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD38D; }
p { color: rgb(188,211,141); }
H1.HeaderClassName
{
color: #BCD38D;
}
.AnyTagClassName
{
color: #BCD38D;
}
</style>
background-color css
<style>
a { background-color: #BCD38D; }
a { background-color: rgb(188,211,141); }
div.DivClassName
{
background-color: #BCD38D;
}
.BgClassName
{
background-color: #BCD38D;
}
</style>
border-color css
<style>
span { border-color: #BCD38D; }
span { border-color: rgb(188,211,141); }
td.TdClassName
{
border-color: #BCD38D;
}
.TagClassName
{
border-color: #BCD38D;
}
</style>