Shades of Sprout #BCD58E
Tints of Sprout #BCD58E
RGB
CMYK
RGB Variations
Color information
#BCD58E (or 0xBCD58E) is known color: Sprout. HEX triplet: BC, D5 and 8E. RGB value is (188,213,142). Sum of RGB (Red+Green+Blue) = 188+213+142=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD58E is #432A71. Grayscale: #C5C5C5. Windows color (decimal): -4401778 or 9360828. OLE color: 9360828.
HSL color Cylindrical-coordinate representation of color #BCD58E: hue angle of 81.13º 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 #BCD58E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 142 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.16 |
| HSL | 81.13º | 0.46% | 0.7% | - |
| HSV(B) | 81.13º | 0.33% | 0.84% | - |
| XYZ | 49.42 | 60.23 | 34.61 | - |
| YUV | 197.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 142 | 0.12 | 0 | 0.33 | 0.16 | 81.13 | 0.46 | 0.7 |
| Hex | BC | D5 | 8E | C | 0 | 21 | 10 | 51 | 2E | 46 |
| Octal | 274 | 325 | 216 | 14 | 0 | 41 | 20 | 121 | 56 | 106 |
| Binary | 10111100 | 11010101 | 10001110 | 1100 | 0 | 100001 | 10000 | 1010001 | 101110 | 1000110 |
Color Harmonies of #BCD58E
Complementary color
Monochromatic Colors of #BCD58E
Black with #BCD58E
Text Example
Text Example
White with #BCD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD58E; }
p { color: rgb(188,213,142); }
H1.HeaderClassName
{
color: #BCD58E;
}
.AnyTagClassName
{
color: #BCD58E;
}
</style>
background-color css
<style>
a { background-color: #BCD58E; }
a { background-color: rgb(188,213,142); }
div.DivClassName
{
background-color: #BCD58E;
}
.BgClassName
{
background-color: #BCD58E;
}
</style>
border-color css
<style>
span { border-color: #BCD58E; }
span { border-color: rgb(188,213,142); }
td.TdClassName
{
border-color: #BCD58E;
}
.TagClassName
{
border-color: #BCD58E;
}
</style>