Shades of Sprout #BCD18D
Tints of Sprout #BCD18D
RGB
CMYK
RGB Variations
Color information
#BCD18D (or 0xBCD18D) is known color: Sprout. HEX triplet: BC, D1 and 8D. RGB value is (188,209,141). Sum of RGB (Red+Green+Blue) = 188+209+141=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD18D is #432E72. Grayscale: #C3C3C3. Windows color (decimal): -4402803 or 9294268. OLE color: 9294268.
HSL color Cylindrical-coordinate representation of color #BCD18D: hue angle of 78.53º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD18D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 141 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.18 |
| HSL | 78.53º | 0.43% | 0.69% | - |
| HSV(B) | 78.53º | 0.33% | 0.82% | - |
| XYZ | 48.35 | 58.22 | 33.89 | - |
| YUV | 194.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 141 | 0.10 | 0 | 0.33 | 0.18 | 78.53 | 0.43 | 0.69 |
| Hex | BC | D1 | 8D | A | 0 | 21 | 12 | 4F | 2A | 45 |
| Octal | 274 | 321 | 215 | 12 | 0 | 41 | 22 | 117 | 52 | 105 |
| Binary | 10111100 | 11010001 | 10001101 | 1010 | 0 | 100001 | 10010 | 1001111 | 101010 | 1000101 |
Color Harmonies of #BCD18D
Complementary color
Monochromatic Colors of #BCD18D
Black with #BCD18D
Text Example
Text Example
White with #BCD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD18D; }
p { color: rgb(188,209,141); }
H1.HeaderClassName
{
color: #BCD18D;
}
.AnyTagClassName
{
color: #BCD18D;
}
</style>
background-color css
<style>
a { background-color: #BCD18D; }
a { background-color: rgb(188,209,141); }
div.DivClassName
{
background-color: #BCD18D;
}
.BgClassName
{
background-color: #BCD18D;
}
</style>
border-color css
<style>
span { border-color: #BCD18D; }
span { border-color: rgb(188,209,141); }
td.TdClassName
{
border-color: #BCD18D;
}
.TagClassName
{
border-color: #BCD18D;
}
</style>