Shades of Sprout #BCD198
Tints of Sprout #BCD198
RGB
CMYK
RGB Variations
Color information
#BCD198 (or 0xBCD198) is known color: Sprout. HEX triplet: BC, D1 and 98. RGB value is (188,209,152). Sum of RGB (Red+Green+Blue) = 188+209+152=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD198 is #432E67. Grayscale: #C4C4C4. Windows color (decimal): -4402792 or 10015164. OLE color: 10015164.
HSL color Cylindrical-coordinate representation of color #BCD198: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD198 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 152 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.18 |
| HSL | 82.11º | 0.38% | 0.71% | - |
| HSV(B) | 82.11º | 0.27% | 0.82% | - |
| XYZ | 49.21 | 58.56 | 38.42 | - |
| YUV | 196.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 152 | 0.10 | 0 | 0.27 | 0.18 | 82.11 | 0.38 | 0.71 |
| Hex | BC | D1 | 98 | A | 0 | 1B | 12 | 52 | 26 | 47 |
| Octal | 274 | 321 | 230 | 12 | 0 | 33 | 22 | 122 | 46 | 107 |
| Binary | 10111100 | 11010001 | 10011000 | 1010 | 0 | 11011 | 10010 | 1010010 | 100110 | 1000111 |
Color Harmonies of #BCD198
Complementary color
Monochromatic Colors of #BCD198
Black with #BCD198
Text Example
Text Example
White with #BCD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD198; }
p { color: rgb(188,209,152); }
H1.HeaderClassName
{
color: #BCD198;
}
.AnyTagClassName
{
color: #BCD198;
}
</style>
background-color css
<style>
a { background-color: #BCD198; }
a { background-color: rgb(188,209,152); }
div.DivClassName
{
background-color: #BCD198;
}
.BgClassName
{
background-color: #BCD198;
}
</style>
border-color css
<style>
span { border-color: #BCD198; }
span { border-color: rgb(188,209,152); }
td.TdClassName
{
border-color: #BCD198;
}
.TagClassName
{
border-color: #BCD198;
}
</style>