Shades of Sprout #BCDC92
Tints of Sprout #BCDC92
RGB
CMYK
RGB Variations
Color information
#BCDC92 (or 0xBCDC92) is known color: Sprout. HEX triplet: BC, DC and 92. RGB value is (188,220,146). Sum of RGB (Red+Green+Blue) = 188+220+146=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC92 is #43236D. Grayscale: #CACACA. Windows color (decimal): -4399982 or 9624764. OLE color: 9624764.
HSL color Cylindrical-coordinate representation of color #BCDC92: hue angle of 85.95º degrees, saturation: 0.51, 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 #BCDC92 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 146 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.14 |
| HSL | 85.95º | 0.51% | 0.72% | - |
| HSV(B) | 85.95º | 0.34% | 0.86% | - |
| XYZ | 51.52 | 63.95 | 36.82 | - |
| YUV | 202 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 146 | 0.15 | 0 | 0.34 | 0.14 | 85.95 | 0.51 | 0.72 |
| Hex | BC | DC | 92 | F | 0 | 22 | E | 56 | 33 | 48 |
| Octal | 274 | 334 | 222 | 17 | 0 | 42 | 16 | 126 | 63 | 110 |
| Binary | 10111100 | 11011100 | 10010010 | 1111 | 0 | 100010 | 1110 | 1010110 | 110011 | 1001000 |
Color Harmonies of #BCDC92
Complementary color
Monochromatic Colors of #BCDC92
Black with #BCDC92
Text Example
Text Example
White with #BCDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC92; }
p { color: rgb(188,220,146); }
H1.HeaderClassName
{
color: #BCDC92;
}
.AnyTagClassName
{
color: #BCDC92;
}
</style>
background-color css
<style>
a { background-color: #BCDC92; }
a { background-color: rgb(188,220,146); }
div.DivClassName
{
background-color: #BCDC92;
}
.BgClassName
{
background-color: #BCDC92;
}
</style>
border-color css
<style>
span { border-color: #BCDC92; }
span { border-color: rgb(188,220,146); }
td.TdClassName
{
border-color: #BCDC92;
}
.TagClassName
{
border-color: #BCDC92;
}
</style>