Shades of Sprout #BCD29D
Tints of Sprout #BCD29D
RGB
CMYK
RGB Variations
Color information
#BCD29D (or 0xBCD29D) is known color: Sprout. HEX triplet: BC, D2 and 9D. RGB value is (188,210,157). Sum of RGB (Red+Green+Blue) = 188+210+157=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD29D is #432D62. Grayscale: #C5C5C5. Windows color (decimal): -4402531 or 10343100. OLE color: 10343100.
HSL color Cylindrical-coordinate representation of color #BCD29D: hue angle of 84.91º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD29D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 157 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.18 |
| HSL | 84.91º | 0.37% | 0.72% | - |
| HSV(B) | 84.91º | 0.25% | 0.82% | - |
| XYZ | 49.87 | 59.22 | 40.7 | - |
| YUV | 197.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 157 | 0.10 | 0 | 0.25 | 0.18 | 84.91 | 0.37 | 0.72 |
| Hex | BC | D2 | 9D | A | 0 | 19 | 12 | 55 | 25 | 48 |
| Octal | 274 | 322 | 235 | 12 | 0 | 31 | 22 | 125 | 45 | 110 |
| Binary | 10111100 | 11010010 | 10011101 | 1010 | 0 | 11001 | 10010 | 1010101 | 100101 | 1001000 |
Color Harmonies of #BCD29D
Complementary color
Monochromatic Colors of #BCD29D
Black with #BCD29D
Text Example
Text Example
White with #BCD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD29D; }
p { color: rgb(188,210,157); }
H1.HeaderClassName
{
color: #BCD29D;
}
.AnyTagClassName
{
color: #BCD29D;
}
</style>
background-color css
<style>
a { background-color: #BCD29D; }
a { background-color: rgb(188,210,157); }
div.DivClassName
{
background-color: #BCD29D;
}
.BgClassName
{
background-color: #BCD29D;
}
</style>
border-color css
<style>
span { border-color: #BCD29D; }
span { border-color: rgb(188,210,157); }
td.TdClassName
{
border-color: #BCD29D;
}
.TagClassName
{
border-color: #BCD29D;
}
</style>