Shades of Sprout #BCDD90
Tints of Sprout #BCDD90
RGB
CMYK
RGB Variations
Color information
#BCDD90 (or 0xBCDD90) is known color: Sprout. HEX triplet: BC, DD and 90. RGB value is (188,221,144). Sum of RGB (Red+Green+Blue) = 188+221+144=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD90 is #43226F. Grayscale: #CACACA. Windows color (decimal): -4399728 or 9493948. OLE color: 9493948.
HSL color Cylindrical-coordinate representation of color #BCDD90: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDD90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 144 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.13 |
| HSL | 85.71º | 0.53% | 0.72% | - |
| HSV(B) | 85.71º | 0.35% | 0.87% | - |
| XYZ | 51.63 | 64.42 | 36.1 | - |
| YUV | 202.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 144 | 0.15 | 0 | 0.35 | 0.13 | 85.71 | 0.53 | 0.72 |
| Hex | BC | DD | 90 | F | 0 | 23 | D | 56 | 35 | 48 |
| Octal | 274 | 335 | 220 | 17 | 0 | 43 | 15 | 126 | 65 | 110 |
| Binary | 10111100 | 11011101 | 10010000 | 1111 | 0 | 100011 | 1101 | 1010110 | 110101 | 1001000 |
Color Harmonies of #BCDD90
Complementary color
Monochromatic Colors of #BCDD90
Black with #BCDD90
Text Example
Text Example
White with #BCDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD90; }
p { color: rgb(188,221,144); }
H1.HeaderClassName
{
color: #BCDD90;
}
.AnyTagClassName
{
color: #BCDD90;
}
</style>
background-color css
<style>
a { background-color: #BCDD90; }
a { background-color: rgb(188,221,144); }
div.DivClassName
{
background-color: #BCDD90;
}
.BgClassName
{
background-color: #BCDD90;
}
</style>
border-color css
<style>
span { border-color: #BCDD90; }
span { border-color: rgb(188,221,144); }
td.TdClassName
{
border-color: #BCDD90;
}
.TagClassName
{
border-color: #BCDD90;
}
</style>