Shades of Sprout #BCD998
Tints of Sprout #BCD998
RGB
CMYK
RGB Variations
Color information
#BCD998 (or 0xBCD998) is known color: Sprout. HEX triplet: BC, D9 and 98. RGB value is (188,217,152). Sum of RGB (Red+Green+Blue) = 188+217+152=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD998 is #432667. Grayscale: #C9C9C9. Windows color (decimal): -4400744 or 10017212. OLE color: 10017212.
HSL color Cylindrical-coordinate representation of color #BCD998: hue angle of 86.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD998 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 152 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.15 |
| HSL | 86.77º | 0.46% | 0.72% | - |
| HSV(B) | 86.77º | 0.3% | 0.85% | - |
| XYZ | 51.22 | 62.58 | 39.09 | - |
| YUV | 200.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 152 | 0.13 | 0 | 0.30 | 0.15 | 86.77 | 0.46 | 0.72 |
| Hex | BC | D9 | 98 | D | 0 | 1E | F | 57 | 2E | 48 |
| Octal | 274 | 331 | 230 | 15 | 0 | 36 | 17 | 127 | 56 | 110 |
| Binary | 10111100 | 11011001 | 10011000 | 1101 | 0 | 11110 | 1111 | 1010111 | 101110 | 1001000 |
Color Harmonies of #BCD998
Complementary color
Monochromatic Colors of #BCD998
Black with #BCD998
Text Example
Text Example
White with #BCD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD998; }
p { color: rgb(188,217,152); }
H1.HeaderClassName
{
color: #BCD998;
}
.AnyTagClassName
{
color: #BCD998;
}
</style>
background-color css
<style>
a { background-color: #BCD998; }
a { background-color: rgb(188,217,152); }
div.DivClassName
{
background-color: #BCD998;
}
.BgClassName
{
background-color: #BCD998;
}
</style>
border-color css
<style>
span { border-color: #BCD998; }
span { border-color: rgb(188,217,152); }
td.TdClassName
{
border-color: #BCD998;
}
.TagClassName
{
border-color: #BCD998;
}
</style>