Shades of Sprout #BCDD92
Tints of Sprout #BCDD92
RGB
CMYK
RGB Variations
Color information
#BCDD92 (or 0xBCDD92) is known color: Sprout. HEX triplet: BC, DD and 92. RGB value is (188,221,146). Sum of RGB (Red+Green+Blue) = 188+221+146=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD92 is #43226D. Grayscale: #CACACA. Windows color (decimal): -4399726 or 9625020. OLE color: 9625020.
HSL color Cylindrical-coordinate representation of color #BCDD92: hue angle of 86.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDD92 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 146 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.13 |
| HSL | 86.4º | 0.52% | 0.72% | - |
| HSV(B) | 86.4º | 0.34% | 0.87% | - |
| XYZ | 51.78 | 64.48 | 36.91 | - |
| YUV | 202.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 146 | 0.15 | 0 | 0.34 | 0.13 | 86.4 | 0.52 | 0.72 |
| Hex | BC | DD | 92 | F | 0 | 22 | D | 56 | 34 | 48 |
| Octal | 274 | 335 | 222 | 17 | 0 | 42 | 15 | 126 | 64 | 110 |
| Binary | 10111100 | 11011101 | 10010010 | 1111 | 0 | 100010 | 1101 | 1010110 | 110100 | 1001000 |
Color Harmonies of #BCDD92
Complementary color
Monochromatic Colors of #BCDD92
Black with #BCDD92
Text Example
Text Example
White with #BCDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD92; }
p { color: rgb(188,221,146); }
H1.HeaderClassName
{
color: #BCDD92;
}
.AnyTagClassName
{
color: #BCDD92;
}
</style>
background-color css
<style>
a { background-color: #BCDD92; }
a { background-color: rgb(188,221,146); }
div.DivClassName
{
background-color: #BCDD92;
}
.BgClassName
{
background-color: #BCDD92;
}
</style>
border-color css
<style>
span { border-color: #BCDD92; }
span { border-color: rgb(188,221,146); }
td.TdClassName
{
border-color: #BCDD92;
}
.TagClassName
{
border-color: #BCDD92;
}
</style>