Shades of Sprout #BCD39C
Tints of Sprout #BCD39C
RGB
CMYK
RGB Variations
Color information
#BCD39C (or 0xBCD39C) is known color: Sprout. HEX triplet: BC, D3 and 9C. RGB value is (188,211,156). Sum of RGB (Red+Green+Blue) = 188+211+156=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD39C is #432C63. Grayscale: #C6C6C6. Windows color (decimal): -4402276 or 10277820. OLE color: 10277820.
HSL color Cylindrical-coordinate representation of color #BCD39C: hue angle of 85.09º degrees, saturation: 0.38, 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 #BCD39C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 156 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.17 |
| HSL | 85.09º | 0.38% | 0.72% | - |
| HSV(B) | 85.09º | 0.26% | 0.83% | - |
| XYZ | 50.03 | 59.68 | 40.33 | - |
| YUV | 197.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 156 | 0.11 | 0 | 0.26 | 0.17 | 85.09 | 0.38 | 0.72 |
| Hex | BC | D3 | 9C | B | 0 | 1A | 11 | 55 | 26 | 48 |
| Octal | 274 | 323 | 234 | 13 | 0 | 32 | 21 | 125 | 46 | 110 |
| Binary | 10111100 | 11010011 | 10011100 | 1011 | 0 | 11010 | 10001 | 1010101 | 100110 | 1001000 |
Color Harmonies of #BCD39C
Complementary color
Monochromatic Colors of #BCD39C
Black with #BCD39C
Text Example
Text Example
White with #BCD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD39C; }
p { color: rgb(188,211,156); }
H1.HeaderClassName
{
color: #BCD39C;
}
.AnyTagClassName
{
color: #BCD39C;
}
</style>
background-color css
<style>
a { background-color: #BCD39C; }
a { background-color: rgb(188,211,156); }
div.DivClassName
{
background-color: #BCD39C;
}
.BgClassName
{
background-color: #BCD39C;
}
</style>
border-color css
<style>
span { border-color: #BCD39C; }
span { border-color: rgb(188,211,156); }
td.TdClassName
{
border-color: #BCD39C;
}
.TagClassName
{
border-color: #BCD39C;
}
</style>