Shades of Sprout #BCD296
Tints of Sprout #BCD296
RGB
CMYK
RGB Variations
Color information
#BCD296 (or 0xBCD296) is known color: Sprout. HEX triplet: BC, D2 and 96. RGB value is (188,210,150). Sum of RGB (Red+Green+Blue) = 188+210+150=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD296 is #432D69. Grayscale: #C4C4C4. Windows color (decimal): -4402538 or 9884348. OLE color: 9884348.
HSL color Cylindrical-coordinate representation of color #BCD296: hue angle of 82º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD296 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 150 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.18 |
| HSL | 82º | 0.4% | 0.71% | - |
| HSV(B) | 82º | 0.29% | 0.82% | - |
| XYZ | 49.29 | 58.99 | 37.64 | - |
| YUV | 196.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 150 | 0.10 | 0 | 0.29 | 0.18 | 82 | 0.4 | 0.71 |
| Hex | BC | D2 | 96 | A | 0 | 1D | 12 | 52 | 28 | 47 |
| Octal | 274 | 322 | 226 | 12 | 0 | 35 | 22 | 122 | 50 | 107 |
| Binary | 10111100 | 11010010 | 10010110 | 1010 | 0 | 11101 | 10010 | 1010010 | 101000 | 1000111 |
Color Harmonies of #BCD296
Complementary color
Monochromatic Colors of #BCD296
Black with #BCD296
Text Example
Text Example
White with #BCD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD296; }
p { color: rgb(188,210,150); }
H1.HeaderClassName
{
color: #BCD296;
}
.AnyTagClassName
{
color: #BCD296;
}
</style>
background-color css
<style>
a { background-color: #BCD296; }
a { background-color: rgb(188,210,150); }
div.DivClassName
{
background-color: #BCD296;
}
.BgClassName
{
background-color: #BCD296;
}
</style>
border-color css
<style>
span { border-color: #BCD296; }
span { border-color: rgb(188,210,150); }
td.TdClassName
{
border-color: #BCD296;
}
.TagClassName
{
border-color: #BCD296;
}
</style>