Shades of Sprout #BCD88E
Tints of Sprout #BCD88E
RGB
CMYK
RGB Variations
Color information
#BCD88E (or 0xBCD88E) is known color: Sprout. HEX triplet: BC, D8 and 8E. RGB value is (188,216,142). Sum of RGB (Red+Green+Blue) = 188+216+142=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD88E is #432771. Grayscale: #C7C7C7. Windows color (decimal): -4401010 or 9361596. OLE color: 9361596.
HSL color Cylindrical-coordinate representation of color #BCD88E: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD88E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 142 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 82.7º | 0.49% | 0.7% | - |
| HSV(B) | 82.7º | 0.34% | 0.85% | - |
| XYZ | 50.18 | 61.76 | 34.87 | - |
| YUV | 199.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 142 | 0.13 | 0 | 0.34 | 0.15 | 82.7 | 0.49 | 0.7 |
| Hex | BC | D8 | 8E | D | 0 | 22 | F | 53 | 31 | 46 |
| Octal | 274 | 330 | 216 | 15 | 0 | 42 | 17 | 123 | 61 | 106 |
| Binary | 10111100 | 11011000 | 10001110 | 1101 | 0 | 100010 | 1111 | 1010011 | 110001 | 1000110 |
Color Harmonies of #BCD88E
Complementary color
Monochromatic Colors of #BCD88E
Black with #BCD88E
Text Example
Text Example
White with #BCD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD88E; }
p { color: rgb(188,216,142); }
H1.HeaderClassName
{
color: #BCD88E;
}
.AnyTagClassName
{
color: #BCD88E;
}
</style>
background-color css
<style>
a { background-color: #BCD88E; }
a { background-color: rgb(188,216,142); }
div.DivClassName
{
background-color: #BCD88E;
}
.BgClassName
{
background-color: #BCD88E;
}
</style>
border-color css
<style>
span { border-color: #BCD88E; }
span { border-color: rgb(188,216,142); }
td.TdClassName
{
border-color: #BCD88E;
}
.TagClassName
{
border-color: #BCD88E;
}
</style>