Shades of Sprout #BCD79A
Tints of Sprout #BCD79A
RGB
CMYK
RGB Variations
Color information
#BCD79A (or 0xBCD79A) is known color: Sprout. HEX triplet: BC, D7 and 9A. RGB value is (188,215,154). Sum of RGB (Red+Green+Blue) = 188+215+154=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD79A is #432865. Grayscale: #C8C8C8. Windows color (decimal): -4401254 or 10147772. OLE color: 10147772.
HSL color Cylindrical-coordinate representation of color #BCD79A: hue angle of 86.56º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD79A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 154 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.16 |
| HSL | 86.56º | 0.43% | 0.72% | - |
| HSV(B) | 86.56º | 0.28% | 0.84% | - |
| XYZ | 50.87 | 61.63 | 39.79 | - |
| YUV | 199.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 154 | 0.13 | 0 | 0.28 | 0.16 | 86.56 | 0.43 | 0.72 |
| Hex | BC | D7 | 9A | D | 0 | 1C | 10 | 57 | 2B | 48 |
| Octal | 274 | 327 | 232 | 15 | 0 | 34 | 20 | 127 | 53 | 110 |
| Binary | 10111100 | 11010111 | 10011010 | 1101 | 0 | 11100 | 10000 | 1010111 | 101011 | 1001000 |
Color Harmonies of #BCD79A
Complementary color
Monochromatic Colors of #BCD79A
Black with #BCD79A
Text Example
Text Example
White with #BCD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD79A; }
p { color: rgb(188,215,154); }
H1.HeaderClassName
{
color: #BCD79A;
}
.AnyTagClassName
{
color: #BCD79A;
}
</style>
background-color css
<style>
a { background-color: #BCD79A; }
a { background-color: rgb(188,215,154); }
div.DivClassName
{
background-color: #BCD79A;
}
.BgClassName
{
background-color: #BCD79A;
}
</style>
border-color css
<style>
span { border-color: #BCD79A; }
span { border-color: rgb(188,215,154); }
td.TdClassName
{
border-color: #BCD79A;
}
.TagClassName
{
border-color: #BCD79A;
}
</style>