Shades of Sprout #BCDC91
Tints of Sprout #BCDC91
RGB
CMYK
RGB Variations
Color information
#BCDC91 (or 0xBCDC91) is known color: Sprout. HEX triplet: BC, DC and 91. RGB value is (188,220,145). Sum of RGB (Red+Green+Blue) = 188+220+145=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC91 is #43236E. Grayscale: #CACACA. Windows color (decimal): -4399983 or 9559228. OLE color: 9559228.
HSL color Cylindrical-coordinate representation of color #BCDC91: hue angle of 85.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDC91 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 145 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.14 |
| HSL | 85.6º | 0.52% | 0.72% | - |
| HSV(B) | 85.6º | 0.34% | 0.86% | - |
| XYZ | 51.44 | 63.92 | 36.41 | - |
| YUV | 201.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 145 | 0.15 | 0 | 0.34 | 0.14 | 85.6 | 0.52 | 0.72 |
| Hex | BC | DC | 91 | F | 0 | 22 | E | 56 | 34 | 48 |
| Octal | 274 | 334 | 221 | 17 | 0 | 42 | 16 | 126 | 64 | 110 |
| Binary | 10111100 | 11011100 | 10010001 | 1111 | 0 | 100010 | 1110 | 1010110 | 110100 | 1001000 |
Color Harmonies of #BCDC91
Complementary color
Monochromatic Colors of #BCDC91
Black with #BCDC91
Text Example
Text Example
White with #BCDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC91; }
p { color: rgb(188,220,145); }
H1.HeaderClassName
{
color: #BCDC91;
}
.AnyTagClassName
{
color: #BCDC91;
}
</style>
background-color css
<style>
a { background-color: #BCDC91; }
a { background-color: rgb(188,220,145); }
div.DivClassName
{
background-color: #BCDC91;
}
.BgClassName
{
background-color: #BCDC91;
}
</style>
border-color css
<style>
span { border-color: #BCDC91; }
span { border-color: rgb(188,220,145); }
td.TdClassName
{
border-color: #BCDC91;
}
.TagClassName
{
border-color: #BCDC91;
}
</style>