Shades of Sprout #BCDF92
Tints of Sprout #BCDF92
RGB
CMYK
RGB Variations
Color information
#BCDF92 (or 0xBCDF92) is known color: Sprout. HEX triplet: BC, DF and 92. RGB value is (188,223,146). Sum of RGB (Red+Green+Blue) = 188+223+146=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF92 is #43206D. Grayscale: #CCCCCC. Windows color (decimal): -4399214 or 9625532. OLE color: 9625532.
HSL color Cylindrical-coordinate representation of color #BCDF92: hue angle of 87.27º degrees, saturation: 0.55, 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 #BCDF92 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 146 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 87.27º | 0.55% | 0.72% | - |
| HSV(B) | 87.27º | 0.35% | 0.87% | - |
| XYZ | 52.32 | 65.54 | 37.09 | - |
| YUV | 203.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 146 | 0.16 | 0 | 0.35 | 0.13 | 87.27 | 0.55 | 0.72 |
| Hex | BC | DF | 92 | 10 | 0 | 23 | D | 57 | 37 | 48 |
| Octal | 274 | 337 | 222 | 20 | 0 | 43 | 15 | 127 | 67 | 110 |
| Binary | 10111100 | 11011111 | 10010010 | 10000 | 0 | 100011 | 1101 | 1010111 | 110111 | 1001000 |
Color Harmonies of #BCDF92
Complementary color
Monochromatic Colors of #BCDF92
Black with #BCDF92
Text Example
Text Example
White with #BCDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF92; }
p { color: rgb(188,223,146); }
H1.HeaderClassName
{
color: #BCDF92;
}
.AnyTagClassName
{
color: #BCDF92;
}
</style>
background-color css
<style>
a { background-color: #BCDF92; }
a { background-color: rgb(188,223,146); }
div.DivClassName
{
background-color: #BCDF92;
}
.BgClassName
{
background-color: #BCDF92;
}
</style>
border-color css
<style>
span { border-color: #BCDF92; }
span { border-color: rgb(188,223,146); }
td.TdClassName
{
border-color: #BCDF92;
}
.TagClassName
{
border-color: #BCDF92;
}
</style>