Shades of Sprout #BCD892
Tints of Sprout #BCD892
RGB
CMYK
RGB Variations
Color information
#BCD892 (or 0xBCD892) is known color: Sprout. HEX triplet: BC, D8 and 92. RGB value is (188,216,146). Sum of RGB (Red+Green+Blue) = 188+216+146=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD892 is #43276D. Grayscale: #C7C7C7. Windows color (decimal): -4401006 or 9623740. OLE color: 9623740.
HSL color Cylindrical-coordinate representation of color #BCD892: hue angle of 84º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD892 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 146 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.15 |
| HSL | 84º | 0.47% | 0.71% | - |
| HSV(B) | 84º | 0.32% | 0.85% | - |
| XYZ | 50.48 | 61.88 | 36.48 | - |
| YUV | 199.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 146 | 0.13 | 0 | 0.32 | 0.15 | 84 | 0.47 | 0.71 |
| Hex | BC | D8 | 92 | D | 0 | 20 | F | 54 | 2F | 47 |
| Octal | 274 | 330 | 222 | 15 | 0 | 40 | 17 | 124 | 57 | 107 |
| Binary | 10111100 | 11011000 | 10010010 | 1101 | 0 | 100000 | 1111 | 1010100 | 101111 | 1000111 |
Color Harmonies of #BCD892
Complementary color
Monochromatic Colors of #BCD892
Black with #BCD892
Text Example
Text Example
White with #BCD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD892; }
p { color: rgb(188,216,146); }
H1.HeaderClassName
{
color: #BCD892;
}
.AnyTagClassName
{
color: #BCD892;
}
</style>
background-color css
<style>
a { background-color: #BCD892; }
a { background-color: rgb(188,216,146); }
div.DivClassName
{
background-color: #BCD892;
}
.BgClassName
{
background-color: #BCD892;
}
</style>
border-color css
<style>
span { border-color: #BCD892; }
span { border-color: rgb(188,216,146); }
td.TdClassName
{
border-color: #BCD892;
}
.TagClassName
{
border-color: #BCD892;
}
</style>