Shades of Sprout #BCD19D
Tints of Sprout #BCD19D
RGB
CMYK
RGB Variations
Color information
#BCD19D (or 0xBCD19D) is known color: Sprout. HEX triplet: BC, D1 and 9D. RGB value is (188,209,157). Sum of RGB (Red+Green+Blue) = 188+209+157=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD19D is #432E62. Grayscale: #C4C4C4. Windows color (decimal): -4402787 or 10342844. OLE color: 10342844.
HSL color Cylindrical-coordinate representation of color #BCD19D: hue angle of 84.23º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD19D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 157 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.18 |
| HSL | 84.23º | 0.36% | 0.72% | - |
| HSV(B) | 84.23º | 0.25% | 0.82% | - |
| XYZ | 49.63 | 58.73 | 40.62 | - |
| YUV | 196.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 157 | 0.10 | 0 | 0.25 | 0.18 | 84.23 | 0.36 | 0.72 |
| Hex | BC | D1 | 9D | A | 0 | 19 | 12 | 54 | 24 | 48 |
| Octal | 274 | 321 | 235 | 12 | 0 | 31 | 22 | 124 | 44 | 110 |
| Binary | 10111100 | 11010001 | 10011101 | 1010 | 0 | 11001 | 10010 | 1010100 | 100100 | 1001000 |
Color Harmonies of #BCD19D
Complementary color
Monochromatic Colors of #BCD19D
Black with #BCD19D
Text Example
Text Example
White with #BCD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD19D; }
p { color: rgb(188,209,157); }
H1.HeaderClassName
{
color: #BCD19D;
}
.AnyTagClassName
{
color: #BCD19D;
}
</style>
background-color css
<style>
a { background-color: #BCD19D; }
a { background-color: rgb(188,209,157); }
div.DivClassName
{
background-color: #BCD19D;
}
.BgClassName
{
background-color: #BCD19D;
}
</style>
border-color css
<style>
span { border-color: #BCD19D; }
span { border-color: rgb(188,209,157); }
td.TdClassName
{
border-color: #BCD19D;
}
.TagClassName
{
border-color: #BCD19D;
}
</style>