Shades of Sprout #BCD49C
Tints of Sprout #BCD49C
RGB
CMYK
RGB Variations
Color information
#BCD49C (or 0xBCD49C) is known color: Sprout. HEX triplet: BC, D4 and 9C. RGB value is (188,212,156). Sum of RGB (Red+Green+Blue) = 188+212+156=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD49C is #432B63. Grayscale: #C6C6C6. Windows color (decimal): -4402020 or 10278076. OLE color: 10278076.
HSL color Cylindrical-coordinate representation of color #BCD49C: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD49C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 156 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.17 |
| HSL | 85.71º | 0.39% | 0.72% | - |
| HSV(B) | 85.71º | 0.26% | 0.83% | - |
| XYZ | 50.28 | 60.18 | 40.42 | - |
| YUV | 198.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 156 | 0.11 | 0 | 0.26 | 0.17 | 85.71 | 0.39 | 0.72 |
| Hex | BC | D4 | 9C | B | 0 | 1A | 11 | 56 | 27 | 48 |
| Octal | 274 | 324 | 234 | 13 | 0 | 32 | 21 | 126 | 47 | 110 |
| Binary | 10111100 | 11010100 | 10011100 | 1011 | 0 | 11010 | 10001 | 1010110 | 100111 | 1001000 |
Color Harmonies of #BCD49C
Complementary color
Monochromatic Colors of #BCD49C
Black with #BCD49C
Text Example
Text Example
White with #BCD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD49C; }
p { color: rgb(188,212,156); }
H1.HeaderClassName
{
color: #BCD49C;
}
.AnyTagClassName
{
color: #BCD49C;
}
</style>
background-color css
<style>
a { background-color: #BCD49C; }
a { background-color: rgb(188,212,156); }
div.DivClassName
{
background-color: #BCD49C;
}
.BgClassName
{
background-color: #BCD49C;
}
</style>
border-color css
<style>
span { border-color: #BCD49C; }
span { border-color: rgb(188,212,156); }
td.TdClassName
{
border-color: #BCD49C;
}
.TagClassName
{
border-color: #BCD49C;
}
</style>