Shades of Sprout #BCD290
Tints of Sprout #BCD290
RGB
CMYK
RGB Variations
Color information
#BCD290 (or 0xBCD290) is known color: Sprout. HEX triplet: BC, D2 and 90. RGB value is (188,210,144). Sum of RGB (Red+Green+Blue) = 188+210+144=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD290 is #432D6F. Grayscale: #C4C4C4. Windows color (decimal): -4402544 or 9491132. OLE color: 9491132.
HSL color Cylindrical-coordinate representation of color #BCD290: hue angle of 80º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD290 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 144 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.18 |
| HSL | 80º | 0.42% | 0.69% | - |
| HSV(B) | 80º | 0.31% | 0.82% | - |
| XYZ | 48.82 | 58.8 | 35.16 | - |
| YUV | 195.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 144 | 0.10 | 0 | 0.31 | 0.18 | 80 | 0.42 | 0.69 |
| Hex | BC | D2 | 90 | A | 0 | 1F | 12 | 50 | 2A | 45 |
| Octal | 274 | 322 | 220 | 12 | 0 | 37 | 22 | 120 | 52 | 105 |
| Binary | 10111100 | 11010010 | 10010000 | 1010 | 0 | 11111 | 10010 | 1010000 | 101010 | 1000101 |
Color Harmonies of #BCD290
Complementary color
Monochromatic Colors of #BCD290
Black with #BCD290
Text Example
Text Example
White with #BCD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD290; }
p { color: rgb(188,210,144); }
H1.HeaderClassName
{
color: #BCD290;
}
.AnyTagClassName
{
color: #BCD290;
}
</style>
background-color css
<style>
a { background-color: #BCD290; }
a { background-color: rgb(188,210,144); }
div.DivClassName
{
background-color: #BCD290;
}
.BgClassName
{
background-color: #BCD290;
}
</style>
border-color css
<style>
span { border-color: #BCD290; }
span { border-color: rgb(188,210,144); }
td.TdClassName
{
border-color: #BCD290;
}
.TagClassName
{
border-color: #BCD290;
}
</style>