Shades of Sprout #BCDB92
Tints of Sprout #BCDB92
RGB
CMYK
RGB Variations
Color information
#BCDB92 (or 0xBCDB92) is known color: Sprout. HEX triplet: BC, DB and 92. RGB value is (188,219,146). Sum of RGB (Red+Green+Blue) = 188+219+146=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB92 is #43246D. Grayscale: #C9C9C9. Windows color (decimal): -4400238 or 9624508. OLE color: 9624508.
HSL color Cylindrical-coordinate representation of color #BCDB92: hue angle of 85.48º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDB92 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 146 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.14 |
| HSL | 85.48º | 0.5% | 0.72% | - |
| HSV(B) | 85.48º | 0.33% | 0.86% | - |
| XYZ | 51.26 | 63.43 | 36.74 | - |
| YUV | 201.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 146 | 0.14 | 0 | 0.33 | 0.14 | 85.48 | 0.5 | 0.72 |
| Hex | BC | DB | 92 | E | 0 | 21 | E | 55 | 32 | 48 |
| Octal | 274 | 333 | 222 | 16 | 0 | 41 | 16 | 125 | 62 | 110 |
| Binary | 10111100 | 11011011 | 10010010 | 1110 | 0 | 100001 | 1110 | 1010101 | 110010 | 1001000 |
Color Harmonies of #BCDB92
Complementary color
Monochromatic Colors of #BCDB92
Black with #BCDB92
Text Example
Text Example
White with #BCDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB92; }
p { color: rgb(188,219,146); }
H1.HeaderClassName
{
color: #BCDB92;
}
.AnyTagClassName
{
color: #BCDB92;
}
</style>
background-color css
<style>
a { background-color: #BCDB92; }
a { background-color: rgb(188,219,146); }
div.DivClassName
{
background-color: #BCDB92;
}
.BgClassName
{
background-color: #BCDB92;
}
</style>
border-color css
<style>
span { border-color: #BCDB92; }
span { border-color: rgb(188,219,146); }
td.TdClassName
{
border-color: #BCDB92;
}
.TagClassName
{
border-color: #BCDB92;
}
</style>