Shades of Sprout #BCDB90
Tints of Sprout #BCDB90
RGB
CMYK
RGB Variations
Color information
#BCDB90 (or 0xBCDB90) is known color: Sprout. HEX triplet: BC, DB and 90. RGB value is (188,219,144). Sum of RGB (Red+Green+Blue) = 188+219+144=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB90 is #43246F. Grayscale: #C9C9C9. Windows color (decimal): -4400240 or 9493436. OLE color: 9493436.
HSL color Cylindrical-coordinate representation of color #BCDB90: hue angle of 84.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDB90 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 144 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.14 |
| HSL | 84.8º | 0.51% | 0.71% | - |
| HSV(B) | 84.8º | 0.34% | 0.86% | - |
| XYZ | 51.1 | 63.37 | 35.92 | - |
| YUV | 201.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 144 | 0.14 | 0 | 0.34 | 0.14 | 84.8 | 0.51 | 0.71 |
| Hex | BC | DB | 90 | E | 0 | 22 | E | 55 | 33 | 47 |
| Octal | 274 | 333 | 220 | 16 | 0 | 42 | 16 | 125 | 63 | 107 |
| Binary | 10111100 | 11011011 | 10010000 | 1110 | 0 | 100010 | 1110 | 1010101 | 110011 | 1000111 |
Color Harmonies of #BCDB90
Complementary color
Monochromatic Colors of #BCDB90
Black with #BCDB90
Text Example
Text Example
White with #BCDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB90; }
p { color: rgb(188,219,144); }
H1.HeaderClassName
{
color: #BCDB90;
}
.AnyTagClassName
{
color: #BCDB90;
}
</style>
background-color css
<style>
a { background-color: #BCDB90; }
a { background-color: rgb(188,219,144); }
div.DivClassName
{
background-color: #BCDB90;
}
.BgClassName
{
background-color: #BCDB90;
}
</style>
border-color css
<style>
span { border-color: #BCDB90; }
span { border-color: rgb(188,219,144); }
td.TdClassName
{
border-color: #BCDB90;
}
.TagClassName
{
border-color: #BCDB90;
}
</style>