Shades of Sprout #BCD698
Tints of Sprout #BCD698
RGB
CMYK
RGB Variations
Color information
#BCD698 (or 0xBCD698) is known color: Sprout. HEX triplet: BC, D6 and 98. RGB value is (188,214,152). Sum of RGB (Red+Green+Blue) = 188+214+152=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD698 is #432967. Grayscale: #C7C7C7. Windows color (decimal): -4401512 or 10016444. OLE color: 10016444.
HSL color Cylindrical-coordinate representation of color #BCD698: hue angle of 85.16º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD698 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 152 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.16 |
| HSL | 85.16º | 0.43% | 0.72% | - |
| HSV(B) | 85.16º | 0.29% | 0.84% | - |
| XYZ | 50.45 | 61.05 | 38.83 | - |
| YUV | 199.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 152 | 0.12 | 0 | 0.29 | 0.16 | 85.16 | 0.43 | 0.72 |
| Hex | BC | D6 | 98 | C | 0 | 1D | 10 | 55 | 2B | 48 |
| Octal | 274 | 326 | 230 | 14 | 0 | 35 | 20 | 125 | 53 | 110 |
| Binary | 10111100 | 11010110 | 10011000 | 1100 | 0 | 11101 | 10000 | 1010101 | 101011 | 1001000 |
Color Harmonies of #BCD698
Complementary color
Monochromatic Colors of #BCD698
Black with #BCD698
Text Example
Text Example
White with #BCD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD698; }
p { color: rgb(188,214,152); }
H1.HeaderClassName
{
color: #BCD698;
}
.AnyTagClassName
{
color: #BCD698;
}
</style>
background-color css
<style>
a { background-color: #BCD698; }
a { background-color: rgb(188,214,152); }
div.DivClassName
{
background-color: #BCD698;
}
.BgClassName
{
background-color: #BCD698;
}
</style>
border-color css
<style>
span { border-color: #BCD698; }
span { border-color: rgb(188,214,152); }
td.TdClassName
{
border-color: #BCD698;
}
.TagClassName
{
border-color: #BCD698;
}
</style>