Shades of Sprout #BCD589
Tints of Sprout #BCD589
RGB
CMYK
RGB Variations
Color information
#BCD589 (or 0xBCD589) is known color: Sprout. HEX triplet: BC, D5 and 89. RGB value is (188,213,137). Sum of RGB (Red+Green+Blue) = 188+213+137=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD589 is #432A76. Grayscale: #C5C5C5. Windows color (decimal): -4401783 or 9033148. OLE color: 9033148.
HSL color Cylindrical-coordinate representation of color #BCD589: hue angle of 79.74º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD589 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 137 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.16 |
| HSL | 79.74º | 0.48% | 0.69% | - |
| HSV(B) | 79.74º | 0.36% | 0.84% | - |
| XYZ | 49.05 | 60.09 | 32.68 | - |
| YUV | 196.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 137 | 0.12 | 0 | 0.36 | 0.16 | 79.74 | 0.48 | 0.69 |
| Hex | BC | D5 | 89 | C | 0 | 24 | 10 | 50 | 30 | 45 |
| Octal | 274 | 325 | 211 | 14 | 0 | 44 | 20 | 120 | 60 | 105 |
| Binary | 10111100 | 11010101 | 10001001 | 1100 | 0 | 100100 | 10000 | 1010000 | 110000 | 1000101 |
Color Harmonies of #BCD589
Complementary color
Monochromatic Colors of #BCD589
Black with #BCD589
Text Example
Text Example
White with #BCD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD589; }
p { color: rgb(188,213,137); }
H1.HeaderClassName
{
color: #BCD589;
}
.AnyTagClassName
{
color: #BCD589;
}
</style>
background-color css
<style>
a { background-color: #BCD589; }
a { background-color: rgb(188,213,137); }
div.DivClassName
{
background-color: #BCD589;
}
.BgClassName
{
background-color: #BCD589;
}
</style>
border-color css
<style>
span { border-color: #BCD589; }
span { border-color: rgb(188,213,137); }
td.TdClassName
{
border-color: #BCD589;
}
.TagClassName
{
border-color: #BCD589;
}
</style>