Shades of Sprout #BCD49B
Tints of Sprout #BCD49B
RGB
CMYK
RGB Variations
Color information
#BCD49B (or 0xBCD49B) is known color: Sprout. HEX triplet: BC, D4 and 9B. RGB value is (188,212,155). Sum of RGB (Red+Green+Blue) = 188+212+155=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD49B is #432B64. Grayscale: #C6C6C6. Windows color (decimal): -4402021 or 10212540. OLE color: 10212540.
HSL color Cylindrical-coordinate representation of color #BCD49B: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD49B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 155 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.17 |
| HSL | 85.26º | 0.4% | 0.72% | - |
| HSV(B) | 85.26º | 0.27% | 0.83% | - |
| XYZ | 50.2 | 60.14 | 39.97 | - |
| YUV | 198.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 155 | 0.11 | 0 | 0.27 | 0.17 | 85.26 | 0.4 | 0.72 |
| Hex | BC | D4 | 9B | B | 0 | 1B | 11 | 55 | 28 | 48 |
| Octal | 274 | 324 | 233 | 13 | 0 | 33 | 21 | 125 | 50 | 110 |
| Binary | 10111100 | 11010100 | 10011011 | 1011 | 0 | 11011 | 10001 | 1010101 | 101000 | 1001000 |
Color Harmonies of #BCD49B
Complementary color
Monochromatic Colors of #BCD49B
Black with #BCD49B
Text Example
Text Example
White with #BCD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD49B; }
p { color: rgb(188,212,155); }
H1.HeaderClassName
{
color: #BCD49B;
}
.AnyTagClassName
{
color: #BCD49B;
}
</style>
background-color css
<style>
a { background-color: #BCD49B; }
a { background-color: rgb(188,212,155); }
div.DivClassName
{
background-color: #BCD49B;
}
.BgClassName
{
background-color: #BCD49B;
}
</style>
border-color css
<style>
span { border-color: #BCD49B; }
span { border-color: rgb(188,212,155); }
td.TdClassName
{
border-color: #BCD49B;
}
.TagClassName
{
border-color: #BCD49B;
}
</style>